Home
last modified time | relevance | path

Searched refs:StatTypeStrMap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_schema.cc70 using StatTypeStrMap = absl::flat_hash_map<StatType, absl::string_view>; typedef
301 const StatTypeStrMap& GetStatTypeStrMap() { in GetStatTypeStrMap()
303 new StatTypeStrMap(gtl::ReverseMap<StatTypeStrMap>(GetStatTypeMap())); in GetStatTypeStrMap()