| 116 | }; |
| 117 | |
| 118 | static const Cluster* GetCluster() { |
| 119 | static Cluster* result = new Cluster; |
| 120 | return result; |
| 121 | } |
| 122 | |
| 123 | // Make a program with specified number of stages and "width" ops per stage. |
| 124 | GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, |