Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_type_annotations.py61 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
69 def __annotations__(self, value): member in TypeAnnotationTests.test_descriptor_still_works.C
75 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
/external/python/cpython3/Lib/test/typinganndata/
Dann_module2.py25 __annotations__ = {} variable
/external/pytorch/test/jit/
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
Dtest_freezing.py1977 __annotations__ = { variable in TestFreezing.test_freeze_non_module_class_getattr.MyModule
/external/pytorch/torch/ao/nn/quantized/reference/modules/
Dconv.py29 __annotations__ = {"bias": Optional[torch.Tensor]} variable in _ConvNd
/external/pytorch/benchmarks/functional_autograd_benchmark/
Dtorchvision_models.py331 __annotations__ = { variable in IntermediateLayerGetter
/external/pytorch/torch/nn/modules/
Dconv.py49 __annotations__ = {'bias': Optional[torch.Tensor]} variable in _ConvNd
/external/pytorch/torch/ao/quantization/
Dobserver.py1507 __annotations__ = {"tensor_val": List[Optional[torch.Tensor]]} variable in RecordingObserver
/external/pytorch/test/onnx/
Dtest_pytorch_onnx_no_runtime.py484 __annotations__ = { variable in TestONNXExport.test_script_custom_class_error.MyModule
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py3536 __annotations__ = func.__annotations__ variable in TestSignatureObject.test_signature_functionlike_class.funclike
/external/pytorch/test/
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