HomeSort by relevance Sort by last modified time
    Searched defs:kCellToInputWeightsTensor (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
lstm_utils.h 41 kCellToInputWeightsTensor = 9, // Optional
  /external/tensorflow/tensorflow/lite/kernels/
unidirectional_sequence_lstm.cc 53 constexpr int kCellToInputWeightsTensor = 9; // Optional
166 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor);
463 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor);
lstm.cc 77 constexpr int kCellToInputWeightsTensor = 9; // Optional
184 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor);
531 GetOptionalInputTensor(context, node, kCellToInputWeightsTensor);
    [all...]

Completed in 259 milliseconds