Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/slices/
Dsort_test.go88 func (d intPairs) initB() { func
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp5018 auto initB = Store::make(b_buf, {i}, Load::make(a_buf, {i})); in TEST() local
5078 auto initB = Store::make(b_buf, {i}, Load::make(a_buf, {i})); in TEST() local
5135 auto initB = Store::make(b_buf, {i}, Load::make(a_buf, {i})); in TEST() local
5195 auto initB = Store::make(b_buf, {i}, Load::make(a_buf, {i})); in TEST() local
5257 auto initB = Store::make(b_buf, {m, i}, Load::make(a_buf, {m, i})); in TEST() local
5439 auto initB = Store::make(b_buf, {n}, Load::make(a_buf, {n})); in TEST() local
5626 auto initB = Store::make(b_buf, {0}, 0); in TEST() local
5653 auto initB = Store::make(b_buf, {0}, 0); in TEST() local
6131 auto initB = Store::make(b_buf, {n}, Load::make(a_buf, {n + 1})); in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_test.go619 func (d intPairs) initB() { func