4 references to GetIntermediateShape
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorExtensions.cs (4)
159
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, shape.Length);
202
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, shape.Length);
245
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(input.Lengths, lengths.Length);
6841
nint[] intermediateShape = TensorHelpers.
GetIntermediateShape
(shape1, shape2.Length);