| 49 | } |
| 50 | |
| 51 | static Graph* Recv() { |
| 52 | Graph* g = new Graph(OpRegistry::Global()); |
| 53 | test::graph::Recv(g, "T", "float", "/cpu:0", 1, "/cpu:0"); |
| 54 | return g; |
| 55 | } |
| 56 | |
| 57 | static void BM_Send(int iters) { |
| 58 | testing::UseRealTime(); |
no outgoing calls
no test coverage detected