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

  /external/tensorflow/tensorflow/compiler/xla/service/
multi_output_fusion.cc 46 int64 instruction_id = get_candidate_id(instruction); local
47 FusionCandidate& instr_node = candidates_[instruction_id];
76 if (instruction_id < user_id &&
79 << user_id << " which is higher than " << instruction_id; local
hlo_schedule.cc 56 for (const int64 instruction_id : id_sequence.second.instruction_ids()) {
57 auto instr_it = id_to_instruction.find(instruction_id);
60 << " with id " << instruction_id;
  /art/compiler/optimizing/
scheduler.cc 438 std::string instruction_id = InstructionTypeId(instruction); local
439 output << instruction_id << "[shape=record, label=\""
440 << instruction_id << ' ' << instruction->DebugName() << " [";
460 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n "
465 output << InstructionTypeId(predecessor_instruction) << ":s -> " << instruction_id << ":n "
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
xla_builder.cc     [all...]

Completed in 174 milliseconds