Searched refs:InteractiveSession (Results 1 – 11 of 11) sorted by relevance
1 path: "tensorflow.InteractiveSession"3 is_instance: "<class \'tensorflow.python.client.session.InteractiveSession\'>"
128 name: "InteractiveSession"
26 from tensorflow.python.client.session import InteractiveSession
1689 class InteractiveSession(BaseSession): class1758 super(InteractiveSession, self).__init__(target, graph, config)1759 with InteractiveSession._count_lock:1760 if InteractiveSession._active_session_count > 0:1765 InteractiveSession._active_session_count += 11783 super(InteractiveSession, self).close()1784 with InteractiveSession._count_lock:1786 InteractiveSession._active_session_count -= 1
1322 sess = session.InteractiveSession()1336 session.InteractiveSession._active_session_count = 0 # pylint: disable=protected-access1338 sess = session.InteractiveSession()1343 sess = session.InteractiveSession()1348 sess = session.InteractiveSession()1351 sess2 = session.InteractiveSession()1362 sess = session.InteractiveSession()1827 sess1 = session.InteractiveSession()1828 sess2 = session.InteractiveSession()
65 sess = tf.compat.v1.InteractiveSession()
224 sess = tf.compat.v1.InteractiveSession()
93 sess = tf.compat.v1.InteractiveSession()
138 sess = tf.InteractiveSession()
232 session.InteractiveSession(), self._dump_root, self._observer)
178 sess = session.InteractiveSession(server.target)