import tensorflow as tf



model = tf.estimator.DNNLinearCombinedClassifier()
model.export_saved_model()