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

Commit

Permalink
try to move shape_array to npx (#16897)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjscience authored and reminisce committed Nov 25, 2019
1 parent 11edb70 commit 9b49cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/tensor/elemwise_unary_op_basic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ void ShapeComputeCPU(const nnvm::NodeAttrs& attrs,
}

NNVM_REGISTER_OP(shape_array)
.add_alias("_npx_shape_array")
.describe(R"code(Returns a 1D int64 array containing the shape of data.
Example::
Expand Down

0 comments on commit 9b49cfe

Please sign in to comment.