()
| 53 | self.skipTest("memory_profiler required to run this test") |
| 54 | |
| 55 | def f(): |
| 56 | inputs = Variable(array_ops.zeros([32, 100], dtypes.float32)) |
| 57 | del inputs |
| 58 | |
| 59 | memory_test_util.assert_no_leak(f, num_iters=10000) |
| 60 |
nothing calls this directly
no test coverage detected