Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h139 static constexpr int kFwOutputLayerNormWeightsTensor = 56; // Optional variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp165 fw_output_layer_norm_weights_ = GetInput(operation, operands, kFwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()