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

  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 567 struct LogisticOperator : Operator {
568 LogisticOperator() : Operator(OperatorType::kLogistic) {}
    [all...]
export_tensorflow.cc 660 void ConvertLogisticOperator(const LogisticOperator& src_op,
    [all...]
import_tensorflow.cc 544 auto* op = new LogisticOperator;
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator_test.cc 107 CheckSimpleOperator<LogisticOperator>("LOGISTIC", OperatorType::kLogistic);
operator.cc     [all...]

Completed in 62 milliseconds