Searched refs:kRecurrentToCellWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 39 constexpr int kRecurrentToCellWeightsTensor = 7; variable
|
D | unidirectional_sequence_lstm.cc | 118 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 470 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions() 745 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1243 GetInputSafe(context, node, lstm::full::kRecurrentToCellWeightsTensor, in Eval()
|
D | lstm.cc | 204 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 492 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 922 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in CheckInputTensorDimensions() 1187 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1706 GetInput(context, node, kRecurrentToCellWeightsTensor); in Prepare() 1855 GetInputSafe(context, node, kRecurrentToCellWeightsTensor, in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 39 kRecurrentToCellWeightsTensor = 7, enumerator
|
D | identify_lstm_split_inputs.cc | 112 &(lstm_cell_op->inputs[kRecurrentToCellWeightsTensor]), in Run()
|
D | identify_lstm_merge_inputs.cc | 109 model->GetArray(src_op->inputs[kRecurrentToCellWeightsTensor]), num_cell, in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 504 ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 504 tflite::ops::builtin::lstm::full::kRecurrentToCellWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 553 context, node, ops::builtin::lstm::full::kRecurrentToCellWeightsTensor); in lstm_eval()
|