Searched refs:CREATE_CONV2DFUSION_TEST (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | mkl_remapper_test.cc | 184 #define CREATE_CONV2DFUSION_TEST(data_format, addop, activation, bcast) \ macro 192 CREATE_CONV2DFUSION_TEST(data_format, addop, Relu, bcast); \ 193 CREATE_CONV2DFUSION_TEST(data_format, addop, Relu6, bcast); \ 194 CREATE_CONV2DFUSION_TEST(data_format, addop, Elu, bcast); \ 195 CREATE_CONV2DFUSION_TEST(data_format, addop, LeakyRelu, bcast); \ 196 CREATE_CONV2DFUSION_TEST(data_format, addop, None, bcast); 216 #undef CREATE_CONV2DFUSION_TEST
|