Home
last modified time | relevance | path

Searched refs:InstructionIsNestedIn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.cc82 if (call_graph_->InstructionIsNestedIn(a, condition) && in GetExecutionConstraint()
83 call_graph_->InstructionIsNestedIn(b, body)) { in GetExecutionConstraint()
98 if (call_graph_->InstructionIsNestedIn( in GetExecutionConstraint()
102 if (call_graph_->InstructionIsNestedIn( in GetExecutionConstraint()
176 call_graph_->InstructionIsNestedIn(b.defining_instruction(), in IsDefinedBefore()
181 call_graph_->InstructionIsNestedIn(a.defining_instruction(), in IsDefinedBefore()
189 (call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
191 call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
201 if (call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
273 if (call_graph_->InstructionIsNestedIn(value.defining_instruction(), in UsesBeforeValueDefinition()
[all …]
Dcall_graph.h212 bool InstructionIsNestedIn(const HloInstruction* instruction, in InstructionIsNestedIn() function