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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 50 return FindOrDie(computation_to_profile_idx(), &computation);
58 return computation_to_profile_idx().size();
71 computation_to_profile_idx() const { function in class:xla::HloProfileIndexMap
hlo_execution_profile.cc 58 hlo_profile_index_map.computation_to_profile_idx();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 488 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx; local
512 computation_to_profile_idx =
513 hlo_profile_index_map->computation_to_profile_idx();
581 std::move(computation_to_profile_idx),
665 std::move(computation_to_profile_idx),
    [all...]
ir_emitter.h 68 // computation_to_profile_idx: the mapping from HLO computations to their
78 computation_to_profile_idx,
ir_emitter.cc 85 std::unordered_map<const HloComputation*, int64> computation_to_profile_idx,
93 computation_to_profile_idx_(std::move(computation_to_profile_idx)),
    [all...]

Completed in 85 milliseconds