Tensor.IndexOfMax<T>(ReadOnlyTensorSpan<T>) 方法

定义

搜索指定张量中最大数字的索引。

public:
generic <typename T>
 where T : System::Numerics::INumber<T> static int IndexOfMax(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static int IndexOfMax<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.INumber<T>;
static member IndexOfMax : ReadOnlyTensorSpan -> int (requires 'T :> System.Numerics.INumber<'T>)
Public Function IndexOfMax(Of T As INumber(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As Integer

类型参数

T

参数

返回

适用于