haojin2 commented on a change in pull request #17283: [NumPy]Set numpy default 
dtype
URL: https://github.com/apache/incubator-mxnet/pull/17283#discussion_r387247229
 
 

 ##########
 File path: src/operator/tensor/init_op.cc
 ##########
 @@ -92,6 +91,16 @@ NNVM_REGISTER_OP(_full)
   .set_attr<FCompute>("FCompute<cpu>", InitFillWithScalarCompute<cpu>)
 .add_arguments(InitOpWithScalarParam::__FIELDS__());
 
+NNVM_REGISTER_OP(_npi_full)
 
 Review comment:
   please register this op in `src/operator/numpy/np_init_op.cc/cu`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to