Show / Hide Table of Contents

Struct DecoderOutput

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Doji.AI.Segmentation
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>
In this article
Back to top Generated by DocFX