4 references to GetIntermediateShape
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorExtensions.cs (4)
145
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, shape.Length);
188
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, shape.Length);
231
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, lengths.Length);
6836
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(shape1, shape2.Length);