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.cc143 context, node, lstm::full::kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
579 context, node, lstm::full::kProjectionWeightsTensor); in CheckInputTensorDimensions()
754 context, node, lstm::full::kProjectionWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias()
1145 context, node, lstm::full::kProjectionWeightsTensor); in Prepare()
1274 context, node, lstm::full::kProjectionWeightsTensor); in Eval()
Dlstm.cc228 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
528 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulateQuantizedLstmParams8x8_8()
1029 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in CheckInputTensorDimensions()
1195 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in PopulatePrecomputedZPTimesWeightsWithBias()
1603 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Prepare()
1731 GetInput(context, node, kProjectionWeightsTensor); in Prepare()
1891 GetOptionalInputTensor(context, node, kProjectionWeightsTensor); in Eval()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dlstm_utils.h48 kProjectionWeightsTensor = 16, // Optional enumerator
Didentify_lstm_split_inputs.cc147 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc94 tflite::ops::builtin::lstm::full::kProjectionWeightsTensor); in HasProjection()
382 tflite::ops::builtin::lstm::full::kProjectionWeightsTensor, reader, in BuildOutputStateUpdate()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc552 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc587 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4223 constexpr int kProjectionWeightsTensor = 16; in AddOpsAndTensors() local
4233 input_pos == kProjectionWeightsTensor) { in AddOpsAndTensors()