Searched refs:fw_activation_state_ (Results 1 – 2 of 2) sorted by relevance
114 fw_activation_state_ = GetInput(operation, operands, kFwInputActivationStateTensor); in BidirectionalSequenceLSTM()420 *fwOutputActivationState = fw_activation_state_->shape(); in Prepare()477 getNumberOfElements(fw_activation_state_->shape())); in Eval()510 GetBuffer<const float>(fw_activation_state_), in Eval()601 getNumberOfElements(fw_activation_state_->shape())); in Eval()634 GetBuffer<const _Float16>(fw_activation_state_), in Eval()
202 const RunTimeOperandInfo* fw_activation_state_; variable