Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddistort_image_ops_test.py97 for test_style in test_styles:
100 if test_style == 'all_random':
102 elif test_style == 'rg_same':
104 elif test_style == 'rb_same':
106 elif test_style == 'gb_same':
108 elif test_style == 'rgb_same':
112 raise AssertionError('Invalid test style: %s' % (test_style))
157 for test_style in test_styles:
160 if test_style == 'all_random':
162 elif test_style == 'rg_same':
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py269 for test_style in test_styles:
272 if test_style == "all_random":
274 elif test_style == "rg_same":
276 elif test_style == "rb_same":
278 elif test_style == "gb_same":
280 elif test_style == "rgb_same":
284 raise AssertionError("Invalid test style: %s" % (test_style))
382 for test_style in test_styles:
385 if test_style == "all_random":
387 elif test_style == "rg_same":
[all …]
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py444 for test_style in test_styles:
447 if test_style == "all_random":
449 elif test_style == "rg_same":
451 elif test_style == "rb_same":
453 elif test_style == "gb_same":
455 elif test_style == "rgb_same":
459 raise AssertionError("Invalid test style: %s" % (test_style))
925 for test_style in test_styles:
928 if test_style == "all_random":
930 elif test_style == "rg_same":
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py43 def test_style(self): member in StandardTtkOptionsTests
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py41 def test_style(self): member in StandardTtkOptionsTests
/external/python/cpython3/Lib/test/
Dtest_logging.py4014 def test_style(self): member in BasicConfigTest