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