Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_lstm_merge_inputs.cc63 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]) in Run()
100 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]), 0, in Run()
172 DeleteArrayIfUnused(src_op->inputs[kRecurrentToInputWeightsTensor], model); in Run()
Dlstm_utils.h34 kRecurrentToInputWeightsTensor = 5, // Optional enumerator
Didentify_lstm_split_inputs.cc98 model, &(lstm_cell_op->inputs[kRecurrentToInputWeightsTensor]), in Run()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dlstm.cc46 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
106 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions()
320 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
Dunidirectional_sequence_lstm.cc46 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
106 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions()
322 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()