Searched refs:_wrapped (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | object_identity.py | 33 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
|
D | nest_test.py | 44 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/ |
D | object_identity.py | 33 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/ |
D | grpc_helpers.py | 75 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 …]
|
D | bidi.py | 286 call._wrapped.add_done_callback(self._on_call_done)
|
/external/tensorflow/tensorflow/tools/docs/ |
D | doc_controls.py | 36 def _wrapped(cls): function 40 return _wrapped
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
D | protoc_test.py | 32 def _wrapped(): function 39 return _wrapped
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 57 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/ |
D | dispatch_common.h | 88 #define WRAPPER(x) x ## _wrapped
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | data_service_ops.py | 408 self._wrapped = _DataServiceDatasetV2( 422 super(_DataServiceDatasetV1, self).__init__(self._wrapped)
|
/external/python/cffi/demo/ |
D | _curses.py | 202 def _wrapped(self, *args): function 206 return _wrapped
|