Home
last modified time | relevance | path

Searched defs:stat_type (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.cc267 absl::string_view GetStatTypeStr(StatType stat_type) { in GetStatTypeStr()
272 if (auto stat_type = gtl::FindOrNull(GetStatTypeMap(), stat_name)) { in FindStatType() local
301 bool IsInternalStat(absl::optional<int64> stat_type) { in IsInternalStat()
Dxplane_visitor.h105 int64 stat_type, const XStatMetadata& stat_metadata) const { in GetStat()
297 absl::optional<XStatVisitor> XStatsOwner<T>::GetStat(int64 stat_type) const { in GetStat()
Dxplane_test_utils.cc66 StatType stat_type = stat_type_and_value.first; in CreateXEvent() local
Dxplane_visitor.cc128 absl::optional<int64> stat_type = stat_type_getter(metadata.name()); in BuildStatTypeMap() local
Dgroup_events.cc428 XStat* EventNode::FindOrAddStatByType(int64 stat_type) { in FindOrAddStatByType()
556 for (auto stat_type : parent_stat_types) { in ConnectInterThread() local
Dxplane_schema.h240 inline bool IsStatType(StatType stat_type, absl::string_view stat_name) { in IsStatType()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cpp210 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()