HomeSort by relevance Sort by last modified time
    Searched refs:kLstmCell (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 32 if (curr_op->type != OperatorType::kLstmCell) {
quantize.cc 52 type == OperatorType::kDepthToSpace || type == OperatorType::kLstmCell;
192 if (op.type == OperatorType::kLstmCell) {
225 if (op.type == OperatorType::kLstmCell) {
342 if (op.type == OperatorType::kLstmCell) {
identify_lstm_merge_inputs.cc 32 if (src_op->type != OperatorType::kLstmCell) {
hardcode_min_max.cc 328 case OperatorType::kLstmCell:
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 55 kLstmCell,
512 LstmCellOperator() : Operator(OperatorType::kLstmCell) {}
    [all...]
export_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 829 new Lstm(::tflite::BuiltinOperator_LSTM, OperatorType::kLstmCell));
    [all...]

Completed in 2097 milliseconds