2 references to Tensor
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (2)
422return new Tensor<T>(array, in shape, pinned); 430return new Tensor<T>(values, in shape, pinned);