3 references to Tensor
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorExtensions.cs (3)
221return new Tensor<T>(input._values, lengths, input._memoryOffset, isPinned: false); 2929Tensor<T> output = new Tensor<T>(values, lengths, tensor._memoryOffset, isPinned: false); 3220outputs[i] = new Tensor<T>(values, newShape, memoryOffset: 0);