Searched refs:kInputToCellWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 33 constexpr int kInputToCellWeightsTensor = 3; variable
|
D | unidirectional_sequence_lstm.cc | 105 lstm::full::kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 448 lstm::full::kInputToCellWeightsTensor, in CheckInputTensorDimensions() 735 lstm::full::kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1238 lstm::full::kInputToCellWeightsTensor, in Eval()
|
D | lstm.cc | 190 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 478 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 889 GetInputSafe(context, node, kInputToCellWeightsTensor, in CheckInputTensorDimensions() 1173 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1659 GetInput(context, node, kInputToCellWeightsTensor); in Prepare() 1844 GetInputSafe(context, node, kInputToCellWeightsTensor, in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 35 kInputToCellWeightsTensor = 3, enumerator
|
D | identify_lstm_split_inputs.cc | 99 CopySubArrayToArray(model, &(lstm_cell_op->inputs[kInputToCellWeightsTensor]), in Run()
|
D | identify_lstm_merge_inputs.cc | 96 model->GetArray(src_op->inputs[kInputToCellWeightsTensor]), num_cell, 0); in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 484 ops::builtin::lstm::full::kInputToCellWeightsTensor, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 521 tflite::ops::builtin::lstm::full::kInputToCellWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 556 context, node, ops::builtin::lstm::full::kInputToCellWeightsTensor); in lstm_eval()
|