Home
last modified time | relevance | path

Searched full:test_image (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/tests/
DSpecialImageTest.cpp73 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function
146 test_image(subSImg1, reporter, nullptr, false); in DEF_TEST()
151 test_image(subSImg2, reporter, nullptr, false); in DEF_TEST()
168 test_image(subSImg1, reporter, nullptr, false); in test_specialimage_image()
173 test_image(subSImg2, reporter, nullptr, false); in test_specialimage_image()
210 test_image(subSImg1, reporter, context, true); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
215 test_image(subSImg2, reporter, context, true); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dpost_training_float16_quant.ipynb360 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n",
365 "interpreter.set_tensor(input_index, test_image)\n",
395 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n",
400 "interpreter_fp16.set_tensor(input_index, test_image)\n",
444 " for test_image in test_images:\n",
447 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n",
448 " interpreter.set_tensor(input_index, test_image)\n",
Dpost_training_integer_quant_16x8.ipynb423 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n",
428 "interpreter.set_tensor(input_index, test_image)\n",
458 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n",
463 "interpreter_16x8.set_tensor(input_index, test_image)\n",
507 " for test_image in test_images:\n",
510 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n",
511 " interpreter.set_tensor(input_index, test_image)\n",
Dpost_training_quant.ipynb358 "test_image = np.expand_dims(test_images[0], axis=0).astype(np.float32)\n",
363 "interpreter.set_tensor(input_index, test_image)\n",
409 " for test_image in test_images:\n",
412 " test_image = np.expand_dims(test_image, axis=0).astype(np.float32)\n",
413 " interpreter.set_tensor(input_index, test_image)\n",
Dpost_training_integer_quant.ipynb493 " test_image = test_images[test_image_index]\n",
499 " test_image = test_image / input_scale + input_zero_point\n",
501 " test_image = np.expand_dims(test_image, axis=0).astype(input_details[\"dtype\"])\n",
502 " interpreter.set_tensor(input_details[\"index\"], test_image)\n",
/external/autotest/server/site_tests/platform_StageAndRecover/
Dplatform_StageAndRecover.py60 @param artifact: image type - recovery_image or test_image
94 if process.find('TEST_IMAGE') != -1:
149 self.stage_copy_recover_with('test_image')
152 if self.wait_for_dut_ping_after('TEST_IMAGE RECOVERY BOOT FROM USB',
/external/wayland-protocols/freedesktop.org/
D.gitlab-ci.yml4 TEST_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG"
24 image: $TEST_IMAGE
/external/autotest/server/cros/
Dfactory_install_test.py16 test_image: (required) path to ChromeOS test image
187 def _make_factory_package(self, factory_test_image, test_image): argument
201 factory_test_image, test_image, hwid_updater))
345 def run_once(self, factory_install_image, factory_test_image, test_image, argument
362 self._make_factory_package(factory_test_image, test_image)
/external/crosvm/disk/src/
Dandroid_sparse.rs553 fn test_image(chunks: Vec<ChunkWithSize>) -> AndroidSparse { in test_image() function
565 let mut image = test_image(chunks); in read_dontcare()
580 let mut image = test_image(chunks); in read_fill_simple()
595 let mut image = test_image(chunks); in read_fill_edges()
616 let mut image = test_image(chunks); in read_fill_offset_edges()
631 let mut image = test_image(chunks); in read_raw()
653 let mut image = test_image(chunks); in read_two_fills()
674 Box::new(test_image(chunks)).to_async_disk(ex) in test_async_image()
852 let mut image = Box::new(test_image(chunks)); in async_read_raw()
870 let mut image = Box::new(test_image(chunks)); in async_read_fill_raw_with_offset()
/external/oss-fuzz/infra/build/functions/
Dbuild_lib.py233 test_image = image + '-' + test_image_suffix
238 test_image,
254 'args': ['tag', test_image, image],
/external/zucchini/
Delement_detection.cc188 ConstBufferView test_image = in GetNext() local
190 absl::optional<Element> element = detector_.Run(test_image); in GetNext()
/external/toolchain-utils/crosperf/experiment_files/
Daes_perf.exp19 test_image {
Dmorejs_perf.exp23 test_image {
Dbloat_perf.exp23 test_image {
Dnon-telemetry-tests.exp29 test_image {
Dpage_cycler.exp26 test_image {
Dtelemetry-crosperf-with-external-chrome-src.exp24 test_image {
Dpage_cycler_perf.exp43 test_image {
Dtelemetry-without-autotest.exp29 test_image {
Dtelemetry-crosperf-with-profiler.exp32 test_image {
Dtelemetry-crosperf.exp30 test_image {
Denable_aslr.exp35 test_image {
Ddut_config.exp64 test_image {
/external/skia/gm/
Daaclip.cpp109 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function
153 test_image(canvas, info);
/external/avb/rust/tests/
Dtest_data.rs19 pub const TEST_IMAGE_PATH: &str = "test_image.img";

12