Searched defs:storeB (Results 1 – 2 of 2) sorted by relevance
/external/pytorch/test/cpp/tensorexpr/ |
D | test_boundsinference.cpp | 1006 auto storeB = Store::make(b_buf, {i}, Mul::make(loadA1, 20)); in TEST() local
|
D | test_loopnest.cpp | 4367 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
|