Searched refs:kInputToForgetWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 32 constexpr int kInputToForgetWeightsTensor = 2; variable
|
D | unidirectional_sequence_lstm.cc | 96 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 432 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in CheckInputTensorDimensions() 723 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1221 GetInputSafe(context, node, lstm::full::kInputToForgetWeightsTensor, in Eval()
|
D | lstm.cc | 185 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 473 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 866 GetInputSafe(context, node, kInputToForgetWeightsTensor, in CheckInputTensorDimensions() 1168 GetInputSafe(context, node, kInputToForgetWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1643 GetInput(context, node, kInputToForgetWeightsTensor); in Prepare() 1836 GetInputSafe(context, node, kInputToForgetWeightsTensor, in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 34 kInputToForgetWeightsTensor = 2, enumerator
|
D | identify_lstm_split_inputs.cc | 101 model, &(lstm_cell_op->inputs[kInputToForgetWeightsTensor]), in Run()
|
D | identify_lstm_merge_inputs.cc | 97 model->GetArray(src_op->inputs[kInputToForgetWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 478 ops::builtin::lstm::full::kInputToForgetWeightsTensor, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 468 tflite::ops::builtin::lstm::full::kInputToForgetWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 542 context, node, ops::builtin::lstm::full::kInputToForgetWeightsTensor); in lstm_eval()
|