Home
last modified time | relevance | path

Searched refs:kRecurrentToForgetWeightsTensor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_lstm_merge_inputs.cc108 model->GetArray(src_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
173 DeleteArrayIfUnused(src_op->inputs[kRecurrentToForgetWeightsTensor], model); in Run()
Dlstm_utils.h35 kRecurrentToForgetWeightsTensor = 6, enumerator
Didentify_lstm_split_inputs.cc105 &(lstm_cell_op->inputs[kRecurrentToForgetWeightsTensor]), in Run()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dlstm.cc47 constexpr int kRecurrentToForgetWeightsTensor = 6; variable
116 GetInput(context, node, kRecurrentToForgetWeightsTensor); in CheckInputTensorDimensions()
322 GetInput(context, node, kRecurrentToForgetWeightsTensor); in Eval()
Dunidirectional_sequence_lstm.cc47 constexpr int kRecurrentToForgetWeightsTensor = 6; variable
116 GetInput(context, node, kRecurrentToForgetWeightsTensor); in CheckInputTensorDimensions()
324 GetInput(context, node, kRecurrentToForgetWeightsTensor); in Eval()