Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp77 const int prev_activ_depth = ArraySize(prev_activ_dims, 0); in quantizedLstmStep() local
78 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep()