HomeSort by relevance Sort by last modified time
    Searched refs:InstructionIsNestedIn (Results 1 - 2 of 2) 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)) {
101 call_graph_->InstructionIsNestedIn(b.defining_instruction(),
106 call_graph_->InstructionIsNestedIn(a.defining_instruction(),
114 (call_graph_->InstructionIsNestedIn(
116 call_graph_->InstructionIsNestedIn(
152 if (call_graph_->InstructionIsNestedIn(value.defining_instruction(),
154 call_graph_->InstructionIsNestedIn(value.defining_instruction(),
167 if (call_graph_->InstructionIsNestedIn(use.instruction,
169 call_graph_->InstructionIsNestedIn(use.instruction
    [all...]
call_graph.h 201 bool InstructionIsNestedIn(const HloInstruction* instruction,

Completed in 516 milliseconds