Searched refs:_wrapped (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | object_identity.py | 37 self._wrapped = wrapped 41 return self._wrapped 49 return id(self._wrapped) < id(other._wrapped) # pylint: disable=protected-access 53 return id(self._wrapped) > id(other._wrapped) # pylint: disable=protected-access 59 return self._wrapped is other._wrapped # pylint: disable=protected-access 68 return id(self._wrapped) 71 return "<{} wrapping {!r}>".format(type(self).__name__, self._wrapped) 83 return self._wrapped() 119 return self._wrapped
|
D | nest_test.py | 47 self._wrapped = dict(*args, **kwargs) 50 return self._wrapped[key] 53 return iter(self._wrapped) 56 return len(self._wrapped)
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | object_identity.py | 36 self._wrapped = wrapped 40 return self._wrapped 48 return id(self._wrapped) < id(other._wrapped) # pylint: disable=protected-access 52 return id(self._wrapped) > id(other._wrapped) # pylint: disable=protected-access 58 return self._wrapped is other._wrapped # pylint: disable=protected-access 67 return id(self._wrapped) 70 return "<{} wrapping {!r}>".format(type(self).__name__, self._wrapped) 82 return self._wrapped() 118 return self._wrapped
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_pathlib.py | 62 def _wrapped(pathobj, *args): function 65 return staticmethod(_wrapped) 70 def _wrapped(pathobj1, pathobj2, *args): function 74 return staticmethod(_wrapped) 79 def _wrapped(pathobj1, pathobj2, *args): function 83 return staticmethod(_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/tensorflow/tensorflow/python/data/experimental/ops/ |
D | data_service_ops.py | 191 self._wrapped = _DataServiceDatasetV2( 202 super(_DataServiceDatasetV1, self).__init__(self._wrapped)
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | tracking_test.py | 130 self._wrapped = wrapped 133 return self._wrapped(x) 474 self._wrapped = wrapped 477 return self._wrapped(x)
|
/external/libepoxy/src/ |
D | dispatch_common.h | 85 #define WRAPPER(x) x ## _wrapped
|
/external/python/cffi/demo/ |
D | _curses.py | 202 def _wrapped(self, *args): function 206 return _wrapped
|