MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RandomNew64

Method RandomNew64

tensorflow/compiler/xla/service/hlo_module.cc:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705uint64 HloModule::RandomNew64() const {
706 tensorflow::mutex_lock l(rng_mutex_);
707 return rng_();
708}
709
710HloComputation* HloModule::GetComputationWithName(absl::string_view name) {
711 auto computations_in_module = computations();

Callers 1

ExpandInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected