Searched refs:kRecurrentToInputWeightsTensor (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | identify_lstm_merge_inputs.cc | 67 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()
|
D | lstm_utils.h | 37 kRecurrentToInputWeightsTensor = 5, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 109 model, &(lstm_cell_op->inputs[kRecurrentToInputWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | unidirectional_sequence_lstm.cc | 47 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable 132 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 454 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
|
D | lstm.cc | 71 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable 150 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 522 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
|