Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_ordering.cc63 if (call_graph_->InstructionIsNestedIn(a, condition) && in ExecutesBefore()
64 call_graph_->InstructionIsNestedIn(b, body)) { in ExecutesBefore()
79 if (call_graph_->InstructionIsNestedIn( in ExecutesBefore()
83 if (call_graph_->InstructionIsNestedIn( in ExecutesBefore()
134 call_graph_->InstructionIsNestedIn(b.defining_instruction(), in IsDefinedBefore()
139 call_graph_->InstructionIsNestedIn(a.defining_instruction(), in IsDefinedBefore()
147 (call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
149 call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
159 if (call_graph_->InstructionIsNestedIn( in IsDefinedBefore()
196 if (call_graph_->InstructionIsNestedIn(value.defining_instruction(), in UseIsBeforeValueDefinition()
[all …]
Dcall_graph.h212 bool InstructionIsNestedIn(const HloInstruction* instruction, in InstructionIsNestedIn() function
Dbuffer_assignment.cc768 call_graph.InstructionIsNestedIn(a_buffer.instruction(), in MayInterfereAcrossSubcomputations()