HomeSort by relevance Sort by last modified time
    Searched defs:__exit__ (Results 226 - 250 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/debug/wrappers/
framework.py 711 def __exit__(self, exec_type, exec_value, exec_tb): member in class:BaseDebugWrapperSession
712 self._default_session_context_manager.__exit__(
    [all...]
  /external/tensorflow/tensorflow/python/eager/
backprop.py 872 def __exit__(self, typ, value, traceback): member in class:GradientTape
function.py 224 def __exit__(self, _, __, ___): # pylint: disable=invalid-name member in class:_CapturingContext
917 def __exit__(self, unused_type, unused_value, unused_traceback): member in class:AutomaticControlDependencies
    [all...]
  /external/tensorflow/tensorflow/python/framework/
errors_impl.py 510 def __exit__(self, type_arg, value_arg, traceback_arg): member in class:raise_exception_on_not_ok_status
  /external/tensorflow/tensorflow/python/training/
monitored_session.py 655 def __exit__(self, exception_type, exception_value, traceback): member in class:_MonitoredSession
659 # __exit__ should return True to suppress an exception.
    [all...]
  /external/v8/tools/
run_perf.py 860 def __exit__(self, type, value, traceback): member in class:CustomMachineConfiguration
    [all...]
  /external/walt/pywalt/pywalt/
walt.py 110 def __exit__(self, exc_type, exc_value, traceback): member in class:Walt
754 def __exit__(self, exc_type, exc_value, traceback): member in class:TcpServer
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_weakrefset.py 26 def __exit__(self, e, t, b): member in class:_IterationGuard
codecs.py 388 def __exit__(self, type, value, tb): member in class:StreamWriter
633 def __exit__(self, type, value, tb): member in class:StreamReader
720 def __exit__(self, type, value, tb): member in class:StreamReaderWriter
836 def __exit__(self, type, value, tb): member in class:StreamRecoder
    [all...]
tempfile.py 419 # Need to trap __exit__ as well to ensure the file gets
421 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
422 result = self.file.__exit__(exc, value, tb)
426 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
427 self.file.__exit__(exc, value, tb)
539 def __exit__(self, exc, value, tb): member in class:SpooledTemporaryFile
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 809 # XXX Making a copy keeps objects alive until __exit__ gets called.
844 def __exit__(self, exc_type, exc_val, exc_tb): member in class:saved_test_environment
    [all...]
test_compiler.py 14 def __exit__(self, *exc_info): member in class:TrivialContext
207 def __exit__(self, *args): member in class:CompilerTest.testWithMult.Ctx
test_contextlib.py 52 # Calling __exit__ should not result in an exception
53 self.assertFalse(ctx.__exit__(TypeError, TypeError("foo"), None))
65 RuntimeError, ctx.__exit__, TypeError, TypeError("foo"), None
158 def __exit__(self, *exc_info): member in class:NestedTestCase.test_nested_right_exception.b
  /prebuilts/gdb/linux-x86/lib/python2.7/
_weakrefset.py 26 def __exit__(self, e, t, b): member in class:_IterationGuard
codecs.py 388 def __exit__(self, type, value, tb): member in class:StreamWriter
633 def __exit__(self, type, value, tb): member in class:StreamReader
720 def __exit__(self, type, value, tb): member in class:StreamReaderWriter
836 def __exit__(self, type, value, tb): member in class:StreamRecoder
    [all...]
tempfile.py 419 # Need to trap __exit__ as well to ensure the file gets
421 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
422 result = self.file.__exit__(exc, value, tb)
426 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
427 self.file.__exit__(exc, value, tb)
539 def __exit__(self, exc, value, tb): member in class:SpooledTemporaryFile
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 809 # XXX Making a copy keeps objects alive until __exit__ gets called.
844 def __exit__(self, exc_type, exc_val, exc_tb): member in class:saved_test_environment
    [all...]
test_compiler.py 14 def __exit__(self, *exc_info): member in class:TrivialContext
207 def __exit__(self, *args): member in class:CompilerTest.testWithMult.Ctx
test_contextlib.py 52 # Calling __exit__ should not result in an exception
53 self.assertFalse(ctx.__exit__(TypeError, TypeError("foo"), None))
65 RuntimeError, ctx.__exit__, TypeError, TypeError("foo"), None
158 def __exit__(self, *exc_info): member in class:NestedTestCase.test_nested_right_exception.b
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 26 def __exit__(self, e, t, b): member in class:_IterationGuard
codecs.py 388 def __exit__(self, type, value, tb): member in class:StreamWriter
633 def __exit__(self, type, value, tb): member in class:StreamReader
720 def __exit__(self, type, value, tb): member in class:StreamReaderWriter
836 def __exit__(self, type, value, tb): member in class:StreamRecoder
    [all...]
tempfile.py 419 # Need to trap __exit__ as well to ensure the file gets
421 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
422 result = self.file.__exit__(exc, value, tb)
426 def __exit__(self, exc, value, tb): function in function:_TemporaryFileWrapper.__enter__
427 self.file.__exit__(exc, value, tb)
539 def __exit__(self, exc, value, tb): member in class:SpooledTemporaryFile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 809 # XXX Making a copy keeps objects alive until __exit__ gets called.
844 def __exit__(self, exc_type, exc_val, exc_tb): member in class:saved_test_environment
    [all...]
test_compiler.py 14 def __exit__(self, *exc_info): member in class:TrivialContext
207 def __exit__(self, *args): member in class:CompilerTest.testWithMult.Ctx
test_contextlib.py 52 # Calling __exit__ should not result in an exception
53 self.assertFalse(ctx.__exit__(TypeError, TypeError("foo"), None))
65 RuntimeError, ctx.__exit__, TypeError, TypeError("foo"), None
158 def __exit__(self, *exc_info): member in class:NestedTestCase.test_nested_right_exception.b

Completed in 1663 milliseconds

1 2 3 4 5 6 7 8 91011>>