Searched refs:kProjectionWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 54 constexpr int kProjectionWeightsTensor = 16; // Optional variable
|
D | unidirectional_sequence_lstm.cc | 148 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()
|
D | lstm.cc | 229 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/ |
D | lstm_utils.h | 48 kProjectionWeightsTensor = 16, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 149 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 126 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/ |
D | lstm.cc | 553 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 599 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 5571 constexpr int kProjectionWeightsTensor = 16; in AddOpsAndTensors() local 5581 input_pos == kProjectionWeightsTensor) { in AddOpsAndTensors()
|