Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp120 bw_input_to_cell_weights_ = GetInput(operation, operands, kBwInputToCellWeightsTensor); in BidirectionalSequenceLSTM()
398 bw_input_to_cell_weights_, bw_input_to_output_weights_, in Prepare()
541 GetBuffer<const float>(bw_input_to_cell_weights_), in Eval()
666 GetBuffer<const _Float16>(bw_input_to_cell_weights_), in Eval()
DBidirectionalSequenceLSTM.h208 const RunTimeOperandInfo* bw_input_to_cell_weights_; variable