Home
last modified time | relevance | path

Searched full:image0 (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
Ddecode_image_op_test.py38 image0 = image_ops.decode_image(bmp0)
40 bmp0, image0, image1 = self.evaluate([bmp0, image0, image1])
42 self.assertAllEqual(image0, image1)
54 image0 = image_ops.decode_image(gif0)
56 gif0, image0, image1 = self.evaluate([gif0, image0, image1])
58 self.assertEqual(image0.shape, shape)
59 self.assertAllEqual(image0, image1)
61 for frame_idx, frame in enumerate(image0):
83 image0 = image_ops.decode_image(jpeg0)
85 jpeg0, image0, image1 = self.evaluate([jpeg0, image0, image1])
[all …]
/external/vboot_reference/tests/bitmaps/
Dcase_reuse.yaml5 image0: Background.bmp
10 - [0, 0, image0]
13 - [0, 0, image0]
16 - [0, 0, image0]
19 - [0, 0, image0]
Dcase_order1.yaml5 image0: Background.bmp
10 - [0, 0, image0]
13 - [0, 0, image0]
16 - [0, 0, image0]
19 - [0, 0, image0]
/external/skia/gm/
Dlocalmatriximagefilter.cpp52 sk_sp<SkImage> image0(make_image(canvas));
67 const SkScalar spacer = image0->width() * 3.0f / 2;
74 show_image(canvas, image0.get(), filter);
78 show_image(canvas, image0.get(), std::move(localFilter));
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py4408 def averageError(self, image0, image1): argument
4409 self.assertEqual(image0.shape, image1.shape)
4410 image0 = image0.astype(int) # Avoid overflow
4411 return np.abs(image0 - image1).sum() / np.prod(image0.shape)
4419 image0 = image_ops.decode_jpeg(jpeg0)
4420 image1 = image_ops.decode_jpeg(image_ops.encode_jpeg(image0))
4421 jpeg0, image0, image1 = self.evaluate([jpeg0, image0, image1])
4423 self.assertEqual(image0.shape, (256, 128, 3))
4424 self.assertLess(self.averageError(image0, image1), 1.4)
4493 image0 = constant_op.constant(simple_color_ramp())
[all …]
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1273 const auto image0 = loadImage(context.archive, format0, 0); in __anon418fee264402() local
1276 … DE_ASSERT(image0.width == 2 * image1.width && image0.height == 2 * image1.height); in __anon418fee264402()
1279 … gl.compressedTexImage2D(GL_TEXTURE_2D, 0, format0, image0.width, image0.height, 0, in __anon418fee264402()
1280 … (glw::GLsizei)image0.data.size(), image0.data.data()); in __anon418fee264402()
1450 const auto image0 = loadImage(archive, formatInfo.internalFormat, 0); in iterate() local
1454 …DE_ASSERT(image0.width == 2 * image1.width && image0.height == 2 * image1.height && image0.width %… in iterate()
1455image0.height % 4 == 0 && image0.width == image2.width && image0.height == image2.height); in iterate()
1476 …rStorage(GL_RENDERBUFFER, bufferFormats[hasAlpha][formatInfo.issRGB], image0.width, image0.height); in iterate()
1487 gl.viewport(0, 0, image0.width, image0.height); in iterate()
1514 …gl.compressedTexImage2D(GL_TEXTURE_2D, 0, formatInfo.internalFormat, image0.width, image0.height, … in iterate()
[all …]
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_items.in44 <image name="image0">ABABABABABABABABA</image>
148 image0 = itemlist.resolveNode("image0");
149 expect("image0", "[object XFAObject]");
Dxfa_items_expected.txt69 Alert: PASS: image0 = [object XFAObject]
/external/ComputeLibrary/utils/
DCommonGraphOptions.h52 … : File that contains a list of image names with their corresponding label id (e.g. image0.jpg 5).
79 * image0.jpeg 882
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp2947 SampledImageDescriptor *image0(new SampledImageDescriptor()); in addSampledImageCopyTests() local
2949 image0->addSampler(sampler); in addSampledImageCopyTests()
2952 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2968 SampledImageDescriptor *image0(new SampledImageDescriptor(3u, 0u, 3u)); in addSampledImageCopyTests() local
2970 image0->addSampler(sampler, 3u); in addSampledImageCopyTests()
2974 commands->addDescriptor(DescriptorSp(image0), 0u); in addSampledImageCopyTests()
2995 SampledImageDescriptor *image0(new SampledImageDescriptor()); in addMixedDescriptorCopyTests() local
3000 sampler0->addImage(image0); in addMixedDescriptorCopyTests()
3005 commands->addDescriptor(DescriptorSp(image0), 0u); // Set 0, binding 2 in addMixedDescriptorCopyTests()
3011 // image1 to image0 in addMixedDescriptorCopyTests()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shader_interlock/
DvktFragmentShaderInterlockBasic.cpp221 "layout(r32ui, set = 0, binding = 0) coherent uniform uimage2D image0;\n" in initPrograms()
307 fss << " uint temp = imageLoad(image0, coordxy).x;\n"; in initPrograms()
323 fss << " imageStore(image0, coordxy, uvec4(temp, 0, 0, 0));\n"; in initPrograms()
/external/angle/src/tests/gl_tests/
DImageTestMetal.mm506 EGLImageKHR image0 =
523 glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, image0);
529 eglDestroyImageKHR(display, image0);
DImageTest.cpp3090 EGLImageKHR image0 = in TEST_P() local
3102 createEGLImageTargetTextureExternal(image0, target0); in TEST_P()
3181 eglDestroyImageKHR(window->getDisplay(), image0); in TEST_P()
/external/skia/tests/
DSurfaceTest.cpp406 sk_sp<SkImage> image0(surface->makeImageSnapshot()); in test_backend_unique_id() local
412 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID()); in test_backend_unique_id()
418 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID()); in test_backend_unique_id()
424 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID()); in test_backend_unique_id()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp648 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat… in iterate() local
661 … tcu::intThresholdPositionDeviationCompare(log, "ImageCompare", "Image comparison", image0, image1, in iterate()