Home
last modified time | relevance | path

Searched refs:test_decorator (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dtf_inspect_test.py27 def test_decorator(decorator_name, decorator_doc=None): function
39 @test_decorator('decorator 1')
40 @test_decorator('decorator 2')
41 @test_decorator('decorator 3')
47 @test_decorator('decorator')
53 @test_decorator('decorator')
221 @test_decorator('decorator')
511 test_decorator('decorator')(tf_decorator.unwrap)))
610 f = test_decorator('tf_decorator1')(f)
612 f = test_decorator('tf_decorator2')(f)
[all …]
/aosp_15_r20/external/pytorch/torch/_export/db/examples/
H A Ddecorator.py6 def test_decorator(func): function
18 @test_decorator
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dinspect_utils_test.py140 def test_decorator(f): function
152 @test_decorator
162 def test_decorator(f): function
172 @test_decorator
/aosp_15_r20/external/python/cachetools/tests/
Dtest_wrapper.py18 def test_decorator(self): member in DecoratorTestMixin
147 def test_decorator(self): member in NoneWrapperTest
Dtest_func.py10 def test_decorator(self): member in DecoratorTestMixin
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_decorator.py15 def test_decorator(self): member in TestDecorator
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event_unittest.py181 def test_decorator(this="that"): function
185 test_decorator()
/aosp_15_r20/external/tensorflow/tensorflow/python/compat/
H A Dcompat_test.py43 def test_decorator(self): member in CompatTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py377 async def test_decorator(self): member in AsyncContextManagerTestCase
Dtest_contextlib.py488 def test_decorator(self): member in TestContextDecorator
Dtest_typing.py8144 def test_decorator(self): member in DataclassTransformTests
/aosp_15_r20/external/python/absl-py/absl/flags/tests/
D_validators_test.py415 def test_decorator(self): member in MultiFlagsValidatorTest
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_export.py2296 def test_decorator(func): function
2310 @test_decorator
2340 def test_decorator(func): function
2347 @test_decorator
/aosp_15_r20/external/pytorch/test/
H A Dtest_utils.py1108 def test_decorator(self): member in TestDeviceUtils
/aosp_15_r20/external/autotest/client/common_lib/
H A Dutils_unittest.py1162 def test_decorator(self): member in MockMetricsTest
/aosp_15_r20/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py2633 def test_decorator(self): member in DataclassTransformTests
/aosp_15_r20/external/python/typing_extensions/src/
Dtest_typing_extensions.py5652 def test_decorator(self): member in DataclassTransformTests