Searched refs:kCellToOutputWeightsTensor (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_shared.h | 45 constexpr int kCellToOutputWeightsTensor = 11; // Optional variable
|
D | unidirectional_sequence_lstm.cc | 131 context, node, lstm::full::kCellToOutputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 507 context, node, lstm::full::kCellToOutputWeightsTensor); in CheckInputTensorDimensions() 1256 context, node, lstm::full::kCellToOutputWeightsTensor); in Eval()
|
D | lstm.cc | 216 GetOptionalInputTensor(context, node, kCellToOutputWeightsTensor); in PopulateQuantizedLstmParams8x8_16() 504 GetOptionalInputTensor(context, node, kCellToOutputWeightsTensor); in PopulateQuantizedLstmParams8x8_8() 961 GetOptionalInputTensor(context, node, kCellToOutputWeightsTensor); in CheckInputTensorDimensions() 1867 GetOptionalInputTensor(context, node, kCellToOutputWeightsTensor); in Eval()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | lstm_utils.h | 43 kCellToOutputWeightsTensor = 11, // Optional enumerator
|
D | identify_lstm_split_inputs.cc | 131 &(lstm_cell_op->inputs[kCellToOutputWeightsTensor]), in Run()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 562 context, node, ops::builtin::lstm::full::kCellToOutputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 518 context, node, ops::builtin::lstm::full::kCellToOutputWeightsTensor); in lstm_eval()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | lstm_parser.cc | 521 tflite::ops::builtin::lstm::full::kCellToOutputWeightsTensor, in ParseLSTMAttributes()
|