Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.h51 static constexpr int kFwInputToOutputWeightsTensor = 4; variable
DBidirectionalSequenceLSTM.cpp56 fw_input_to_output_weights_ = GetInput(operation, operands, kFwInputToOutputWeightsTensor); in BidirectionalSequenceLSTM()