(self)
| 240 | opt.get_slot(var=var0, name="m").name) |
| 241 | |
| 242 | def testBasic(self): |
| 243 | with self.cached_session(): |
| 244 | self.doTestBasic(use_resource=False) |
| 245 | |
| 246 | @test_util.run_in_graph_and_eager_modes(reset_test=True) |
| 247 | def testResourceBasic(self): |
nothing calls this directly
no test coverage detected