Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp168 bw_cell_layer_norm_weights_ = GetInput(operation, operands, kBwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
403 bw_forget_layer_norm_weights_, bw_cell_layer_norm_weights_, in Prepare()
565 GetOptionalBuffer<const float>(bw_cell_layer_norm_weights_), in Eval()
690 GetOptionalBuffer<const _Float16>(bw_cell_layer_norm_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h227 const RunTimeOperandInfo* bw_cell_layer_norm_weights_; variable