Home
last modified time | relevance | path

Searched refs:computeFrontBatchDimsFromLevels (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DLegacyVmapTransforms.cpp87 static std::tuple<int64_t, int64_t> computeFrontBatchDimsFromLevels(std::bitset<kVmapNumLevels> lev… in computeFrontBatchDimsFromLevels() function
219 auto bdim_level = computeFrontBatchDimsFromLevels(levels_); in apply()
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyVmapTransforms.cpp91 static BatchDims computeFrontBatchDimsFromLevels(std::bitset<kVmapNumLevels> levels_bitset) { in computeFrontBatchDimsFromLevels() function
287 return makeBatched(physical_tensor, computeFrontBatchDimsFromLevels(levels_)); in apply()