Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix csr param description (#20698)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekkuncer authored Oct 30, 2021
1 parent 54ca02a commit 3b48957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/elemwise_op_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace op {
* It infers output stypes the same as input stypes when input stypes are the same
* \tparam cpu_only whether fcompute_ex can only be dispatched on cpu context
* \tparam rsp whether row sparse stype is supported
* \tparam rsp whether csr stype is supported
* \tparam csr whether compressed sparse row stype is supported
*/
template <bool cpu_only, bool rsp, bool csr>
inline bool ElemwiseStorageAttr(const nnvm::NodeAttrs& attrs,
Expand Down Expand Up @@ -93,7 +93,7 @@ inline bool ElemwiseStorageAttr(const nnvm::NodeAttrs& attrs,
* \tparam n_in the number of outputs
* \tparam cpu_only whether fcompute_ex can only be dispatched on cpu context
* \tparam rsp whether row sparse stype is supported
* \tparam rsp whether csr stype is supported
* \tparam csr whether compressed sparse row stype is supported
*/
template <index_t n_in, index_t n_out, bool cpu_only, bool rsp, bool csr>
inline bool ElemwiseStorageType(const nnvm::NodeAttrs& attrs,
Expand Down

0 comments on commit 3b48957

Please sign in to comment.