Home
last modified time | relevance | path

Searched refs:_wrapped (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dobject_identity.py33 self._wrapped = wrapped
37 return self._wrapped
45 return id(self._wrapped) < id(other._wrapped) # pylint: disable=protected-access
49 return id(self._wrapped) > id(other._wrapped) # pylint: disable=protected-access
55 return self._wrapped is other._wrapped # pylint: disable=protected-access
64 return id(self._wrapped)
67 return "<{} wrapping {!r}>".format(type(self).__name__, self._wrapped)
79 return self._wrapped()
115 return self._wrapped
Dnest_test.py44 self._wrapped = dict(*args, **kwargs)
47 return self._wrapped[key]
50 return iter(self._wrapped)
53 return len(self._wrapped)
/external/tensorflow/tensorflow/python/keras/utils/
Dobject_identity.py33 self._wrapped = wrapped
37 return self._wrapped
45 return id(self._wrapped) < id(other._wrapped) # pylint: disable=protected-access
49 return id(self._wrapped) > id(other._wrapped) # pylint: disable=protected-access
55 return self._wrapped is other._wrapped # pylint: disable=protected-access
64 return id(self._wrapped)
67 return "<{} wrapping {!r}>".format(type(self).__name__, self._wrapped)
79 return self._wrapped()
115 return self._wrapped
/external/python/python-api-core/google/api_core/
Dgrpc_helpers.py75 self._wrapped = wrapped
82 self._stored_first_result = next(self._wrapped)
106 return next(self._wrapped)
114 return self._wrapped.add_callback(callback)
117 return self._wrapped.cancel()
120 return self._wrapped.code()
123 return self._wrapped.details()
126 return self._wrapped.initial_metadata()
129 return self._wrapped.is_active()
132 return self._wrapped.time_remaining()
[all …]
Dbidi.py286 call._wrapped.add_done_callback(self._on_call_done)
/external/tensorflow/tensorflow/tools/docs/
Ddoc_controls.py36 def _wrapped(cls): function
40 return _wrapped
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/
Dprotoc_test.py32 def _wrapped(): function
39 return _wrapped
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py57 def _wrapped(pathobj, *args, **kwargs): function
60 return staticmethod(_wrapped)
65 def _wrapped(pathobj1, pathobj2, *args): function
69 return staticmethod(_wrapped)
74 def _wrapped(pathobj1, pathobj2, *args): function
78 return staticmethod(_wrapped)
/external/libepoxy/src/
Ddispatch_common.h88 #define WRAPPER(x) x ## _wrapped
/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddata_service_ops.py408 self._wrapped = _DataServiceDatasetV2(
422 super(_DataServiceDatasetV1, self).__init__(self._wrapped)
/external/python/cffi/demo/
D_curses.py202 def _wrapped(self, *args): function
206 return _wrapped