Namespace Unity.Sentis.Layers
Classes
Constant
Represents a constant in a model.
Layer
Represents the base class for all model layers.
Enums
AutoPad
Options for auto padding in image layers.
CenterPointBox
Options for the formatting of the box data for NonMaxSuppression
.
CoordTransformMode
Options for how to transform between the coordinate in the output tensor and the coordinate in the input tensor in Resize
.
DepthToSpaceMode
Options for the ordering of the elements in DepthToSpace
.
Flags
Options for the flags of a layer.
FusableActivation
Options for applying an activation at the end of executing a FusedActivation
layer.
InterpolationMode
Options for the interpolation mode to use for Resize
.
NearestMode
Options for how to sample the nearest element in Resize
when using InterpolationMode.NearestMode
.
PadMode
Options for the padding values for Pad
.
RnnActivation
Options for activation functions to apply in a recurrent layer.
RnnDirection
Options for the direction of a recurrent layer.
RnnLayout
Options for the layout of the tensor in a recurrent layer.
RoiPoolingMode
Options for the pooling mode for RoiAlign
.
ScaleMode
Options for the scaling mode to use for Resize
.
ScatterReductionMode
Options for the reduction operation to use in a scatter layer.
TriluMode
Options for which part of the input matrix to retain in Trilu
.