(self)
| 171 | |
| 172 | @test_util.run_in_graph_and_eager_modes |
| 173 | def testResourceBasic(self): |
| 174 | self.basicSaveRestore(resource_variable_ops.ResourceVariable) |
| 175 | |
| 176 | @test_util.run_deprecated_v1 |
| 177 | def testResourceColocation(self): |
nothing calls this directly
no test coverage detected