Home
last modified time | relevance | path

Searched defs:matrix_ptr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dportable_tensor_utils.cc125 const float* matrix_ptr = matrix; in PortableMatrixBatchVectorMultiplyAccumulate() local
213 const float* matrix_ptr = matrix; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x4() local
241 const int8_t* matrix_ptr = matrix; in PortableSparseMatrixBatchVectorMultiplyAccumulate1x16() local
273 const float* matrix_ptr = matrix; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
/aosp_15_r20/external/libopus/silk/
H A Dmacros.h146 #define matrix_ptr(Matrix_base_adr, row, column, N) \ macro
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp3537 …double *matrix_ptr = (double *)(m_bo_1_data + n_matrix * m_bo_1_batch_size + m_bo_1_offset_matrix); in initBuffers() local
3585 … unsigned char *matrix_ptr = m_bo_2_data + n_matrix * m_bo_2_batch_size + m_bo_2_offset_matrix; in initBuffers() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc1937 const float* matrix_ptr = matrix; in NeonSparseMatrixBatchVectorMultiplyAccumulate1x4() local
1971 const int8_t* matrix_ptr = matrix; in NeonSparseMatrixBatchVectorMultiplyAccumulate1x16() local
2045 const float* matrix_ptr = matrix; in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c661 LLVMValueRef matrix_ptr = LLVMBuildAdd(builder, functions_ptr, matrix_offset, ""); in compile_jit_sample_function() local