Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dbatch_matmul.h100 const float* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
213 const int8_t* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
357 const int8_t* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
463 const int8_t* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dbatch_matmul.h86 const Tb* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
166 const int8_t* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local
242 const T* rhs_ptr1 = rhs_ptr0 + b1 * rhs_ext1; in BatchMatMul() local