Searched refs:swap_out (Results 1 – 2 of 2) sorted by relevance
265 const NodeDef& swap_out = output.node(7); in TEST_F() local266 EXPECT_EQ("swap_out_e_0", swap_out.name()); in TEST_F()267 EXPECT_EQ("_CopyFromGpuToHost", swap_out.op()); in TEST_F()273 EXPECT_EQ(NodeName(b.name()), swap_out.input(0)); in TEST_F()274 EXPECT_EQ(NodeName(swap_out.name()), swap_in.input(0)); in TEST_F()
39 uint64_t swap_in, swap_out; member