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

  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm.cc 221 &state_output_tanh, OperatorType::kLogistic,
254 nullptr, OperatorType::kLogistic,
261 if (!MatchOperatorInputs(*state_remember_mul, *model, OperatorType::kLogistic,
quantize.cc 46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax ||
279 if ((op.type == OperatorType::kLogistic) ||
hardcode_min_max.cc 310 case OperatorType::kLogistic:
propagate_fixed_sizes.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 57 kLogistic,
568 LogisticOperator() : Operator(OperatorType::kLogistic) {}
    [all...]
tooling_util.cc     [all...]
export_tensorflow.cc     [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 107 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic);
operator.cc     [all...]

Completed in 95 milliseconds