Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dobject_identity.py36 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/tensorflow/tensorflow/python/util/
Dobject_identity.py37 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
Dnest_test.py47 self._wrapped = dict(*args, **kwargs)
50 return self._wrapped[key]
53 return iter(self._wrapped)
56 return len(self._wrapped)
/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py62 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/
Dprotoc_test.py32 def _wrapped(): function
39 return _wrapped
/external/tensorflow/tensorflow/python/data/experimental/ops/
Ddata_service_ops.py191 self._wrapped = _DataServiceDatasetV2(
202 super(_DataServiceDatasetV1, self).__init__(self._wrapped)
/external/tensorflow/tensorflow/python/keras/tests/
Dtracking_test.py130 self._wrapped = wrapped
133 return self._wrapped(x)
474 self._wrapped = wrapped
477 return self._wrapped(x)
/external/libepoxy/src/
Ddispatch_common.h85 #define WRAPPER(x) x ## _wrapped
/external/python/cffi/demo/
D_curses.py202 def _wrapped(self, *args): function
206 return _wrapped