Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.h141 static constexpr int kFwCellLayerNormWeightsTensor = 55; // Optional variable
DBidirectionalSequenceLSTM.cpp165 fw_cell_layer_norm_weights_ = GetInput(operation, operands, kFwCellLayerNormWeightsTensor); in BidirectionalSequenceLSTM()