Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h142 static constexpr int kBwForgetLayerNormWeightsTensor = 58; // Optional variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp167 bw_forget_layer_norm_weights_ = GetInput(operation, operands, kBwForgetLayerNormWeightsTensor); in BidirectionalSequenceLSTM()