Searched defs:stat_type (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | xplane_schema.cc | 333 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 D | xplane_visitor.h | 108 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 D | group_events.cc | 319 XStat* EventNode::FindOrAddStatByType(int64_t stat_type) { in FindOrAddStatByType() 446 for (auto stat_type : parent_stat_types) { in ConnectInterThread() local
|
H A D | xplane_test_utils.cc | 78 StatType stat_type = stat_type_and_value.first; in CreateXEvent() local
|
H A D | xplane_visitor.cc | 128 absl::optional<int64_t> stat_type = stat_type_getter(metadata.name()); in BuildStatTypeMap() local
|
H A D | xplane_schema.h | 309 inline bool IsStatType(StatType stat_type, absl::string_view stat_name) { in IsStatType()
|
/aosp_15_r20/external/pytorch/c10/xpu/ |
H A D | XPUCachingAllocator.cpp | 184 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 D | CUDACachingAllocator.cpp | 143 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 D | tsan_mutex.cc | 211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | CachingDeviceAllocator.h | 52 for (const auto stat_type : c10::irange(stat_types.size())) { in for_each_selected_stat_type() local
|