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 | 143 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()
|
D | lstm.cc | 228 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/ |
D | lstm_utils.h | 48 kProjectionWeightsTensor = 16, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 147 CreateOptionalArray(model, &(lstm_cell_op->inputs[kProjectionWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 94 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/ |
D | lstm.cc | 552 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 587 context, node, ops::builtin::lstm::full::kProjectionWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 4223 constexpr int kProjectionWeightsTensor = 16; in AddOpsAndTensors() local 4233 input_pos == kProjectionWeightsTensor) { in AddOpsAndTensors()
|