Edit

Share via


Tensor<T>.Implicit Operator

Definition

Overloads

Implicit(Tensor<T> to TensorSpan<T>)
Implicit(Tensor<T> to ReadOnlyTensorSpan<T>)

Implicit(Tensor<T> to TensorSpan<T>)

Source:
Tensor.cs
public:
 static operator System::Numerics::Tensors::TensorSpan<T>(System::Numerics::Tensors::Tensor<T> ^ value);
public static implicit operator System.Numerics.Tensors.TensorSpan<T> (System.Numerics.Tensors.Tensor<T> value);
static member op_Implicit : System.Numerics.Tensors.Tensor<'T> -> System.Numerics.Tensors.TensorSpan<'T>
Public Shared Widening Operator CType (value As Tensor(Of T)) As TensorSpan(Of T)

Parameters

value
Tensor<T>

Returns

Applies to

Implicit(Tensor<T> to ReadOnlyTensorSpan<T>)

Source:
Tensor.cs
public:
 static operator System::Numerics::Tensors::ReadOnlyTensorSpan<T>(System::Numerics::Tensors::Tensor<T> ^ value);
public static implicit operator System.Numerics.Tensors.ReadOnlyTensorSpan<T> (System.Numerics.Tensors.Tensor<T> value);
static member op_Implicit : System.Numerics.Tensors.Tensor<'T> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Shared Widening Operator CType (value As Tensor(Of T)) As ReadOnlyTensorSpan(Of T)

Parameters

value
Tensor<T>

Returns

Applies to