Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp76 const int prev_activ_depth = ArraySize(prev_activ_dims, 0); in quantizedLstmStep() local
77 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep()