Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp78 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep() local
79 TFLITE_CHECK_EQ(ArraySize(weights_dims, 0), total_input_depth); in quantizedLstmStep()