Home
last modified time | relevance | path

Searched refs:kCellToOutputWeightsTensor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h45 constexpr int kCellToOutputWeightsTensor = 11; // Optional variable
Dunidirectional_sequence_lstm.cc131 context, node, lstm::full::kCellToOutputWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
507 context, node, lstm::full::kCellToOutputWeightsTensor); in CheckInputTensorDimensions()
1256 context, node, lstm::full::kCellToOutputWeightsTensor); in Eval()
Dlstm.cc216 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/
Dlstm_utils.h43 kCellToOutputWeightsTensor = 11, // Optional enumerator
Didentify_lstm_split_inputs.cc131 &(lstm_cell_op->inputs[kCellToOutputWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc562 context, node, ops::builtin::lstm::full::kCellToOutputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc518 context, node, ops::builtin::lstm::full::kCellToOutputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc521 tflite::ops::builtin::lstm::full::kCellToOutputWeightsTensor, in ParseLSTMAttributes()