Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h54 constexpr int kProjectionWeightsTensor = 16; // Optional variable
Dunidirectional_sequence_lstm.cc148 context, node, lstm::full::kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
587 context, node, lstm::full::kProjectionWeightsTensor); in CheckInputTensorDimensions()
762 context, node, lstm::full::kProjectionWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias()
1158 context, node, lstm::full::kProjectionWeightsTensor); in Prepare()
1287 context, node, lstm::full::kProjectionWeightsTensor); in Eval()
Dlstm.cc229 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
529 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_8()
1030 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions()
1196 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias()
1606 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Prepare()
1735 GetInput(context, node, kProjectionWeightsTensor); in Prepare()
1895 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h48 kProjectionWeightsTensor = 16, // Optional enumerator
Didentify_lstm_split_inputs.cc149 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc126 tflite::ops::builtin::lstm::full::kProjectionWeightsTensor); in HasProjection()
406 tflite::ops::builtin::lstm::full::kProjectionWeightsTensor, in BuildOutputStateUpdate()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc553 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc599 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5571 constexpr int kProjectionWeightsTensor = 16; in AddOpsAndTensors() local
5581 input_pos == kProjectionWeightsTensor) { in AddOpsAndTensors()