Searched defs:init_buf (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dlibipc.c31 * init_buf()
97 * init_buf() - initialize the message buffer with some text and a type.
99 void init_buf(MSGBUF * m_buf, int type, int size) function
/external/tensorflow/tensorflow/core/kernels/
H A Dxsmm_conv2d_test.cc99 LIBXSMM_INLINE void init_buf(float* buf, long size, int initPos, int initOne) { function in namespace:tensorflow::__anon26640
229 init_buf(naive_input, nImg * nIfm * ifhp * ifwp, 0, 0);
231 init_buf(naive_filter, nOfm * nIfm * kh * kw, 0, 0);

Completed in 123 milliseconds