HomeSort by relevance Sort by last modified time
    Searched refs:test_style (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
distort_image_ops_test.py 97 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/
image_ops_test.py 263 for test_style in test_styles:
266 if test_style == "all_random":
268 elif test_style == "rg_same":
270 elif test_style == "rb_same":
272 elif test_style == "gb_same":
274 elif test_style == "rgb_same":
278 raise AssertionError("Invalid test style: %s" % (test_style))
376 for test_style in test_styles:
379 if test_style == "all_random":
381 elif test_style == "rg_same"
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 434 for test_style in test_styles:
437 if test_style == "all_random":
439 elif test_style == "rg_same":
441 elif test_style == "rb_same":
443 elif test_style == "gb_same":
445 elif test_style == "rgb_same":
449 raise AssertionError("Invalid test style: %s" % (test_style))
914 for test_style in test_styles:
917 if test_style == "all_random":
919 elif test_style == "rg_same"
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 43 def test_style(self): member in class:StandardTtkOptionsTests
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 41 def test_style(self): member in class:StandardTtkOptionsTests
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 3766 def test_style(self): member in class:BasicConfigTest
    [all...]

Completed in 209 milliseconds