Searched refs:kRecurrentToInputWeightsTensor (Results 1 – 10 of 10) 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() 105 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]), 0, 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 | lstm_shared.h | 37 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
|
D | unidirectional_sequence_lstm.cc | 109 context, node, lstm::full::kRecurrentToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 447 context, node, lstm::full::kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 736 context, node, lstm::full::kRecurrentToInputWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias() 1234 context, node, lstm::full::kRecurrentToInputWeightsTensor); in Eval()
|
D | lstm.cc | 197 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 485 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_8() 897 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in CheckInputTensorDimensions() 1180 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias() 1679 context, node, kRecurrentToInputWeightsTensor); in Prepare() 1848 GetOptionalInputTensor(context, node, kRecurrentToInputWeightsTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 549 context, node, ops::builtin::lstm::full::kRecurrentToInputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 493 context, node, ops::builtin::lstm::full::kRecurrentToInputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 492 tflite::ops::builtin::lstm::full::kRecurrentToInputWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 4218 constexpr int kRecurrentToInputWeightsTensor = 5; in AddOpsAndTensors() local 4232 input_pos == kRecurrentToInputWeightsTensor || in AddOpsAndTensors()
|