Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_shared.h43 constexpr int kCellToInputWeightsTensor = 9; // Optional variable
Dunidirectional_sequence_lstm.cc127 context, node, lstm::full::kCellToInputWeightsTensor); in PopulateQuantizedLstmParams8x8_16()
487 context, node, lstm::full::kCellToInputWeightsTensor); in CheckInputTensorDimensions()
1252 context, node, lstm::full::kCellToInputWeightsTensor); in Eval()
Dlstm.cc212 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/
Dlstm_utils.h41 kCellToInputWeightsTensor = 9, // Optional enumerator
Didentify_lstm_split_inputs.cc125 CreateOptionalArray(model, &(lstm_cell_op->inputs[kCellToInputWeightsTensor]), in Run()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/
Dlstm.cc514 context, node, ops::builtin::lstm::full::kCellToInputWeightsTensor); in lstm_eval()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dlstm_parser.cc493 tflite::ops::builtin::lstm::full::kCellToInputWeightsTensor, in ParseLSTMAttributes()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/
Dlstm.cc558 context, node, ops::builtin::lstm::full::kCellToInputWeightsTensor); in lstm_eval()