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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.h 35 class HloProfileIndexMap {
37 // Scans `module` to populate this instance of HloProfileIndexMap.
38 explicit HloProfileIndexMap(const HloModule& module)
39 : HloProfileIndexMap(module, {}) {}
40 explicit HloProfileIndexMap(const HloModule& module,
43 HloProfileIndexMap(const HloProfileIndexMap&) = default;
44 HloProfileIndexMap(HloProfileIndexMap&&) = default;
46 HloProfileIndexMap& operator=(const HloProfileIndexMap&) = default
    [all...]
hlo_execution_profile.cc 31 HloProfileIndexMap::HloProfileIndexMap(const HloModule& module,
50 const HloProfileIndexMap& hlo_profile_index_map,
76 // HloProfileIndexMap::HloProfileIndexMap.
126 const HloProfileIndexMap* hlo_profile_index_map)
executable.h 66 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
153 const HloProfileIndexMap& hlo_profile_index_map() const {
207 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map_;
hlo_execution_profile_test.cc 55 HloProfileIndexMap profile_index_map(*hlo_module);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 55 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
cpu_compiler.cc 493 std::unique_ptr<HloProfileIndexMap>* hlo_profile_index_map,
495 *hlo_profile_index_map = absl::make_unique<HloProfileIndexMap>(module);
620 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map;
    [all...]
cpu_executable.cc 56 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.h 60 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map);
nvptx_compiler.cc     [all...]
gpu_executable.cc 57 std::unique_ptr<HloProfileIndexMap> hlo_profile_index_map)

Completed in 317 milliseconds