Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/tensorexpr/
Dtest_boundsinference.cpp1006 auto storeB = Store::make(b_buf, {i}, Mul::make(loadA1, 20)); in TEST() local
Dtest_loopnest.cpp4367 auto storeB = Store::make( in TEST() local
4421 auto storeB = Store::make( in TEST() local
5978 auto storeB = in TEST() local
6024 auto storeB = Store::make(b_buf, {m, n}, Load::make(a_buf, {m, m * 20 + n})); in TEST() local
6053 auto storeB = Store::make(b_buf, {m, n}, Load::make(a_buf, {n, m})); in TEST() local