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

  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops_gpu.cu.cc 35 data[batch_id * data_batch_stride + data_channels * (y * data_width + x) + \
42 const int data_height, const int data_width,
54 const int data_batch_stride = data_height * data_width * data_channels;
76 x < static_cast<T>(data_width) && y < static_cast<T>(data_height)) {
88 const T img_cxcy = (cx <= data_width - 1 && cy <= data_height - 1)
96 const T img_cxfy = (cx <= data_width - 1 && fy >= 0)
116 const int data_height, const int data_width,
124 data, warp, output, batch_size, data_height, data_width,
140 data_channels * (y * data_width + x) + chan), \
148 const int data_width, const int data_channels
    [all...]
resampler_ops.h 36 const int data_height, const int data_width,
47 const int data_height, const int data_width,
resampler_ops.cc 43 const int data_height, const int data_width,
46 const int data_batch_stride = data_height * data_width * data_channels;
65 (x >= 0 && y >= 0 && x <= data_width - 1 && y <= data_height - 1);
68 data_channels * (y * data_width + x) + chan]
83 x < static_cast<T>(data_width) &&
140 "data_width, data_channels], but is: ",
161 const int data_width = data_shape.dim_size(2); variable
174 data_height, data_width, data_channels, num_sampling_points);
210 const int data_height, const int data_width,
218 data_height * data_width * data_channels * batch_size
350 const int data_width = data_shape.dim_size(2); variable
    [all...]
  /external/tensorflow/tensorflow/contrib/resampler/python/ops/
resampler_ops_test.py 44 data: numpy array of shape `[data_height, data_width]` containing data
129 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
212 # (batch_size, data_height, data_width, data_channels).
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
    [all...]
  /external/syslinux/com32/gplinclude/dmi/
dmi_memory.h 37 char data_width[MEMORY_DATA_WIDTH_SIZE]; member in struct:__anon36975
  /external/libjpeg-turbo/
wrbmp.c 55 JDIMENSION data_width; /* JSAMPLEs per row */ member in struct:__anon25069
462 dest->row_width = dest->data_width = cinfo->output_width * 3;
465 dest->row_width = dest->data_width = row_width;
468 dest->pad_bytes = (int) (dest->row_width - dest->data_width);
  /external/syslinux/com32/hdt/
hdt-menu-memory.c 208 dmi->memory[i].data_width);
210 dmi->memory[i].data_width);
hdt-dump-dmi.c 162 add_s("dmi.memory.data_width", hardware->dmi.memory[bank].data_width);
hdt-cli-dmi.c 403 more_printf(" Data Width : %s\n", hardware->dmi.memory[bank].data_width);
  /external/syslinux/com32/modules/
dmitest.c 56 moreprintf("\tData Width : %s\n", dmi->memory[i].data_width);
  /external/syslinux/com32/lua/src/
dmi.c 338 LUA_ADD_STR_S(L, memory[i], data_width)
  /external/syslinux/com32/gpllib/dmi/
dmi.c 865 dmi_memory_device_width(WORD(data + 0x0A), mem->data_width);

Completed in 249 milliseconds