Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp88 const int fc_batches = FlatSizeSkipDim(activ_temp_dims, 0); in quantizedLstmStep() local
107 for (int b = 0; b < fc_batches; ++b) { in quantizedLstmStep()