Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp132 fw_cell_layer_norm_weights_ = GetInput(operation, operands, kFwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
187 fw_forget_layer_norm_weights_, fw_cell_layer_norm_weights_, in Prepare()
312 GetOptionalBuffer<const float>(fw_cell_layer_norm_weights_), in Eval()
398 GetOptionalBuffer<const _Float16>(fw_cell_layer_norm_weights_), in Eval()
DBidirectionalSequenceLSTM.h192 const RunTimeOperandInfo* fw_cell_layer_norm_weights_; variable