Home
last modified time | relevance | path

Searched refs:CONCAT3 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dconcat.cl214 #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/
Dassyntax.h82 #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)