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

Method random_distribution

tensorflow/compiler/xla/service/hlo_instruction.cc:3818–3820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3816}
3817
3818RandomDistribution HloInstruction::random_distribution() const {
3819 return Cast<HloRngInstruction>(this)->random_distribution();
3820}
3821
3822int64 HloInstruction::parameter_number() const {
3823 return Cast<HloParameterInstruction>(this)->parameter_number();

Callers 5

ImportInstructionMethod · 0.45
HandleRngMethod · 0.45
HandleRngMethod · 0.45
GetComputationForRngFunction · 0.45
ExpandInstructionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected