Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp149 const uint32_t recurrent_weights_stride = recurrentWeightsShape.dimensions[1]; in RNNStep() local
206 recurrent_weights_ptr += recurrent_weights_stride; in RNNStep()