Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp78 const int intern_activ_depth = in quantizedLstmStep() local
80 TFLITE_CHECK_EQ(intern_activ_depth % 4, 0); in quantizedLstmStep()
84 TFLITE_CHECK_EQ(output_depth, intern_activ_depth / 4); in quantizedLstmStep()