Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/
Dutil.cpp163 static std::vector<std::vector<int64_t>> flattenList( in flattenList() function
193 tmp_sizes = flattenList(input.toList()); in inputSizes()