BNNS.Shape.tensor3DSNE(_:_:_:stride:)
A constant that represents a shape with the size elements embedding dimension, batch size, and sequence length.
Declaration
case tensor3DSNE(Int, Int, Int, stride: (Int, Int, Int) = (0, 0, 0))See Also
Related Documentation
Shape Constants
BNNS.Shape.vector(_:stride:)BNNS.Shape.matrixColumnMajor(_:_:stride:)BNNS.Shape.matrixRowMajor(_:_:stride:)BNNS.Shape.matrixFirstMajor(_:_:stride:)BNNS.Shape.matrixLastMajor(_:_:stride:)BNNS.Shape.imageCHW(_:_:_:stride:)BNNS.Shape.tensor3DFirstMajor(_:_:_:stride:)BNNS.Shape.tensor3DLastMajor(_:_:_:stride:)BNNS.Shape.tensor3DNSE(_:_:_:stride:)BNNS.Shape.convolutionWeightsOIHW(_:_:_:_:stride:)BNNS.Shape.tensor4DFirstMajor(_:_:_:_:stride:)BNNS.Shape.tensor4DLastMajor(_:_:_:_:stride:)BNNS.Shape.tensor5DFirstMajor(_:_:_:_:_:stride:)BNNS.Shape.tensor5DLastMajor(_:_:_:_:_:stride:)BNNS.Shape.tensor6DFirstMajor(_:_:_:_:_:_:stride:)