Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp81 const int intern_activ_depth = in quantizedLstmStep() local
83 TFLITE_CHECK_EQ(intern_activ_depth % 4, 0); in quantizedLstmStep()
87 TFLITE_CHECK_EQ(output_depth, intern_activ_depth / 4); in quantizedLstmStep()