Searched refs:kCellToInputWeightsTensor (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 43 constexpr int kCellToInputWeightsTensor = 9; // Optional variable
|
D | unidirectional_sequence_lstm.cc | 127 context, node, lstm::full::kCellToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 487 context, node, lstm::full::kCellToInputWeightsTensor); in CheckInputTensorDimensions() 1252 context, node, lstm::full::kCellToInputWeightsTensor); in Eval()
|
D | lstm.cc | 212 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 500 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_8() 941 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor); in CheckInputTensorDimensions() 1863 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 41 kCellToInputWeightsTensor = 9, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 125 CreateOptionalArray(model, &(lstm_cell_op->inputs[kCellToInputWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 514 context, node, ops::builtin::lstm::full::kCellToInputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 493 tflite::ops::builtin::lstm::full::kCellToInputWeightsTensor, in ParseLSTMAttributes()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 558 context, node, ops::builtin::lstm::full::kCellToInputWeightsTensor); in lstm_eval()
|