TensorShape Operators and Type Conversions

Operators

Equality(TensorShape, TensorShape) Compares two shapes for equality.
Implicit(Int32 to TensorShape) Implicitly converts a single integer to a TensorShape.
Implicit(Int32[] to TensorShape) Implicitly converts an integer array to a TensorShape.
Implicit(ValueTuple<Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Implicit(ValueTuple<Int32, Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Implicit(ValueTuple<Int32, Int32, Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Implicit(ValueTuple<Int32, Int32, Int32, Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Implicit(ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Implicit(ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32, Int32> to TensorShape) Implicitly converts an integer tuple to a TensorShape.
Inequality(TensorShape, TensorShape) Compares two shapes for inequality.

See Also