Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp164 fw_cell_layer_norm_weights_ = GetInput(operation, operands, kFwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()
295 fw_forget_layer_norm_weights_, fw_cell_layer_norm_weights_, in Prepare()
513 GetOptionalBuffer<const float>(fw_cell_layer_norm_weights_), in Eval()
637 GetOptionalBuffer<const _Float16>(fw_cell_layer_norm_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h196 const RunTimeOperandInfo* fw_cell_layer_norm_weights_; variable