Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/test/
H A Ddim_order_util_test.cpp265 exec_aten::DimOrderType dim_order_5d[5] = {0, 2, 3, 4, 1}; in TEST() local
284 exec_aten::DimOrderType dim_order_5d[5] = {4, 3, 2, 0, 1}; in TEST() local