Field allowZero
Whether to handle zeros in the shape like numpy.
If the shape has a dimension of size 0 and allowZero
is true
, the output tensor has a dimension of size zero in the same place.
If the shape has a dimension of size 0 and if allowZero
is false
, the output tensor has the same dimension as the input tensor at this axis.
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
public bool allowZero
Returns
Type | Description |
---|---|
bool |