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