Searched refs:fw_activation_state_ (Results 1 – 2 of 2) sorted by relevance
113 fw_activation_state_ = GetInput(operation, operands, kFwInputActivationStateTensor); in BidirectionalSequenceLSTM()419 *fwOutputActivationState = fw_activation_state_->shape(); in Prepare()476 getNumberOfElements(fw_activation_state_->shape())); in Eval()509 GetBuffer<const float>(fw_activation_state_), in Eval()600 getNumberOfElements(fw_activation_state_->shape())); in Eval()633 GetBuffer<const _Float16>(fw_activation_state_), in Eval()
199 const RunTimeOperandInfo* fw_activation_state_; variable