Searched refs:recurrent_weights_ (Results 1 – 2 of 2) sorted by relevance
34 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()
75 const RunTimeOperandInfo* recurrent_weights_; variable