Home
last modified time | relevance | path

Searched refs:data_width (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/resampler/kernels/
Dresampler_ops_gpu.cu.cc35 data[batch_id * data_batch_stride + data_channels * (y * data_width + x) + \
42 const int data_height, const int data_width, in Resampler2DKernel() argument
54 const int data_batch_stride = data_height * data_width * data_channels; in Resampler2DKernel()
76 x < static_cast<T>(data_width) && y < static_cast<T>(data_height)) { in Resampler2DKernel()
88 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1) in Resampler2DKernel()
96 const T img_cxfy = (cx <= data_width - 1 && fy >= 0) in Resampler2DKernel()
116 const int data_height, const int data_width, in operator ()()
124 data, warp, output, batch_size, data_height, data_width, in operator ()()
140 data_channels * (y * data_width + x) + chan), \
148 const int data_width, const int data_channels, in ResamplerGrad2DKernel() argument
[all …]
Dresampler_ops.cc43 const int data_height, const int data_width, in operator ()()
46 const int data_batch_stride = data_height * data_width * data_channels; in operator ()()
65 (x >= 0 && y >= 0 && x <= data_width - 1 && y <= data_height - 1); in operator ()()
68 data_channels * (y * data_width + x) + chan] in operator ()()
83 x < static_cast<T>(data_width) && in operator ()()
161 const int data_width = data_shape.dim_size(2); in Compute() local
174 data_height, data_width, data_channels, num_sampling_points); in Compute()
210 const int data_height, const int data_width, in operator ()()
218 data_height * data_width * data_channels * batch_size; in operator ()()
222 const auto&& data_batch_stride = data_height * data_width * data_channels; in operator ()()
[all …]
Dresampler_ops.h36 const int data_height, const int data_width,
47 const int data_height, const int data_width,
/external/tensorflow/tensorflow/contrib/resampler/python/ops/
Dresampler_ops_test.py129 data_width = 7
137 data_shape = (batch_size, data_height, data_width, data_channels)
161 data_width = 5
169 data_shape = (batch_size, data_height, data_width, data_channels)
203 data_width = 7
214 data_shape = (batch_size, data_height, data_width, data_depth,
229 data_shape = (batch_size, data_height, data_width, data_channels)
242 data_shape = (batch_size, data_height, data_width, data_channels)
256 data_shape = (batch_size, data_height, data_width, data_channels)
/external/libjpeg-turbo/
Dwrbmp.c55 JDIMENSION data_width; /* JSAMPLEs per row */ member
462 dest->row_width = dest->data_width = cinfo->output_width * 3; in jinit_write_bmp()
465 dest->row_width = dest->data_width = row_width; in jinit_write_bmp()
468 dest->pad_bytes = (int) (dest->row_width - dest->data_width); in jinit_write_bmp()
/external/syslinux/com32/gplinclude/dmi/
Ddmi_memory.h37 char data_width[MEMORY_DATA_WIDTH_SIZE]; member
/external/syslinux/com32/hdt/
Dhdt-menu-memory.c208 dmi->memory[i].data_width); in compute_memory_module()
210 dmi->memory[i].data_width); in compute_memory_module()
Dhdt-dump-dmi.c162 add_s("dmi.memory.data_width", hardware->dmi.memory[bank].data_width); in dump_memory_banks()
Dhdt-cli-dmi.c403 more_printf(" Data Width : %s\n", hardware->dmi.memory[bank].data_width); in show_dmi_memory_bank()
/external/syslinux/com32/modules/
Ddmitest.c56 moreprintf("\tData Width : %s\n", dmi->memory[i].data_width); in display_memory()
/external/syslinux/com32/lua/src/
Ddmi.c338 LUA_ADD_STR_S(L, memory[i], data_width) in get_memory_table()
/external/syslinux/com32/gpllib/dmi/
Ddmi.c865 dmi_memory_device_width(WORD(data + 0x0A), mem->data_width); in dmi_decode()