Searched defs:read_sizes (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/extras/boottime_tools/io_analysis/ |
H A D | check_file_read.py | 68 def add_access(self, time, offset, size, process_name, read_sizes): argument 143 def add_access(self, is_read, time, offset, size, process_name, read_sizes): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | NCCLUtils.cpp | 586 auto read_sizes = [&](const c10::SmallVector<int, 4>& dims) { in getCollectiveTrace() local 724 auto read_sizes = [&](const c10::SmallVector<int, 4>& dims) { in dump_json() local
|