/external/pytorch/torch/backends/quantized/ |
D | __init__.py | 34 def __get__(self, obj, objtype) -> str: member in _QEngineProp 42 def __get__(self, obj, objtype) -> List[str]: member in _SupportedQEnginesProp
|
/external/tensorflow/tensorflow/python/util/ |
D | decorator_utils.py | 152 def __get__(self, owner_self, owner_cls): member in classproperty 187 def __get__(self, obj, objtype): member in _CachedClassProperty
|
D | tf_decorator.py | 249 def __get__(self, instance, owner): member in TFDecorator
|
D | tf_decorator_test.py | 182 def __get__(self, instance, owner): member in TfDecoratorTest.testTarget__get__IsProxied.Descr
|
/external/python/cpython3/Tools/c-analyzer/c_common/ |
D | clsutil.py | 43 def __get__(self, obj, cls): member in Slot 113 def __get__(self, obj, cls): member in classonly
|
/external/python/pyfakefs/pyfakefs/tests/fixtures/ |
D | deprecated_property.py | 22 def __get__(self, instance, cls): member in DeprecatedProperty
|
/external/pytorch/torch/backends/xnnpack/ |
D | __init__.py | 9 def __get__(self, obj, objtype): member in _XNNPACKEnabled
|
/external/llvm/bindings/python/llvm/ |
D | common.py | 85 def __get__(self, instance, instance_type=None): member in CachedProperty
|
/external/autotest/client/common_lib/ |
D | decorators.py | 69 def __get__(self, instance, owner): member in _CachedProperty
|
/external/python/cpython3/Lib/ |
D | functools.py | 316 def __get__(self, obj, objtype=None): member in partial 404 def __get__(self, obj, cls=None): member in partialmethod 968 def __get__(self, obj, cls=None): member in singledispatchmethod 1023 def __get__(self, instance, owner=None): member in cached_property
|
D | types.py | 203 def __get__(self, instance, ownerclass=None): member in DynamicClassAttribute
|
/external/python/mako/mako/ |
D | util.py | 85 def __get__(self, obj, cls): member in memoized_property 107 def __get__(self, obj, cls): member in memoized_instancemethod
|
/external/pytorch/torch/backends/ |
D | __init__.py | 38 def __get__(self, obj, objtype): member in ContextProp
|
/external/python/cpython3/Lib/test/support/interpreters/ |
D | _crossinterp.py | 25 def __get__(self, obj, cls): member in classonly
|
/external/pytorch/torch/distributions/ |
D | utils.py | 145 def __get__(self, instance, obj_type=None): member in lazy_property
|
/external/tensorflow/tensorflow/lite/python/authoring/ |
D | authoring.py | 94 def __get__(self, instance, cls): member in _Compatible
|
/external/python/cpython3/Lib/test/test_capi/ |
D | test_number.py | 20 def __get__(self, obj, objtype=None): member in BadDescr
|
/external/tensorflow/tensorflow/python/ops/ |
D | custom_gradient.py | 332 def __get__(self, instance, owner): member in Bind
|
/external/python/cpython3/Lib/test/ |
D | test_opcache.py | 42 def __get__(self, instance, owner): member in TestLoadSuperAttrCache.test_descriptor_not_double_executed_on_spec_fail.Descriptor 93 def __get__(self, instance, owner): function 313 def __get__(self, instance, owner): function 348 def __get__(self, instance, owner): function
|
/external/pytorch/torch/backends/cuda/ |
D | __init__.py | 54 def __get__(self, obj, objtype): member in cuFFTPlanCacheAttrContextProp
|
/external/python/cpython3/Lib/test/test_unittest/testmock/ |
D | testhelpers.py | 505 def __get__(self, obj, type_): member in SpecSignatureTest.test_spec_has_descriptor_returning_function.CrazyDescriptor 767 def __get__(self, obj, type=None): member in SpecSignatureTest.test_skip_attributeerrors.Raiser 890 def __get__(self, obj, cls=None): member in SpecSignatureTest.test_autospec_data_descriptor.Descriptor
|
/external/python/cpython3/Lib/test/test_module/ |
D | __init__.py | 315 def __get__(self, o, t): member in ModuleTests.test_descriptor_errors_propagate.Descr
|
/external/pytorch/torch/fx/experimental/unification/multipledispatch/ |
D | dispatcher.py | 396 def __get__(self, instance, owner): member in MethodDispatcher
|
/external/emboss/compiler/util/ |
D | ir_data_fields.py | 397 def __get__(self, obj, objtype=None): member in OneOfField
|
/external/python/enum34/enum/ |
D | __init__.py | 50 def __get__(self, instance, ownerclass=None): member in _RouteClassAttributeToGetattr
|