Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp89 const int fc_batches = FlatSizeSkipDim(activ_temp_dims, 0); in quantizedLstmStep() local
108 for (int b = 0; b < fc_batches; ++b) { in quantizedLstmStep()