3 implementations of GetPinnableReference
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
377
public ref readonly T
GetPinnableReference
()
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
327
ref readonly T IReadOnlyTensor<Tensor<T>, T>.
GetPinnableReference
() => ref GetPinnableReference();
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
400
ref 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)
94
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
GetPinnableReference
" />
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
375
/// <inheritdoc cref="IReadOnlyTensor{TSelf, T}.
GetPinnableReference
()" />