Searched refs:kRecurrentToOutputWeightsTensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 40 constexpr int kRecurrentToOutputWeightsTensor = 8; variable
|
D | unidirectional_sequence_lstm.cc | 123 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 750 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 900 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Prepare() 1248 GetInputSafe(context, node, lstm::full::kRecurrentToOutputWeightsTensor, in Eval()
|
D | lstm.cc | 208 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_16() 496 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulateQuantizedLstmParams8x8_8() 1191 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in PopulatePrecomputedZPTimesWeightsWithBias() 1334 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Prepare() 1719 GetInput(context, node, kRecurrentToOutputWeightsTensor); in Prepare() 1859 GetInputSafe(context, node, kRecurrentToOutputWeightsTensor, in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 40 kRecurrentToOutputWeightsTensor = 8, enumerator
|
D | identify_lstm_split_inputs.cc | 120 &(lstm_cell_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
|
D | identify_lstm_merge_inputs.cc | 117 model->GetArray(src_op->inputs[kRecurrentToOutputWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 555 context, node, ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 510 ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 520 tflite::ops::builtin::lstm::full::kRecurrentToOutputWeightsTensor, in ParseLSTMAttributes()
|