Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dbatch_matmul.h97 const float* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
207 const int8_t* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
354 const int8_t* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
460 const int8_t* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dbatch_matmul.h83 const Tb* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
160 const int8_t* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local
239 const T* rhs_ptr0 = rhs_data + (b0 * rhs_ext0); in BatchMatMul() local