4 references to GetIntermediateShape
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorExtensions.cs (4)
160nint[] intermediateShape = TensorHelpers.GetIntermediateShape(input.Lengths, shape.Length); 203nint[] intermediateShape = TensorHelpers.GetIntermediateShape(input.Lengths, shape.Length); 246nint[] intermediateShape = TensorHelpers.GetIntermediateShape(input.Lengths, lengths.Length); 6779nint[] intermediateShape = TensorHelpers.GetIntermediateShape(shape1, shape2.Length);