Home
last modified time | relevance | path

Searched refs:out_image (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlrn_op.cc319 const Tensor& out_image, Tensor* output) { in launch()
327 auto activations = out_image.shaped<T, 2>({nodes * batch, depth}); in launch()
393 const Tensor& out_image, Tensor* output) { in launch()
426 auto output_image_data = StreamExecutorUtil::AsDeviceMemory<T>(out_image); in launch()
475 const Tensor& out_image = context->input(2); in Compute() local
487 out_image.dim_size(0) == batch && out_image.dim_size(1) == rows && in Compute()
488 out_image.dim_size(2) == cols && out_image.dim_size(3) == depth, in Compute()
499 launcher.launch(context, this, in_grads, in_image, out_image, output); in Compute()
/external/tensorflow/tensorflow/compiler/tests/
Dlrn_ops_test.py115 out_image = constant_op.constant(out_image_vals, shape=shape)
118 expected = gen_nn_ops.lrn_grad(out_grads, in_image, out_image,
121 actual = gen_nn_ops.lrn_grad(out_grads, in_image, out_image,
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlrn_ops.cc116 xla::XlaOp out_image = ctx->Input(2); in Compile() local
154 xla::Div(out_image, norm)), in Compile()
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dsparse_image_warp_test.py204 out_image = np.uint8(warped_image[0, :, :, :] * 255)
217 self.assertAllClose(target_image, out_image, atol=2, rtol=1e-3)
/external/libxcam/modules/soft/
Dcv_capi_feature_match.h63 CvArr* out_image, CvSize &img0_size);
/external/libpng/contrib/libtests/
Dpngstest.c2027 const Image* out_image; /* Output image */ member
2064 const Image *out_image, png_const_colorp background, int via_linear) in transform_from_formats() argument
2073 result->out_image = out_image; in transform_from_formats()
2076 out_format = out_image->image.format; in transform_from_formats()
2350 const png_uint_32 out_format = transform->out_image->image.format; in logpixel()
2394 if (transform->in_image->file_name != transform->out_image->file_name) in logpixel()
2402 error_buffer, transform->out_image->file_name); in logpixel()
/external/skia/platform_tools/libraries/include/
Darcore_c_api.h1595 ArImage **out_image);
/external/skqp/platform_tools/libraries/include/
Darcore_c_api.h1595 ArImage **out_image);
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp3541 std::vector<GLubyte> out_image(64 * 64 * 4, 0xff); in Run() local
3552 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 64, 64, GL_RGBA, GL_UNSIGNED_BYTE, &out_image[0]); in Run()
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp3882 std::vector<GLubyte> out_image(64 * 64 * 4, 0x00); in Run() local
3891 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, 64, 64, 0, GL_RGBA, GL_UNSIGNED_BYTE, &out_image[0]); in Run()