Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.h147 static constexpr int kBwOutputLayerNormWeightsTensor = 60; // Optional variable
DBidirectionalSequenceLSTM.cpp170 bw_output_layer_norm_weights_ = GetInput(operation, operands, kBwOutputLayerNormWeightsTensor); in BidirectionalSequenceLSTM()