Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_schema.cc333 absl::string_view GetStatTypeStr(StatType stat_type) { in GetStatTypeStr()
338 if (auto stat_type = gtl::FindOrNull(GetStatTypeMap(), stat_name)) { in FindStatType() local
367 bool IsInternalStat(absl::optional<int64_t> stat_type) { in IsInternalStat()
H A Dxplane_visitor.h108 int64_t stat_type, const XStatMetadata& stat_metadata) const { in GetStat()
327 absl::optional<XStatVisitor> XStatsOwner<T>::GetStat(int64_t stat_type) const { in GetStat()
H A Dgroup_events.cc319 XStat* EventNode::FindOrAddStatByType(int64_t stat_type) { in FindOrAddStatByType()
446 for (auto stat_type : parent_stat_types) { in ConnectInterThread() local
H A Dxplane_test_utils.cc78 StatType stat_type = stat_type_and_value.first; in CreateXEvent() local
H A Dxplane_visitor.cc128 absl::optional<int64_t> stat_type = stat_type_getter(metadata.name()); in BuildStatTypeMap() local
H A Dxplane_schema.h309 inline bool IsStatType(StatType stat_type, absl::string_view stat_name) { in IsStatType()
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUCachingAllocator.cpp184 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in free_block()
265 for_each_selected_stat_type(p.stat_types, [&](size_t stat_type) { in alloc_block()
301 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in release_block()
382 for_each_selected_stat_type(params.stat_types, [&](size_t stat_type) { in alloc_found_block()
458 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in free()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp143 stat_types, [&stat_array, amount](size_t stat_type) { in decrease_stat_array()
1393 for_each_selected_stat_type(params.stat_types, [&](size_t stat_type) { in alloc_found_block()
1401 for_each_selected_stat_type(params.stat_types, [&](size_t stat_type) { in alloc_found_block()
1423 for_each_selected_stat_type(params.stat_types, [&](size_t stat_type) { in alloc_found_block()
1462 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in free()
2257 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in map_block()
2361 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in free_block()
2697 for_each_selected_stat_type(p.stat_types, [&](size_t stat_type) { in alloc_block()
2841 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in release_block()
2903 for_each_selected_stat_type(stat_types, [&](size_t stat_type) { in unmap_block()
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
/aosp_15_r20/external/pytorch/c10/core/
H A DCachingDeviceAllocator.h52 for (const auto stat_type : c10::irange(stat_types.size())) { in for_each_selected_stat_type() local