Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp34 recurrent_weights_ = GetInput(operation, operands, kRecurrentWeightsTensor); in RNN()
88 reinterpret_cast<_Float16*>(recurrent_weights_->buffer), in Eval()
89 recurrent_weights_->shape(), activation_, in Eval()
100 reinterpret_cast<float*>(recurrent_weights_->buffer), in Eval()
101 recurrent_weights_->shape(), activation_, in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DRNN.h75 const RunTimeOperandInfo* recurrent_weights_; variable