5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
33
_sliceShape = TensorShape.
Create
((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..], tensor.IsPinned);
System\Numerics\Tensors\netcore\Tensor.cs (2)
421
TensorShape shape = TensorShape.
Create
(lengths, strides, pinned);
2201
TensorShape tmpShape = TensorShape.
Create
(tensor.Lengths[1..], tensor.Strides[1..], tensor.IsPinned);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
29
_shape = TensorShape.
Create
(lengths, strides, pinned);
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
30
_sliceShape = TensorShape.
Create
((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..], tensor.IsPinned);