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 | 100 lstm::full::kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 440 lstm::full::kInputToCellWeightsTensor, in CheckInputTensorDimensions() 727 lstm::full::kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1225 lstm::full::kInputToCellWeightsTensor, in Eval()
|
D | lstm.cc | 189 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 477 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 888 GetInputSafe(context, node, kInputToCellWeightsTensor, in CheckInputTensorDimensions() 1172 GetInputSafe(context, node, kInputToCellWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1655 GetInput(context, node, kInputToCellWeightsTensor); in Prepare() 1840 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 | 97 CopySubArrayToArray(model, &(lstm_cell_op->inputs[kInputToCellWeightsTensor]), in Run()
|
D | identify_lstm_merge_inputs.cc | 94 model->GetArray(src_op->inputs[kInputToCellWeightsTensor]), num_cell, 0); in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 483 ops::builtin::lstm::full::kInputToCellWeightsTensor, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 503 tflite::ops::builtin::lstm::full::kInputToCellWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 544 context, node, ops::builtin::lstm::full::kInputToCellWeightsTensor); in lstm_eval()
|