Home
last modified time | relevance | path

Searched defs:_test_run (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp271 struct _test_run struct in gl4cts::TextureViewTestGetTexParameter
273 glw::GLint expected_n_immutable_levels;
274 glw::GLint expected_n_min_layer;
275 glw::GLint expected_n_min_level;
276 glw::GLint expected_n_num_layers;
277 glw::GLint expected_n_num_levels;
279 glw::GLuint parent_texture_object_id;
280 glw::GLuint texture_view_object_created_from_immutable_to_id;
281 glw::GLuint texture_view_object_created_from_view_to_id;
283 glw::GLenum texture_target;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dstrategy_test_lib.py508 def _test_run(self, strategy): member in OneDeviceDistributionTestBase
629 def _test_run(self, strategy, run_in_function=False): member in TwoDeviceDistributionTestBase