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