HomeSort by relevance Sort by last modified time
    Searched defs:instruction_to_profile_idx (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 46 return FindOrDie(instruction_to_profile_idx(), &instruction);
54 return instruction_to_profile_idx().size();
66 instruction_to_profile_idx() const { function in class:xla::HloProfileIndexMap
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 487 std::unordered_map<const HloInstruction*, int64> instruction_to_profile_idx; local
495 instruction_to_profile_idx,
498 hlo_profile_index_map->instruction_to_profile_idx()));
580 std::move(instruction_to_profile_idx),
664 std::move(instruction_to_profile_idx),
    [all...]

Completed in 205 milliseconds