Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/bench/
H A Df16-spmm.cc78 uint32_t first_j = 0, last_j = 0; in f16_spmm() local
H A Df32-spmm.cc75 uint32_t first_j = 0, last_j = 0; in f32_spmm() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dinput_transform.hpp331 const auto last_j = std::min(valid_cols + pad_left, this->get_input_cols()); in execute_tile() local