Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp75 const int input_depth = ArraySize(input_dims, 0); in quantizedLstmStep() local
77 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep()
/frameworks/ml/nn/tools/api/
Dtypes.spec2210 * The depth of the output tensor is input_depth * block_size * block_size.