aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/estimator/run_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/estimator/run_config.py')
-rw-r--r--tensorflow/python/estimator/run_config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/python/estimator/run_config.py b/tensorflow/python/estimator/run_config.py
index c6e6c60991..79b55c6853 100644
--- a/tensorflow/python/estimator/run_config.py
+++ b/tensorflow/python/estimator/run_config.py
@@ -73,6 +73,10 @@ class RunConfig(object):
return 600
@property
+ def session_config(self):
+ return None
+
+ @property
def save_checkpoints_steps(self):
return None