Home
last modified time | relevance | path

Searched defs:c_size (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_grad_bias_ops.cc149 int c_size; member
/external/u-boot/drivers/usb/musb-new/
Dmusb_regs.h376 static inline void musb_write_txfifosz(void __iomem *mbase, u8 c_size) in musb_write_txfifosz()
386 static inline void musb_write_rxfifosz(void __iomem *mbase, u8 c_size) in musb_write_rxfifosz()
Dmusb_core.c1189 u8 c_size; in fifo_setup() local
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c542 uintptr_t y_size, c_stride, c_size, cr_offset, cb_offset; in test_yuv_info() local
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py384 def create_input_and_label_tensor(batch_size, img_size, c_size, num_domains): argument