Home
last modified time | relevance | path

Searched refs:kRecurrentToOutputWeightsTensor (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h40 constexpr int kRecurrentToOutputWeightsTensor = 8; variable
Dunidirectional_sequence_lstm.cc123 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
750 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
900 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Prepare()
1248 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Eval()
Dlstm.cc208 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
496 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
1191 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1334 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Prepare()
1719 GetInput(context, node, kRecurrentToOutputWeightsTensor); in Prepare()
1859 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h40 kRecurrentToOutputWeightsTensor = 8, enumerator
Didentify_lstm_split_inputs.cc120 &(lstm_cell_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
Didentify_lstm_merge_inputs.cc117 model->GetArray(src_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc555 context, node, ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc510 ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc520 tflite::ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in ParseLSTMAttributes()