Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h39 constexpr int kRecurrentToCellWeightsTensor = 7; variable
Dunidirectional_sequence_lstm.cc118 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
470 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions()
745 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1243 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in Eval()
Dlstm.cc204 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
492 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
922 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions()
1187 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1706 GetInput(context, node, kRecurrentToCellWeightsTensor); in Prepare()
1855 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h39 kRecurrentToCellWeightsTensor = 7, enumerator
Didentify_lstm_split_inputs.cc112 &(lstm_cell_op->inputs[kRecurrentToCellWeightsTensor]), in Run()
Didentify_lstm_merge_inputs.cc109 model->GetArray(src_op->inputs[kRecurrentToCellWeightsTensor]), num_cell, in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc504 ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc504 tflite::ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc553 context, node, ops::builtin::lstm::full::kRecurrentToCellWeightsTensor); in lstm_eval()