Home
last modified time | relevance | path

Searched defs:__name__ (Results 1 – 19 of 19) sorted by relevance

/external/python/pyyaml/lib/_yaml/
D__init__.py29 __name__ = '_yaml' variable
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder_test.py271 __name__ = "tf.nested_structure_coder_test.Zoo" variable in NestedStructureCoderTest.testEncodeDecodeExtensionTypeSpec.Zoo
317 __name__ = "tf.nested_structure_coder_test.Zoo" variable in NestedStructureCoderTest.testEncodeDecodeExtensionTypeSpec.Zoo
/external/pytorch/torch/_dynamo/
Dreplay_record.py25 def __name__(self): member in DummyModule
/external/python/pyfakefs/pyfakefs/
Dfake_open.py117 __name__ = "FakeFileOpen" variable in FakeFileOpen
/external/pytorch/test/
Dtest_cpp_extensions_open_device_registration.py441 def __name__(self): member in TestCppExtensionOpenRgistration.test_open_device_storage_type.CustomFloatStorage
/external/tensorflow/tensorflow/python/framework/
Dextension_type_test.py77 __name__ = 'tf.test.MaskedTensorV2' variable in MaskedTensorV2
132 __name__ = 'tf.test.MaskedTensorV3.Spec' variable in MaskedTensorV3
914 __name__ = 'tf.__test__.ExtensionTypeWithName' # For SavedModel variable in ExtensionTypeTest.ExtensionTypeWithName
/external/python/enum34/enum/
Dtest.py1237 def __name__(self): member in TestEnum.test_subclasses_with_getnewargs.NamedInt
1293 def __name__(self): member in TestEnum.test_subclasses_with_getnewargs_ex.NamedInt
1349 def __name__(self): member in TestEnum.test_subclasses_with_reduce.NamedInt
1405 def __name__(self): member in TestEnum.test_subclasses_with_reduce_ex.NamedInt
1459 def __name__(self): member in TestEnum.test_subclasses_without_direct_pickle_support.NamedInt
1512 def __name__(self): member in TestEnum.test_subclasses_without_direct_pickle_support_using_name.NamedInt
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py215 __name__ = func_or_class.__name__ variable in deprecated_alias._NewClass
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py89 __name__ = 'tf.StructuredTensor' variable in StructuredTensor
/external/python/cpython3/Lib/test/
Dtest_enum.py2065 def __name__(self): member in TestSpecial.test_subclasses_with_getnewargs.NamedInt
2125 def __name__(self): member in TestSpecial.test_subclasses_with_getnewargs_ex.NamedInt
2185 def __name__(self): member in TestSpecial.test_subclasses_with_reduce.NamedInt
2245 def __name__(self): member in TestSpecial.test_subclasses_with_reduce_ex.NamedInt
2302 def __name__(self): member in TestSpecial.test_subclasses_without_direct_pickle_support.NamedInt
2360 def __name__(self): member in TestSpecial.test_subclasses_with_direct_pickle_support.NamedInt
Dtest_opcache.py190 __name__ = "Spam" variable in TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset.Class
Dtest_weakref.py141 def __name__(self): member in ReferencesTestCase.test_ref_repr.WithName
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape.py194 __name__ = "tf.DynamicRaggedShape" variable in DynamicRaggedShape
/external/python/cpython3/Lib/
D_collections_abc.py59 __name__ = "collections.abc" variable
D_pydecimal.py54 __name__ = 'decimal' # For pickling variable
/external/pytorch/test/export/
Dtest_serialize.py70 def __name__(self): member in TestSerialize.test_export_with_extension_op_serialization.FooExtensionOp
/external/python/cpython3/Lib/test/test_pydoc/
Dtest_pydoc.py484 __name__ = 42 variable in PydocDocTest.test_non_str_name.A
/external/scapy/scapy/
Dautomaton.py451 __name__ = None # type: str variable in _StateWrapper
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py3534 __name__ = func.__name__ variable in TestSignatureObject.test_signature_functionlike_class.funclike