1# basic shapes for GPU - reduced version of shapes_basic due to kernels
2# compilation overhead, one problem of a kind.
3
4# one dimensional shapes
5g1ic17oc17_iw5ow5kw3pw1_n"1d_tail_conv:3x3"
6
7# two dimensional shapes
8g1ic3oc16_ih5oh5kh3ph1_n"2d_conv:1st"
9g1ic17oc17_ih5oh5kh1ph0_n"2d_tail_conv:1x1"
10g1ic16oc16_ih5oh5kh3ph1_n"2d_conv:3x3"
11g4ic16oc16_ih5oh5kh3ph1_n"2d_conv:grouped"
12g4ic20oc20_ih5oh5kh3ph1_n"2d_tail_conv:grouped"
13
14# three dimensional shapes
15g1ic3oc17_id5od5kd3pd1_n"3d_tail_conv:1st"
16g1ic16oc16_id5od5kd1pd0_n"3d_conv:1x1"
17g1ic17oc17_id5od5kd3pd1_n"3d_tail_conv:3x3"
18g16ic16oc16_id5od5kd3pd1_n"3d_conv:depthwise"
19g17ic17oc17_id5od5kd3pd1_n"3d_tail_conv:depthwise"
20