Home
last modified time | relevance | path

Searched refs:VectorBatchVectorCwiseProductAccumulate (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/operations/
DQLSTM.cpp683 VectorBatchVectorCwiseProductAccumulate( in execute()
726 VectorBatchVectorCwiseProductAccumulate( in execute()
760 VectorBatchVectorCwiseProductAccumulate( in execute()
DLSTM.cpp889 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LSTMStep()
908 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_forget_weights_buffer, in LSTMStep()
951 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_output_weights_buffer, in LSTMStep()
/frameworks/ml/nn/common/
DQuantUtils.h205 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size,
DQuantUtils.cpp178 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function