Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceLSTM.cpp119 bw_input_to_cell_weights_ = GetInput(operation, operands, kBwInputToCellWeightsTensor); in BidirectionalSequenceLSTM()
397 bw_input_to_cell_weights_, bw_input_to_output_weights_, in Prepare()
540 GetBuffer<const float>(bw_input_to_cell_weights_), in Eval()
665 GetBuffer<const _Float16>(bw_input_to_cell_weights_), in Eval()
H A DBidirectionalSequenceLSTM.h205 const RunTimeOperandInfo* bw_input_to_cell_weights_; variable