Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dbatch_matmul.h103 const float* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
219 const int8_t* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
360 const int8_t* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
466 const int8_t* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dbatch_matmul.h89 const Tb* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
172 const int8_t* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local
245 const T* rhs_ptr2 = rhs_ptr1 + b2 * rhs_ext2; in BatchMatMul() local