Class ArgReduce
Syntax
[Serializable]
public abstract class ArgReduce : Layer
Constructors
ArgReduce(String, String, Int32, Boolean, Boolean)
Declaration
protected ArgReduce(string name, string input, int axis, bool keepdims = true, bool selectLastIndex = false)
Parameters
Fields
axis
The axis along which to perform the operation.
Declaration
Field Value
keepdims
Whether to keep the axis dimension in the output tensor.
Declaration
Field Value
selectLastIndex
Whether to perform the operation from the back of the axis.
Declaration
public bool selectLastIndex
Field Value