6 references to TensorShape
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorShape.cs (6)
724TensorShape result = new TensorShape( 823TensorShape result = new TensorShape(linearLength - computedOffset, lengths, strides, TensorFlags.None); 848return new TensorShape(linearLength: -1, lengths: lengths, strides: strides, flags: flags); 871return new TensorShape(array.Length, lengths, strides, TensorFlags.None); 893return new TensorShape(linearLength, lengths, strides, TensorFlags.None); 934return new TensorShape(linearLength, lengths, strides, flags);