Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm_merge_inputs.cc67 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]) in Run()
104 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]), 0, in Run()
180 DeleteArrayIfUnused(src_op->inputs[kRecurrentToInputWeightsTensor], model); in Run()
Dlstm_utils.h37 kRecurrentToInputWeightsTensor = 5, // Optional enumerator
Didentify_lstm_split_inputs.cc109 model, &(lstm_cell_op->inputs[kRecurrentToInputWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc47 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
132 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions()
454 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
Dlstm.cc71 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
150 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions()
522 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()