OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseDebugWrapperSession
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/debug/wrappers/
framework_test.py
47
class TestDebugWrapperSession(framework.
BaseDebugWrapperSession
):
48
"""A concrete implementation of
BaseDebugWrapperSession
for test."""
58
framework.
BaseDebugWrapperSession
.__init__(
91
class TestDebugWrapperSessionBadAction(framework.
BaseDebugWrapperSession
):
92
"""A concrete implementation of
BaseDebugWrapperSession
for test.
121
framework.
BaseDebugWrapperSession
.__init__(self, sess)
425
framework.
BaseDebugWrapperSession
, predicate=tf_inspect.ismethod)
441
framework.
BaseDebugWrapperSession
, predicate=tf_inspect.ismethod)
framework.py
41
abstract
BaseDebugWrapperSession
class below.
332
class
BaseDebugWrapperSession
(session.SessionInterface):
344
"""Constructor of `
BaseDebugWrapperSession
`.
802
class NonInteractiveDebugWrapperSession(
BaseDebugWrapperSession
):
823
wrapper session will be active. See doc of `
BaseDebugWrapperSession
` for
831
BaseDebugWrapperSession
.__init__(
842
"""See doc of
BaseDebugWrapperSession
.on_run_start."""
862
"""See doc of
BaseDebugWrapperSession
.on_run_start."""
[
all
...]
local_cli_wrapper.py
42
class LocalCLIDebugWrapperSession(framework.
BaseDebugWrapperSession
):
43
"""Concrete subclass of
BaseDebugWrapperSession
implementing a local CLI.
69
the doc of `
BaseDebugWrapperSession
` for details.
79
framework.
BaseDebugWrapperSession
.__init__(
Completed in 206 milliseconds