3 implementations of GetPinnableReference
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
374public ref readonly T GetPinnableReference()
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
327ref readonly T IReadOnlyTensor<Tensor<T>, T>.GetPinnableReference() => ref GetPinnableReference();
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
396ref readonly T IReadOnlyTensor<TensorSpan<T>, T>.GetPinnableReference() => ref GetPinnableReference();
2 references to GetPinnableReference
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ITensor_1.cs (1)
91/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.GetPinnableReference" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
372/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.GetPinnableReference()" />