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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.cc 29 HloProfileIndexMap::HloProfileIndexMap(const HloModule& module) {
44 const HloProfileIndexMap& hlo_profile_index_map,
69 // HloProfileIndexMap::HloProfileIndexMap.
110 const HloProfileIndexMap* hlo_profile_index_map)
hlo_execution_profile.h 34 class HloProfileIndexMap {
36 // Scans `module` to populate this instance of HloProfileIndexMap.
37 explicit HloProfileIndexMap(const HloModule& module);
39 HloProfileIndexMap(const HloProfileIndexMap&) = default;
40 HloProfileIndexMap(HloProfileIndexMap&&) = default;
42 HloProfileIndexMap& operator=(const HloProfileIndexMap&) = default;
43 HloProfileIndexMap& operator=(HloProfileIndexMap&&) = default
    [all...]

Completed in 62 milliseconds