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

  /external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py 80 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True):
82 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2])
84 y = y_in if not adjoint_b else y_in.reshape(y_t_shape)
152 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b):
154 y_t_shape = y_in.shape[:-2] + (y_in.shape[-1], y_in.shape[-2]
    [all...]
  /external/libxcam/cl_kernel/
kernel_retinex.cl 73 float4 y_in, y_ga[RETINEX_SCALE_SIZE];
77 y_in = read_imagef(input_y, sampler_orig, (int2)(x, y)) * 255.0f;
78 y_in_lg.x = log_table[convert_int(y_in.x)];
79 y_in_lg.y = log_table[convert_int(y_in.y)];
80 y_in_lg.z = log_table[convert_int(y_in.z)];
81 y_in_lg.w = log_table[convert_int(y_in.w)];
124 //y_out = re_config.gain * (y_in + 20.0f) / 128.0f * (y_lg - re_config.log_min);
132 y_in = y_in / 255.0f;
133 avg_y_in = (float2)((y_in.x + y_in.y) * 0.5f, (y_in.z + y_in.w) * 0.5f)
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h 145 const float y_in = valid_box.top_ + local
150 const bool success = FindNewPositionOfPoint(x_in, y_in,
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 420 nir_ssa_def *y_in = nir_channel(b, pos, 1); local
441 y_out = y_in;
443 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1);
445 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
459 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1);
461 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
475 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2);
478 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
521 nir_ssa_def *y_in = nir_channel(b, pos, 1); local
541 y_out = y_in;
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
p224-64.c 607 // while x_out == y_in is not (maybe this works, but it's not tested).
610 const p224_felem y_in, const p224_felem z_in) {
622 p224_felem_square(tmp, y_in);
653 p224_felem_assign(ftmp, y_in);
989 p224_felem y_in, y_out; local
    [all...]
  /external/boringssl/src/third_party/fiat/
p256.c 197 // point_double calculates 2*(x_in, y_in, z_in)
207 // while x_out == y_in is not (maybe this works, but it's not tested).
209 const fe x_in, const fe y_in, const fe z_in) {
214 fe_sqr(gamma, y_in);
235 fe_add(ftmp, y_in, z_in);
    [all...]
  /external/webp/src/enc/
quant_enc.c 58 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; local
64 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]);
69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS]));
    [all...]
  /external/libpng/
png.h     [all...]
  /external/pdfium/third_party/libpng16/
png.h     [all...]

Completed in 479 milliseconds