Tensor Shape Implicit Conversion Operators
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
Overload List
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. |
Implicit Conversion (Int32 to TensorShape)
Implicitly converts a single integer to a
TensorShape.
public static implicit operator TensorShape (
int dimension
)
Parameters
- dimension Int32
- An integer that contains the length of the dimension.
Return Value
TensorShapeImplicit Conversion (Int32[] to TensorShape)
Implicitly converts an integer array to a
TensorShape.
public static implicit operator TensorShape (
int[] dimensions
)
Parameters
- dimensions Int32[]
- An integer array that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32>
- An integer tuple that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32, Int32>
- An integer tuple that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32, Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int , int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32, Int32, Int32>
- An integer tuple that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32, Int32, Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int , int , int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32, Int32, Int32, Int32>
- An integer tuple that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int , int , int , int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32>
- An integer tuple that contains the length of each dimension.
Return Value
TensorShapeImplicit Conversion (ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32, Int32> to TensorShape)
Implicitly converts an integer tuple to a
TensorShape.
public static implicit operator TensorShape (
(int , int , int , int , int , int , int ) dimensions
)
Parameters
- dimensions ValueTuple<Int32, Int32, Int32, Int32, Int32, Int32, Int32>
- An integer tuple that contains the length of each dimension.