(self)
| 167 | self.assertEqual(30.0, self.evaluate(v2_2.values())) |
| 168 | |
| 169 | def testBasic(self): |
| 170 | self.basicSaveRestore(variables.Variable) |
| 171 | |
| 172 | @test_util.run_in_graph_and_eager_modes |
| 173 | def testResourceBasic(self): |
nothing calls this directly
no test coverage detected