Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h137 static constexpr int kFwForgetLayerNormWeightsTensor = 54; // Optional variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp163 fw_forget_layer_norm_weights_ = GetInput(operation, operands, kFwForgetLayerNormWeightsTensor); in BidirectionalSequenceLSTM()