Home
last modified time | relevance | path

Searched defs:__annotations__ (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_type_annotations.py60 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
68 def __annotations__(self, value): member in TypeAnnotationTests.test_descriptor_still_works.C
74 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
Dann_module2.py25 __annotations__ = {} variable
Dtest_inspect.py2689 __annotations__ = func.__annotations__ variable in TestSignatureObject.test_signature_functionlike_class.funclike
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_save_load.py167 __annotations__ = {"interface": MyInterface} variable in TestSaveLoad.test_different_interfaces.Foo
197 __annotations__ = {"interface": MyInterface} variable in TestSaveLoad.test_different_interfaces.Foo
889 __annotations__ = {"interface": MyInterface} variable in TestSaveLoadFlatbuffer.test_different_interfaces.Foo
916 __annotations__ = {"interface": MyInterface} variable in TestSaveLoadFlatbuffer.test_different_interfaces.Foo
H A Dtest_freezing.py1977 __annotations__ = { variable in TestFreezing.test_freeze_non_module_class_getattr.MyModule
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/reference/modules/
H A Dconv.py29 __annotations__ = {"bias": Optional[torch.Tensor]} variable in _ConvNd
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py331 __annotations__ = { variable in IntermediateLayerGetter
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dconv.py49 __annotations__ = {'bias': Optional[torch.Tensor]} variable in _ConvNd
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dobserver.py1507 __annotations__ = {"tensor_val": List[Optional[torch.Tensor]]} variable in RecordingObserver
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_no_runtime.py484 __annotations__ = { variable in TestONNXExport.test_script_custom_class_error.MyModule
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py3340 __annotations__ = {"x": Optional[torch.Tensor]} variable in TestScript.test_set_attribute_through_optional.A
9816 __annotations__ = { variable in TestScript.test_script_copy.M