Searched refs:fw_cell_state_ (Results 1 – 2 of 2) sorted by relevance
114 fw_cell_state_ = GetInput(operation, operands, kFwInputCellStateTensor); in BidirectionalSequenceLSTM()420 *fwOutputCellState = fw_cell_state_->shape(); in Prepare()477 fw_output_cell_state.resize(getNumberOfElements(fw_cell_state_->shape())); in Eval()510 GetBuffer<const float>(fw_cell_state_), in Eval()601 fw_output_cell_state.resize(getNumberOfElements(fw_cell_state_->shape())); in Eval()634 GetBuffer<const _Float16>(fw_cell_state_), in Eval()
200 const RunTimeOperandInfo* fw_cell_state_; variable