Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp153 const uint32_t recurrent_weights_stride = recurrentWeightsShape.dimensions[1]; in RNNStep() local
210 recurrent_weights_ptr += recurrent_weights_stride; in RNNStep()