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

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/idlelib/idle_test/
test_parenmatch.py 14 def __call__(self, *args, **kwargs): member in class:Mock
  /external/python/cpython2/Lib/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
  /external/python/cpython3/Lib/idlelib/
redirector.py 132 '''Create .tk_call and .orig_and_operation for .__call__ method.
149 def __call__(self, *args): member in class:OriginalCommand
  /external/python/cpython3/Lib/unittest/
signals.py 28 def __call__(self, signum, frame): member in class:_InterruptHandler
  /external/skia/infra/bots/recipe_modules/run/
api.py 72 def __call__(self, steptype, name, abort_on_failure=True, member in class:SkiaStepApi
  /external/skqp/infra/bots/recipe_modules/run/
api.py 73 def __call__(self, steptype, name, abort_on_failure=True, member in class:SkiaStepApi
  /external/tensorflow/tensorflow/contrib/eager/python/
evaluator.py 64 def __call__(self, *args, **kwargs): member in class:Evaluator
81 in the first execution of __call__().
137 **kwargs: Optional additional arguments to __call__(), except
162 call_op = self.__call__(dataset.make_one_shot_iterator().get_next(),
169 self.__call__(example, *args, **kwargs)
metrics_impl.py 83 build() will be called in the first invocation of `__call__()`, with
120 def __call__(self, *args, **kwargs): member in class:Metric
149 of `__call__()`. If using graph execution, the return value should be
150 `run()` in a session before running the op returned by `__call__()`.
167 Called by `__call__()` before `call()` for the first time.
171 **kwargs: The arguments to the first invocation of `__call__()`.
178 """Accumulates statistics for the metric. Users should use __call__ instead.
193 `__call__()`.
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
virtual_batchnorm_impl.py 144 `__call__` is efficient. This means that the axis must be supplied when the
274 def __call__(self, inputs): member in class:VBN
  /external/tensorflow/tensorflow/contrib/lite/tools/
visualize.py 160 def __call__(self, x): member in class:OpCodeMapper
171 def __call__(self, x): member in class:DataSizeMapper
184 def __call__(self, x): member in class:TensorMapper
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 77 def __call__(self, getter, name, trainable, collections, *args, **kwargs): member in class:ElasticAverageCustomGetter
model_average_optimizer.py 73 def __call__(self, getter, name, trainable, collections, *args, **kwargs): member in class:ModelAverageCustomGetter
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
core_rnn_cell.py 111 def __call__(self, args): member in class:_Linear
  /external/tensorflow/tensorflow/python/eager/
graph_callable.py 191 def __call__(self, *args): member in class:_InitializingFunctionObject
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_functions.py 179 def __call__(self): member in class:_ArrayFeedFn
222 def __call__(self): member in class:_OrderedDictNumpyFeedFn
265 def __call__(self): member in class:_PandasFeedFn
307 def __call__(self): member in class:_GeneratorFeedFn
  /external/tensorflow/tensorflow/python/estimator/
util_test.py 38 def __call__(self, a, b): member in class:FnArgsTest.test_callable.Foo
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
losses_test.py 55 def __call__(self, y_true, y_pred): member in class:_MSEMAELoss
metrics_test.py 96 def __call__(self, y_true, y_pred): member in class:KerasMetricsTest.test_stateful_metrics.BinaryTruePositives
regularizers.py 34 def __call__(self, x): member in class:Regularizer
55 def __call__(self, x): member in class:L1L2
  /external/tensorflow/tensorflow/python/ops/
script_ops.py 54 def __call__(self, on_gpu, args): member in class:EagerFunc
122 def __call__(self, token, on_gpu, args): member in class:FuncRegistry
  /external/tensorflow/tensorflow/python/util/
decorator_utils_test.py 110 def __call__(self): member in class:ValidateCallableTest.test_callable.TestClass
  /external/tensorflow/tensorflow/tools/docs/
doc_generator_visitor.py 125 def __call__(self, parent_name, parent, children): member in class:DocGeneratorVisitor
  /external/toolchain-utils/automation/common/
logger.py 31 def __call__(self, *args): member in class:NullColorCoder
51 def __call__(self, *args): member in class:AnsiColorCoder
  /frameworks/rs/tests/lldb/tests/harness/
decorators.py 44 def __call__(self, func): member in class:skip_conditional
91 def __call__(self, func): member in class:ordered_test
130 def __call__(self, func): member in class:deprecated
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py 103 def __call__(self, *args): member in class:OriginalCommand

Completed in 947 milliseconds

1 23 4 5 6 7 8 91011>>