Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h32 constexpr int kInputToForgetWeightsTensor = 2; variable
Dunidirectional_sequence_lstm.cc96 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
432 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in CheckInputTensorDimensions()
723 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1221 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in Eval()
Dlstm.cc185 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
473 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
866 GetInputSafe(context, node, kInputToForgetWeightsTensor, in CheckInputTensorDimensions()
1168 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1643 GetInput(context, node, kInputToForgetWeightsTensor); in Prepare()
1836 GetInputSafe(context, node, kInputToForgetWeightsTensor, in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h34 kInputToForgetWeightsTensor = 2, enumerator
Didentify_lstm_split_inputs.cc101 model, &(lstm_cell_op->inputs[kInputToForgetWeightsTensor]), in Run()
Didentify_lstm_merge_inputs.cc97 model->GetArray(src_op->inputs[kInputToForgetWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc478 ops::builtin::lstm::full::kInputToForgetWeightsTensor, in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc468 tflite::ops::builtin::lstm::full::kInputToForgetWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc542 context, node, ops::builtin::lstm::full::kInputToForgetWeightsTensor); in lstm_eval()