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

  /external/tensorflow/tensorflow/python/kernel_tests/
decode_image_op_test.py 41 image0 = image_ops.decode_image(bmp0)
43 bmp0, image0, image1 = sess.run([bmp0, image0, image1])
45 self.assertAllEqual(image0, image1)
57 image0 = image_ops.decode_image(gif0)
59 gif0, image0, image1 = sess.run([gif0, image0, image1])
61 self.assertEqual(image0.shape, shape)
62 self.assertAllEqual(image0, image1)
64 for frame_idx, frame in enumerate(image0)
    [all...]
  /external/skia/gm/
localmatriximagefilter.cpp 50 sk_sp<SkImage> image0(make_image(canvas));
65 const SkScalar spacer = image0->width() * 3.0f / 2;
72 show_image(canvas, image0.get(), filter);
76 show_image(canvas, image0.get(), std::move(localFilter));
  /external/skqp/gm/
localmatriximagefilter.cpp 50 sk_sp<SkImage> image0(make_image(canvas));
65 const SkScalar spacer = image0->width() * 3.0f / 2;
72 show_image(canvas, image0.get(), filter);
76 show_image(canvas, image0.get(), std::move(localFilter));
  /external/libxcam/modules/soft/
cv_capi_feature_match.h 65 void calc_of_match (CvArr* image0, CvArr* image1,
cv_capi_feature_match.cpp 130 CvArr* image0, CvArr* image1,
136 CvSize img0_size = cvSize(((CvMat*)image0)->width, ((CvMat*)image0)->height);
149 mat.create (img0_size.height, img0_size.width + img1_size.width, ((CvMat*)image0)->type);
150 debug_image = cvMat (img0_size.height, img0_size.width + img1_size.width, ((CvMat*)image0)->type, mat.ptr());
151 cv::cvarrToMat(image0, true).copyTo (mat (cv::Rect(0, 0, img0_size.width, img0_size.height)));
  /external/libxcam/modules/ocl/
cv_feature_match.cpp 117 cv::InputArray image0, cv::InputArray image1,
123 cv::Size img0_size = image0.size ();
133 if (image0.isUMat ()) {
134 umat.create (size, image0.type ());
137 image0.copyTo (umat (cv::Rect(0, 0, img0_size.width, img0_size.height)));
141 mat.create (size, image0.type ());
144 image0.copyTo (mat (cv::Rect(0, 0, img0_size.width, img0_size.height)));
cv_feature_match.h 64 void calc_of_match (cv::InputArray image0, cv::InputArray image1,
cl_pyramid_blender.cpp     [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 599 tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat, colorBufferSizeBytes, renderSize); local
614 log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignoreOutOfBounds, tcu::COMPARE_LOG_RESULT);
  /external/skia/tests/
SurfaceTest.cpp 352 sk_sp<SkImage> image0(surface->makeImageSnapshot());
357 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
363 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID());
369 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID());
    [all...]
  /external/skqp/tests/
SurfaceTest.cpp 231 sk_sp<SkImage> image0(surface->makeImageSnapshot());
236 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
242 REPORTER_ASSERT(reporter, image0->uniqueID() != image2->uniqueID());
248 REPORTER_ASSERT(reporter, image0->uniqueID() != image3->uniqueID());
    [all...]

Completed in 397 milliseconds