Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp77 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep() local
78 TFLITE_CHECK_EQ(ArraySize(weights_dims, 0), total_input_depth); in quantizedLstmStep()