Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp88 fw_input_to_cell_weights_ = GetInput(operation, operands, kFwInputToCellWeightsTensor); in BidirectionalSequenceLSTM()
290 fw_input_to_cell_weights_, fw_input_to_output_weights_, in Prepare()
489 GetBuffer<const float>(fw_input_to_cell_weights_), in Eval()
613 GetBuffer<const _Float16>(fw_input_to_cell_weights_), in Eval()
DBidirectionalSequenceLSTM.h177 const RunTimeOperandInfo* fw_input_to_cell_weights_; variable