| 58 | } // namespace |
| 59 | |
| 60 | TEST(Api, graph_cpu_test) { |
| 61 | EnvScope scope; |
| 62 | Device device("cpu"); |
| 63 | Graph graph = LoadGraph(device); |
| 64 | Forward(graph, device, 1); |
| 65 | } |
| 66 | |
| 67 | #ifdef WITH_CUDA |
| 68 | TEST(Api, graph_gpu_test) { |
nothing calls this directly
no test coverage detected