Searched refs:CONCAT3 (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | concat.cl | 214 #define CONCAT3(Inputnum, Axis, ToFormat) … 236 CONCAT3(3input, axis1, _NHWC4) 243 CONCAT3(3input, axis2, _NHWC4) 250 CONCAT3(3input, axis3, _NHWC4)
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 82 #define CONCAT3(x, y, z) x ## y ## z macro 85 #define CONCAT3(x, y, z) x/**/y/**/z macro 886 #define CONCAT3(x, y, z) x ## y ## z macro 1706 #define LLBL2(a,b) CONCAT3(.L,a,b)
|