Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp151 uint32_t aux_input_size = 0; in RNNStep() local
155 aux_input_size = auxInputShape.dimensions[1]; in RNNStep()
166 aux_input_ptr_batch = auxInputData + b * aux_input_size; in RNNStep()