HomeSort by relevance Sort by last modified time
    Searched defs:out_image (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
lrn_ops.cc 110 "input_grads, input_image, and out_image should have the same "
116 xla::XlaOp out_image = ctx->Input(2); variable
131 // dyi = -2.0 * alpha * beta * in_image[k] * out_image[j] / norm
154 xla::Div(out_image, norm)),
  /external/tensorflow/tensorflow/core/kernels/
lrn_op.cc 319 const Tensor& out_image, Tensor* output) {
327 auto activations = out_image.shaped<T, 2>({nodes * batch, depth});
393 const Tensor& out_image, Tensor* output) {
426 auto output_image_data = StreamExecutorUtil::AsDeviceMemory<T>(out_image);
475 const Tensor& out_image = context->input(2); variable
487 out_image.dim_size(0) == batch && out_image.dim_size(1) == rows &&
488 out_image.dim_size(2) == cols && out_image.dim_size(3) == depth,
490 "input_grads, input_image, and out_image should have the same
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2027 const Image* out_image; \/* Output image *\/ member in struct:__anon29331
    [all...]

Completed in 193 milliseconds