Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp569 VectorBatchVectorCwiseProductAccumulate( in execute()
612 VectorBatchVectorCwiseProductAccumulate( in execute()
646 VectorBatchVectorCwiseProductAccumulate( in execute()
DLSTM.cpp886 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LSTMStep()
905 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_forget_weights_buffer, in LSTMStep()
949 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_output_weights_buffer, in LSTMStep()
/packages/modules/NeuralNetworks/common/
DQuantUtils.h209 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size,
DQuantUtils.cpp178 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function