Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.h142 static constexpr int kFwOutputLayerNormWeightsTensor = 56; // Optional variable
DBidirectionalSequenceLSTM.cpp166 fw_output_layer_norm_weights_ = GetInput(operation, operands, kFwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()