HomeSort by relevance Sort by last modified time
    Searched defs:__call__ (Results 26 - 50 of 438) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/ops/distributions/
kullback_leibler.py 167 def __call__(self, kl_fn): member in class:RegisterKL
  /external/tensorflow/tensorflow/python/util/
tf_decorator.py 39 derived class, and implement the `__call__` method to do your work before
51 def __call__(self, *args, **kwargs):
157 return _functools.partial(self.__call__, obj)
159 def __call__(self, *args, **kwargs): member in class:TFDecorator
  /external/tensorflow/tensorflow/tools/api/lib/
python_object_to_proto_visitor.py 116 def __call__(self, path, parent, children): member in class:PythonObjectToProtoVisitor
  /external/tensorflow/tensorflow/tools/common/
public_api.py 115 def __call__(self, path, parent, children): member in class:PublicAPIVisitor
traverse_test.py 32 def __call__(self, path, parent, children): member in class:TestVisitor
70 self.assertIn('__call__', [name for name, _ in visitor.call_log[0][2]])
  /external/trappy/trappy/
systrace.py 35 def __call__(self, line): member in class:drop_before_trace
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 43 def __call__(self, testfilename, pathset="SELINUX_DEVEL_PATH"): member in class:PathChoooser
  /tools/test/connectivity/acts/framework/acts/
test_decorators.py 87 def __call__(self, *args, **kwargs): member in class:_TestInfoDecoratorFunc
180 def __call__(self, *args, **kwargs): member in class:_TestInfoBinding
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Eiffel.py 83 def __call__(self, *args, **kw): member in class:EiffelMethodWrapper
Meta.py 16 def __call__(self, *args, **kw): member in class:MetaMethodWrapper
82 def __call__(self, *args, **kw): member in class:MetaClass
Simple.py 9 def __call__(self): member in class:Tracing
29 def __call__(self, *args): member in class:BoundMethod
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
signals.py 14 def __call__(self, signum, frame): member in class:_InterruptHandler
  /external/autotest/frontend/afe/json_rpc/
proxy.py 122 def __call__(self, *args, **kwargs): member in class:ServiceProxy
  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer.py 97 def __call__(self, *args, **kwargs): member in class:Parallelizer
214 return r.__call__()
228 r.__call__(exc_type, exc_val, exc_tb)
231 def __call__(self, *args, **kwargs): member in class:SyncParallelizer
242 r = super(SyncParallelizer, self).__call__(*args, **kwargs)
  /external/devlib/devlib/module/
__init__.py 66 def __call__(self): member in class:HardRestModule
74 def __call__(self): member in class:BootModule
89 def __call__(self, image_bundle=None, images=None, boot_config=None): member in class:FlashModule
android.py 57 def __call__(self, image_bundle=None, images=None, bootargs=None): member in class:FastbootFlashModule
  /external/libmojo/third_party/catapult/devil/devil/utils/
parallelizer.py 97 def __call__(self, *args, **kwargs): member in class:Parallelizer
204 def __call__(self, *args, **kwargs): member in class:SyncParallelizer
215 r = super(SyncParallelizer, self).__call__(*args, **kwargs)
  /external/python/cpython2/Demo/metaclasses/
Eiffel.py 83 def __call__(self, *args, **kw): member in class:EiffelMethodWrapper
Meta.py 16 def __call__(self, *args, **kw): member in class:MetaMethodWrapper
82 def __call__(self, *args, **kw): member in class:MetaClass
Simple.py 9 def __call__(self): member in class:Tracing
29 def __call__(self, *args): member in class:BoundMethod
  /external/python/cpython2/Lib/idlelib/
WidgetRedirector.py 132 '''Create .tk_call and .orig_and_operation for .__call__ method.
148 def __call__(self, *args): member in class:OriginalCommand

Completed in 284 milliseconds

12 3 4 5 6 7 8 91011>>