Home
last modified time | relevance | path

Searched defs:mat_sizes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp747 auto mat_sizes = extra_args.at(kMatSize); in computeFlops() local
766 auto mat_sizes = extra_args.at(kMatSize); in computeFlops() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp2886 std::vector<int64_t> mat_sizes = {3, 4, 5, 6}; in TEST() local