Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_rnn.cc61 constexpr int kFwOutputTensor = 0; variable
349 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Prepare()
754 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Eval()
Dbidirectional_sequence_lstm.cc126 constexpr int kFwOutputTensor = 0; variable
534 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Prepare()
1042 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Eval()