Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/cpu/
DUtils.h25 TORCH_API uint32_t L1d_cache_size();
DUtils.cpp117 uint32_t L1d_cache_size() { in L1d_cache_size() function
/external/pytorch/torch/csrc/cpu/
DModule.cpp17 cpu.def("_L1d_cache_size", at::cpu::L1d_cache_size); in initModule()