Searched defs:max_t (Results 1 – 4 of 4) sorted by relevance
170 #define max_t(type,x,y) \ macro
143 #define max_t(type, x, y) ({ \ macro
39 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) macro
2430 auto max_t = GenerateTensorWithSetRandom<DTYPE>({64, 64}); in RunTest() local