Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.h140 static constexpr int kFwForgetLayerNormWeightsTensor = 54; // Optional variable
DBidirectionalSequenceLSTM.cpp164 fw_forget_layer_norm_weights_ = GetInput(operation, operands, kFwForgetLayerNormWeightsTensor); in BidirectionalSequenceLSTM()