deepakbabel commented on issue #4979: [Relay/TOPI/TF][Op] Add support for randomuniform Op in TVM URL: https://github.com/apache/incubator-tvm/pull/4979#issuecomment-593815922 > this has unnecessary effect (nondeterminism). > can you make it input a random seed and output a random seed? Thank you for your inputs. The original intent here was if the user would provide an input seed(as per the user choice) and desired shape of RNG object and the function would generate the RNG object based on the same. If the user uses the same seed(seed value != 0) again in the same session, he would get the same RNG object. Only for seed value == 0, non-determinism kicks in and the RNG object would be different for each run in a given session. Does it make sense? Let me know if I understood you correctly and the response is on the same lines.
---------------------------------------------------------------- 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