Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h96 const float* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
206 const int8_t* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
353 const int8_t* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
459 const int8_t* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_matmul.h82 const Ta* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
159 const int8_t* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
238 const T* lhs_ptr0 = lhs_data + (b0 * lhs_ext0); in BatchMatMul() local
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMatrixProductMMA.h259 …const Scalar* lhs_ptr0 = NULL, * lhs_ptr1 = NULL, * lhs_ptr2 = NULL, * lhs_ptr3 = NULL, * lhs_ptr4… in gemm_unrolled_MMA_iteration() local