Home
last modified time | relevance | path

Searched refs:sizex (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc70 int sizex = output.dimension(0); \
73 if (sizex * sizey * sizez == 0) { \
77 sizex, sizey, sizez, d, ReduceSliceDeviceKernel##reduceop<T, Index>, \
/external/u-boot/common/
Dlcd_console.c122 void console_calc_rowcol(struct console_t *pcons, u32 sizex, u32 sizey) in console_calc_rowcol() argument
124 pcons->cols = sizex / VIDEO_FONT_WIDTH; in console_calc_rowcol()
/external/u-boot/include/
Dlcd_console.h27 void console_calc_rowcol(struct console_t *pcons, u32 sizex, u32 sizey);
/external/scapy/scapy/
Dutils.py1359 sizex = right - left + 1
1361 return sizex
1365 sizex = 0
1370 sizex = struct.unpack('HHHH', x)[1]
1373 if not sizex:
1375 sizex = int(os.environ['COLUMNS'])
1378 if sizex:
1379 return sizex