Searched defs:__annotations__ (Results 1 – 11 of 11) sorted by relevance
60 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C68 def __annotations__(self, value): member in TypeAnnotationTests.test_descriptor_still_works.C74 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
25 __annotations__ = {} variable
2689 __annotations__ = func.__annotations__ variable in TestSignatureObject.test_signature_functionlike_class.funclike
167 __annotations__ = {"interface": MyInterface} variable in TestSaveLoad.test_different_interfaces.Foo197 __annotations__ = {"interface": MyInterface} variable in TestSaveLoad.test_different_interfaces.Foo889 __annotations__ = {"interface": MyInterface} variable in TestSaveLoadFlatbuffer.test_different_interfaces.Foo916 __annotations__ = {"interface": MyInterface} variable in TestSaveLoadFlatbuffer.test_different_interfaces.Foo
1977 __annotations__ = { variable in TestFreezing.test_freeze_non_module_class_getattr.MyModule
29 __annotations__ = {"bias": Optional[torch.Tensor]} variable in _ConvNd
331 __annotations__ = { variable in IntermediateLayerGetter
49 __annotations__ = {'bias': Optional[torch.Tensor]} variable in _ConvNd
1507 __annotations__ = {"tensor_val": List[Optional[torch.Tensor]]} variable in RecordingObserver
484 __annotations__ = { variable in TestONNXExport.test_script_custom_class_error.MyModule
3340 __annotations__ = {"x": Optional[torch.Tensor]} variable in TestScript.test_set_attribute_through_optional.A9816 __annotations__ = { variable in TestScript.test_script_copy.M