Struct DecoderOutput
Assembly: .dll
Syntax
public struct DecoderOutput
Constructors
DecoderOutput(Tensor, Tensor, Tensor)
Declaration
public DecoderOutput(Tensor lowResMasks, Tensor iouPredictions, Tensor masks)
Parameters
Type |
Name |
Description |
Tensor |
lowResMasks |
|
Tensor |
iouPredictions |
|
Tensor |
masks |
|
Properties
IoUPredictions
Declaration
public readonly Tensor<float> IoUPredictions { get; }
Property Value
Type |
Description |
Tensor<float> |
|
LowResMasks
Declaration
public readonly Tensor<float> LowResMasks { get; }
Property Value
Type |
Description |
Tensor<float> |
|
Masks
Declaration
public readonly Tensor<float> Masks { get; }
Property Value
Type |
Description |
Tensor<float> |
|