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

  /external/tensorflow/tensorflow/compiler/xla/service/
instruction_fusion.h 83 return !(producer.users().size() == 1 && consumer.IsUserOf(&producer));
liveness_util.cc 35 CHECK(user->IsUserOf(operand))
76 CHECK(user->IsUserOf(operand))
187 CHECK(user->IsUserOf(operand))
280 CHECK(user->IsUserOf(operand))
buffer_liveness.cc 134 if (b.instruction()->IsUserOf(alias.instruction()) &&
heap_simulator.cc 201 if (buffer->instruction()->IsUserOf(operand_buffer->instruction()) &&
hlo_instruction.h 545 bool IsUserOf(const HloInstruction* instruction) const {
    [all...]
buffer_assignment.cc 688 if (buffer.instruction()->IsUserOf(assigned_buffer.instruction()) &&
    [all...]
hlo_instruction.cc     [all...]

Completed in 114 milliseconds