| 37 | } |
| 38 | |
| 39 | static SessionOptions* GetMultiThreadedOptions() { |
| 40 | static SessionOptions* opts = InitMultiThreadingOptions(32); |
| 41 | return opts; |
| 42 | } |
| 43 | |
| 44 | static Node* Var(Graph* g, int n) { |
| 45 | return test::graph::Var(g, DT_FLOAT, TensorShape({n})); |
no test coverage detected