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

  /external/u-boot/arch/x86/include/asm/fsp/
fsp_infoheader.h 19 u32 img_size; /* image size */ member in struct:fsp_header
  /external/u-boot/include/
fsl_validate.h 51 u32 img_size; /* ESBC client image size in bytes */ member in struct:fsl_secboot_img_hdr
129 u32 img_size; /* ESBC client image size in bytes */ member in union:fsl_secboot_img_hdr::__anon47732
261 uint32_t img_size; /* ESBC Image Size */ member in struct:fsl_secboot_img_priv
  /cts/apps/CameraITS/tools/
run_sensor_fusion_box.py 54 img_size: Comma-separated dimensions of captured images (defaults to
55 640x480). Ex: 'img_size=<width>,<height>'
64 img_size = '%s,%s' % (W, H)
74 elif s[:9] == 'img_size=' and len(s) > 9:
75 img_size = s[9:]
104 img_size_arg = 'img_size=' + img_size
105 print 'Image dimensions are ' + 'x'.join(img_size.split(','))
  /external/tensorflow/tensorflow/core/kernels/
quantized_instance_norm_test.cc 46 float img_size = static_cast<float>(H) * static_cast<float>(W); local
55 inp_mean[n * C + c] = sum / img_size;
68 inp_var[n * C + c] = sum / img_size;
  /external/tensorflow/tensorflow/contrib/gan/python/
train_test.py 384 def create_input_and_label_tensor(batch_size, img_size, c_size, num_domains):
389 random_ops.random_uniform((batch_size, img_size, img_size, c_size)))
411 img_size = 16
416 batch_size, img_size, c_size, num_domains)
434 img_size = 16
439 batch_size, img_size, c_size, num_domains)
453 (batch_size * num_domains, img_size, img_size, c_size),
456 (batch_size * num_domains, img_size, img_size, c_size)
    [all...]
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
stargan_estimator_test.py 273 img_size = 8
277 [batch_size, img_size, img_size, channel_size], dtype=np.float32)
302 prediction_size=[batch_size, img_size, img_size, channel_size])
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 68 img_size = its.objects.get_available_output_sizes("yuv", props)
69 w = img_size[0][0]
70 h = img_size[0][1]
  /external/u-boot/board/freescale/common/
fsl_validate.c 589 (u8 *)(*(img->img_addr_ptr)), img->img_size, 1);
687 if (!hdr->img_size)
690 img->img_size = hdr->img_size;
  /external/u-boot/cmd/x86/
fsp.c 52 printf(", addr 0x%08x, size %d\n", img_addr, hdr->img_size);
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 130 uint64_t img_size; local
153 img_size = (uint64_t)sm->block_size * sm->blocks_count;
156 sm->sparse_file = sparse_file_new(sm->block_size, img_size);
  /external/u-boot/drivers/crypto/fsl/
desc.h 703 uint32_t img_size; /* Length of Message */ member in struct:pdb_ecdsa_verify
717 uint32_t img_size; /* Length of Message */ member in struct:pdb_ecdsa_sign
737 uint32_t img_size; /* Length of Message */ member in struct:pdb_mp_sign
  /external/autotest/server/cros/servo/
firmware_programmer.py 188 img_size = self._servo_host.run_output(
192 self._fw_main, img_size),
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 68 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; local
69 total_size += img_size;
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 67 '-i', '--img_size',
69 'to 640x480). Example: --img_size=<width>,<height>'))
174 if args.img_size:
175 w, h = map(int, args.img_size.split(','))
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 96 img_size: Comma-separated dimensions of captured images (defaults to
97 640x480). Ex: "img_size=<width>,<height>"
115 elif s[:9] == "img_size=" and len(s) > 9:

Completed in 2556 milliseconds