Searched refs:kRecurrentToInputWeightsTensor (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
D | identify_lstm_merge_inputs.cc | 63 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()
|
D | lstm_utils.h | 34 kRecurrentToInputWeightsTensor = 5, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 98 model, &(lstm_cell_op->inputs[kRecurrentToInputWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | lstm.cc | 46 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable 106 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 320 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
|
D | unidirectional_sequence_lstm.cc | 46 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable 106 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 322 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
|