Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp113 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()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h199 const RunTimeOperandInfo* fw_activation_state_; variable