Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h33 constexpr int kInputToCellWeightsTensor = 3; variable
Dunidirectional_sequence_lstm.cc105 lstm::full::kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
448 lstm::full::kInputToCellWeightsTensor, in CheckInputTensorDimensions()
735 lstm::full::kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1238 lstm::full::kInputToCellWeightsTensor, in Eval()
Dlstm.cc190 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
478 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
889 GetInputSafe(context, node, kInputToCellWeightsTensor, in CheckInputTensorDimensions()
1173 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1659 GetInput(context, node, kInputToCellWeightsTensor); in Prepare()
1844 GetInputSafe(context, node, kInputToCellWeightsTensor, in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h35 kInputToCellWeightsTensor = 3, enumerator
Didentify_lstm_split_inputs.cc99 CopySubArrayToArray(model, &(lstm_cell_op->inputs[kInputToCellWeightsTensor]), in Run()
Didentify_lstm_merge_inputs.cc96 model->GetArray(src_op->inputs[kInputToCellWeightsTensor]), num_cell, 0); in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc484 ops::builtin::lstm::full::kInputToCellWeightsTensor, in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc521 tflite::ops::builtin::lstm::full::kInputToCellWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc556 context, node, ops::builtin::lstm::full::kInputToCellWeightsTensor); in lstm_eval()