Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dbatch_matmul.h102 const float* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
218 const int8_t* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
359 const int8_t* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
465 const int8_t* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dbatch_matmul.h88 const Ta* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
171 const int8_t* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
244 const T* lhs_ptr2 = lhs_ptr1 + b2 * lhs_ext2; in BatchMatMul() local
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DMatrixProductMMA.h259 …const Scalar* lhs_ptr0 = NULL, * lhs_ptr1 = NULL, * lhs_ptr2 = NULL, * lhs_ptr3 = NULL, * lhs_ptr4… in gemm_unrolled_MMA_iteration() local