Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_rnn.cc48 constexpr int kFwWeightsTensor = 1; variable
98 GetInput(context, node, kFwWeightsTensor); in Prepare()
597 GetInput(context, node, kFwWeightsTensor); in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc1243 constexpr int kFwWeightsTensor = 1; in ProcessBidirectionalSequenceRnnOperator() local
1245 model->GetArray(op->inputs[kFwWeightsTensor]); in ProcessBidirectionalSequenceRnnOperator()