Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h50 static constexpr int kFwInputToOutputWeightsTensor = 4; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp88 fw_input_to_output_weights_ = GetInput(operation, operands, kFwInputToOutputWeightsTensor); in BidirectionalSequenceLSTM()
217 kFwInputToOutputWeightsTensor, in Prepare()