Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm_merge_inputs.cc67 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]) in Run()
105 model->GetArray(src_op->inputs[kRecurrentToInputWeightsTensor]), 0, 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/
Dlstm_shared.h37 constexpr int kRecurrentToInputWeightsTensor = 5; // Optional variable
Dunidirectional_sequence_lstm.cc109 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()
Dlstm.cc197 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/
Dlstm.cc549 context, node, ops::builtin::lstm::full::kRecurrentToInputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc493 context, node, ops::builtin::lstm::full::kRecurrentToInputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc492 tflite::ops::builtin::lstm::full::kRecurrentToInputWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4218 constexpr int kRecurrentToInputWeightsTensor = 5; in AddOpsAndTensors() local
4232 input_pos == kRecurrentToInputWeightsTensor || in AddOpsAndTensors()