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

Method while_condition

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

Source from the content-addressed store, hash-verified

2248}
2249
2250HloComputation* HloInstruction::while_condition() const {
2251 CHECK_EQ(HloOpcode::kWhile, opcode_);
2252 return called_computations_[kConditionComputationIndex];
2253}
2254
2255HloComputation* HloInstruction::while_body() const {
2256 CHECK_EQ(HloOpcode::kWhile, opcode_);

Callers 15

ImportInstructionMethod · 0.80
PropagateMethod · 0.80
HandleWhileMethod · 0.80
HandleWhileMethod · 0.80
RecordInstructionsMethod · 0.80
IdenticalSlowPathMethod · 0.80
TEST_FFunction · 0.80
AllUsersConsumeBF16Method · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64