Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTM.cpp72 const int input_depth = ArraySize(input_dims, 0); in quantizedLstmStep() local
74 const int total_input_depth = prev_activ_depth + input_depth; in quantizedLstmStep()
/aosp12/hardware/interfaces/neuralnetworks/1.0/
H A Dtypes.hal426 * The width of the output tensor is input_depth * block_size, whereas the
1334 * The depth of the output tensor is input_depth * block_size * block_size.
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal629 * The width of the output tensor is input_depth * block_size, whereas the
1713 * The depth of the output tensor is input_depth * block_size * block_size.
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal610 * The width of the output tensor is input_depth * block_size, whereas the
1755 * The depth of the output tensor is input_depth * block_size * block_size.
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dtypes.spec2309 * The depth of the output tensor is input_depth * block_size * block_size.