6 references to TensorShape
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorShape.cs (6)
729TensorShape result = new TensorShape( 828TensorShape result = new TensorShape(linearLength - computedOffset, lengths, strides, TensorFlags.None); 853return new TensorShape(linearLength: -1, lengths: lengths, strides: strides, flags: flags); 876return new TensorShape(array.Length, lengths, strides, TensorFlags.None); 898return new TensorShape(linearLength, lengths, strides, TensorFlags.None); 939return new TensorShape(linearLength, lengths, strides, flags);