Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp88 fw_input_to_output_weights_ = GetInput(operation, operands, kFwInputToOutputWeightsTensor); in BidirectionalSequenceLSTM()
272 const uint32_t n_fw_cell = SizeOfDimension(fw_input_to_output_weights_, 0); in Prepare()
273 NN_CHECK_EQ(NumDimensions(fw_input_to_output_weights_), 2u); in Prepare()
274 NN_CHECK_EQ(SizeOfDimension(fw_input_to_output_weights_, 1), n_fw_input); in Prepare()
289 fw_input_to_cell_weights_, fw_input_to_output_weights_, in Prepare()
489 GetBuffer<const float>(fw_input_to_output_weights_), in Eval()
490 fw_input_to_output_weights_->shape(), in Eval()
613 GetBuffer<const _Float16>(fw_input_to_output_weights_), in Eval()
614 fw_input_to_output_weights_->shape(), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h175 const RunTimeOperandInfo* fw_input_to_output_weights_; variable