Searched refs:kFwOutputTensor (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | bidirectional_sequence_rnn.cc | 61 constexpr int kFwOutputTensor = 0; variable 349 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Prepare() 754 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Eval()
|
D | bidirectional_sequence_lstm.cc | 126 constexpr int kFwOutputTensor = 0; variable 534 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Prepare() 1042 GetOutputSafe(context, node, kFwOutputTensor, &fw_output)); in Eval()
|