Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp148 const uint32_t input_weights_stride = weightsShape.dimensions[1]; in RNNStep() local
188 input_weights_ptr += input_weights_stride; in RNNStep()