Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DQLSTM.cpp685 VectorBatchVectorCwiseProductAccumulate( in execute()
728 VectorBatchVectorCwiseProductAccumulate( in execute()
762 VectorBatchVectorCwiseProductAccumulate( in execute()
DLSTM.cpp886 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LSTMStep()
905 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_forget_weights_buffer, in LSTMStep()
948 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_output_weights_buffer, in LSTMStep()
/packages/modules/NeuralNetworks/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