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.cc100 lstm::full::kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
440 lstm::full::kInputToCellWeightsTensor, in CheckInputTensorDimensions()
727 lstm::full::kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1225 lstm::full::kInputToCellWeightsTensor, in Eval()
Dlstm.cc189 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16()
477 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8()
888 GetInputSafe(context, node, kInputToCellWeightsTensor, in CheckInputTensorDimensions()
1172 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias()
1655 GetInput(context, node, kInputToCellWeightsTensor); in Prepare()
1840 GetInputSafe(context, node, kInputToCellWeightsTensor, in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h35 kInputToCellWeightsTensor = 3, enumerator
Didentify_lstm_split_inputs.cc97 CopySubArrayToArray(model, &(lstm_cell_op->inputs[kInputToCellWeightsTensor]), in Run()
Didentify_lstm_merge_inputs.cc94 model->GetArray(src_op->inputs[kInputToCellWeightsTensor]), num_cell, 0); in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc483 ops::builtin::lstm::full::kInputToCellWeightsTensor, in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc503 tflite::ops::builtin::lstm::full::kInputToCellWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc544 context, node, ops::builtin::lstm::full::kInputToCellWeightsTensor); in lstm_eval()