Home
last modified time | relevance | path

Searched refs:for_all_test_methods (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dtesting_utils.py949 def for_all_test_methods(decorator, *args, **kwargs): function
1012 return for_all_test_methods(run_without_tensor_float_32, description)
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/
H A Drandom_ops_test.py272 @test_util.for_all_test_methods(test_util.disable_xla,
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test_base.py35 @test_util.for_all_test_methods(test_util.disable_xla,
H A Dimage_ops_test.py4036 @test_util.for_all_test_methods(test_util.disable_xla, "b/127616992")
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py2204 def for_all_test_methods(decorator, *args, **kwargs): function
2304 return for_all_test_methods(run_without_tensor_float_32, description)
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dlayout_optimizer_test.py202 @test_util.for_all_test_methods(test_util.no_xla_auto_jit,