Home
last modified time | relevance | path

Searched defs:stat_types (Results 1 – 6 of 6) sorted by relevance

/external/bcc/libbpf-tools/
Dvfsstat.h6 enum stat_types { enum
/external/bcc/tools/
Dvfsstat.py114 stat_types = { variable
/external/pytorch/c10/xpu/
DXPUCachingAllocator.cpp122 StatTypes stat_types = {}; member
183 StatTypes stat_types = get_stat_types_for_pool(pool); in free_block() local
300 StatTypes stat_types = get_stat_types_for_pool(*pool); in release_block() local
339 StatTypes stat_types = {}; in get_stat_types_for_pool() local
457 StatTypes stat_types = get_stat_types_for_pool(*block->pool); in free() local
/external/pytorch/c10/core/
DCachingDeviceAllocator.h51 void for_each_selected_stat_type(const StatTypes& stat_types, Func f) { in for_each_selected_stat_type()
/external/pytorch/c10/cuda/
DCUDACachingAllocator.cpp141 const StatTypes& stat_types) { in decrease_stat_array()
756 StatTypes stat_types = {false}; member
1461 StatTypes stat_types = get_stat_types_for_pool(*block->pool); in free() local
2256 StatTypes stat_types = get_stat_types_for_pool(*to_map->pool); in map_block() local
2359 StatTypes stat_types = get_stat_types_for_pool(pool); in free_block() local
2451 StatTypes stat_types = {false}; in get_stat_types_for_pool() local
2840 StatTypes stat_types = get_stat_types_for_pool(*pool); in release_block() local
2902 StatTypes stat_types = get_stat_types_for_pool(*block->pool); in unmap_block() local
/external/python/pyfakefs/pyfakefs/
Dfake_file.py118 stat_types = ( variable in FakeFile