mirror of https://github.com/Jittor/Jittor
Update arg_reduce_op.h
This commit is contained in:
parent
8b987b928e
commit
80ad0d81ae
|
@ -28,7 +28,7 @@ struct ArgReduceOp : Op {
|
|||
|
||||
* [in] op: "max" or "min".
|
||||
|
||||
* [in] dim: int. Specifies which dimension to reduce.
|
||||
* [in] dim: int. Specifies which dimension to be reduced.
|
||||
|
||||
* [in] keepdim: bool. Whether the output has ``dim`` retained or not.
|
||||
|
||||
|
@ -54,4 +54,4 @@ struct ArgReduceOp : Op {
|
|||
DECLARE_jit_run;
|
||||
};
|
||||
|
||||
} // jittor
|
||||
} // jittor
|
||||
|
|
Loading…
Reference in New Issue