HomeSort by relevance Sort by last modified time
    Searched refs:InstructionIsNestedIn (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_ordering.cc 63 if (call_graph_->InstructionIsNestedIn(a, condition) &&
64 call_graph_->InstructionIsNestedIn(b, body)) {
79 if (call_graph_->InstructionIsNestedIn(
83 if (call_graph_->InstructionIsNestedIn(
134 call_graph_->InstructionIsNestedIn(b.defining_instruction(),
139 call_graph_->InstructionIsNestedIn(a.defining_instruction(),
147 (call_graph_->InstructionIsNestedIn(
149 call_graph_->InstructionIsNestedIn(
159 if (call_graph_->InstructionIsNestedIn(
196 if (call_graph_->InstructionIsNestedIn(value.defining_instruction()
    [all...]
call_graph.h 212 bool InstructionIsNestedIn(const HloInstruction* instruction,
buffer_assignment.cc 768 call_graph.InstructionIsNestedIn(a_buffer.instruction(),
    [all...]

Completed in 3755 milliseconds