Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp169 bw_cell_layer_norm_weights_ = GetInput(operation, operands, kBwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
404 bw_forget_layer_norm_weights_, bw_cell_layer_norm_weights_, in Prepare()
566 GetOptionalBuffer<const float>(bw_cell_layer_norm_weights_), in Eval()
691 GetOptionalBuffer<const _Float16>(bw_cell_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h230 const RunTimeOperandInfo* bw_cell_layer_norm_weights_; variable