Searched refs:MonitoredSession (Results 1 – 25 of 27) sorted by relevance
12
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column_test.py | 137 with monitored_session.MonitoredSession() as sess: 227 with monitored_session.MonitoredSession() as sess: 332 with monitored_session.MonitoredSession() as sess: 393 with monitored_session.MonitoredSession() as sess: 438 with monitored_session.MonitoredSession() as sess: 465 with monitored_session.MonitoredSession() as sess: 557 with monitored_session.MonitoredSession() as sess: 701 with monitored_session.MonitoredSession() as sess: 740 with monitored_session.MonitoredSession() as sess: 793 with monitored_session.MonitoredSession() as sess: [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session_test.py | 914 session = monitored_session.MonitoredSession( 944 session = monitored_session.MonitoredSession(session_creator, [hook]) 970 session = monitored_session.MonitoredSession( 995 session = monitored_session.MonitoredSession( 1030 session = monitored_session.MonitoredSession(session_creator, [hook]) 1061 session = monitored_session.MonitoredSession( 1089 session = monitored_session.MonitoredSession(session_creator, [hook]) 1427 with monitored_session.MonitoredSession() as session: 1437 with monitored_session.MonitoredSession(hooks=hooks) as session: 1456 with monitored_session.MonitoredSession( [all …]
|
D | monitored_session.py | 408 return MonitoredSession( 529 return MonitoredSession( 573 return MonitoredSession( 914 class MonitoredSession(_MonitoredSession): class 993 super(MonitoredSession, self).__init__(
|
D | evaluation.py | 270 with monitored_session.MonitoredSession(
|
D | training.py | 84 from tensorflow.python.training.monitored_session import MonitoredSession
|
D | queue_runner_test.py | 294 monitored_session.MonitoredSession())
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | monitored_session.py | 33 MonitoredSession = monitored_session.MonitoredSession variable
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-monitored-session.pbtxt | 1 path: "tensorflow.train.MonitoredSession" 3 is_instance: "<class \'tensorflow.python.training.monitored_session.MonitoredSession\'>"
|
D | tensorflow.train.-monitored-session.-step-context.pbtxt | 1 path: "tensorflow.train.MonitoredSession.StepContext"
|
D | tensorflow.train.pbtxt | 124 name: "MonitoredSession"
|
/external/tensorflow/tensorflow/contrib/hooks/ |
D | BUILD | 2 # Contains `SessionRunHook`s for use with `MonitoredSession` and the
|
D | README.md | 4 of `SessionRunHook` and are to be used with helpers like `MonitoredSession`
|
/external/tensorflow/tensorflow/contrib/predictor/ |
D | contrib_estimator_predictor.py | 62 self._session = monitored_session.MonitoredSession(
|
D | core_estimator_predictor.py | 74 self._session = monitored_session.MonitoredSession(
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 161 _check_type(sess, (session.BaseSession, monitored_session.MonitoredSession)) 366 _check_type(sess, (session.BaseSession, monitored_session.MonitoredSession)) 611 monitored_session.MonitoredSession.StepContext(self._sess, self.run))
|
D | framework_test.py | 436 tf_inspect.getmembers(monitored_session.MonitoredSession,
|
D | local_cli_wrapper_test.py | 813 monitored_sess = monitored_session.MonitoredSession()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | graph_placer.py | 89 with training.MonitoredSession(session_creator=session_creator) as sess:
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | evaluation.py | 446 with monitored_session.MonitoredSession(
|
/external/tensorflow/tensorflow/contrib/timeseries/examples/ |
D | lstm.py | 247 with tf.train.MonitoredSession() as session:
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | state_management_test.py | 304 with train.MonitoredSession() as session:
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 180 with monitored_session.MonitoredSession() as sess: 645 with monitored_session.MonitoredSession() as sess: 1078 with monitored_session.MonitoredSession() as sess:
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator_test.py | 325 with monitored_session.MonitoredSession() as sess:
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator.py | 970 mon_sess = monitored_session.MonitoredSession(
|
D | dnn_test.py | 116 with monitored_session.MonitoredSession() as sess:
|
12