mdespriee commented on issue #13039: [MXNET-918] Random module
URL: https://github.com/apache/incubator-mxnet/pull/13039#issuecomment-446185865
 
 
   @lanking520 It seems that the following function (randint) is not returned 
by `LIB.nnGetOpHandle` in all environments. Or not in the same way and get 
filtered out.
   ```
   Func: randint, args=[Arg(low,Any,Lower bound of the 
distribution.,false),Arg(high,Any,Upper bound of the 
distribution.,false),Arg(shape,org.apache.mxnet.Shape,Shape of the 
output.,true),Arg(ctx,String,Context of output, in format 
[cpu|gpu|cpu_pinned](n). Only used for imperative 
calls.,true),Arg(dtype,String,DType of the output in case this can't be 
inferred. Defaults to int32 if not defined (dtype=None).,true)]
   ```
   Locally, I don't get this func to be generated by macros. On CI, it is 
generated on 3 envs, but not on centos-gpu.
   
   Any clue on what's going on ?
   

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


With regards,
Apache Git Services

Reply via email to