/external/u-boot/include/ |
D | fsl_validate.h | 51 u32 img_size; /* ESBC client image size in bytes */ member 129 u32 img_size; /* ESBC client image size in bytes */ member 261 uint32_t img_size; /* ESBC Image Size */ member
|
/external/tensorflow/tensorflow/contrib/gan/python/ |
D | train_test.py | 384 def create_input_and_label_tensor(batch_size, img_size, c_size, num_domains): argument 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), 459 (batch_size * num_domains, img_size, img_size, c_size), 464 img_size = 16 [all …]
|
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
D | 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])
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_instance_norm_test.cc | 46 float img_size = static_cast<float>(H) * static_cast<float>(W); in ReferenceImpl() local 55 inp_mean[n * C + c] = sum / img_size; in ReferenceImpl() 68 inp_var[n * C + c] = sum / img_size; in ReferenceImpl()
|
/external/u-boot/arch/x86/include/asm/fsp/ |
D | fsp_infoheader.h | 19 u32 img_size; /* image size */ member
|
/external/u-boot/board/freescale/common/ |
D | fsl_validate.c | 589 (u8 *)(*(img->img_addr_ptr)), img->img_size, 1); in calc_esbchdr_esbc_hash() 687 if (!hdr->img_size) in read_validate_esbc_client_header() 690 img->img_size = hdr->img_size; in read_validate_esbc_client_header()
|
/external/u-boot/drivers/crypto/fsl/ |
D | desc.h | 703 uint32_t img_size; /* Length of Message */ member 717 uint32_t img_size; /* Length of Message */ member 737 uint32_t img_size; /* Length of Message */ member
|
/external/e2fsprogs/lib/ext2fs/ |
D | sparse_io.c | 130 uint64_t img_size; in io_manager_configure() local 153 img_size = (uint64_t)sm->block_size * sm->blocks_count; in io_manager_configure() 156 sm->sparse_file = sparse_file_new(sm->block_size, img_size); in io_manager_configure()
|
/external/autotest/server/cros/servo/ |
D | firmware_programmer.py | 188 img_size = self._servo_host.run_output( 192 self._fw_main, img_size),
|
/external/u-boot/cmd/x86/ |
D | fsp.c | 52 printf(", addr 0x%08x, size %d\n", img_addr, hdr->img_size); in do_hdr()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 68 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; in surface_size() local 69 total_size += img_size; in surface_size()
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 1_notmnist.ipynb | 545 "def make_arrays(nb_rows, img_size):\n", 547 " dataset = np.ndarray((nb_rows, img_size, img_size), dtype=np.float32)\n",
|