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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.cc 44 const HloProfileIndexMap& hlo_profile_index_map,
49 size_t profile_counters_size = hlo_profile_index_map.total_count();
55 hlo_profile_index_map.computation_count());
58 hlo_profile_index_map.computation_to_profile_idx();
101 hlo_profile_index_map.GetProfileIndexFor(*hlo));
110 const HloProfileIndexMap* hlo_profile_index_map)
112 hlo_profile_index_map_(*hlo_profile_index_map),
executable.h 50 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
53 hlo_profile_index_map_(std::move(hlo_profile_index_map)) {
125 const HloProfileIndexMap& hlo_profile_index_map() const { function in class:xla::Executable
hlo_execution_profile.h 82 const HloProfileIndexMap& hlo_profile_index_map,
94 const HloProfileIndexMap* hlo_profile_index_map);
executable.cc 77 &hlo_profile_index_map())
service.cc 584 &executable->hlo_profile_index_map());
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.h 58 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
gpu_executable.cc 120 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
122 std::move(hlo_profile_index_map)),
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 55 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
parallel_cpu_executable.h 59 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
cpu_compiler.cc 489 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map; local
492 hlo_profile_index_map = MakeUnique<HloProfileIndexMap>(*module);
498 hlo_profile_index_map->instruction_to_profile_idx()));
511 CreateHloProfilePrinterData(*hlo_profile_index_map, cost_analysis);
513 hlo_profile_index_map->computation_to_profile_idx();
624 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
703 std::move(hlo_profile_printer_data), std::move(hlo_profile_index_map)));
    [all...]
cpu_executable.cc 59 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
61 std::move(hlo_profile_index_map)),
parallel_cpu_executable.cc 65 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
67 std::move(hlo_profile_index_map)),
  /external/tensorflow/tensorflow/compiler/xla/tests/
xla_hlo_profile_test.cc 152 &executable->hlo_profile_index_map());

Completed in 305 milliseconds