()
| 96 | |
| 97 | @def_function.function |
| 98 | def func(): |
| 99 | context = self.create_test_xla_compile_context() |
| 100 | context.Enter() |
| 101 | o = a.assign(2) |
| 102 | context.Exit() |
| 103 | return o |
| 104 | |
| 105 | self.assertEqual(self.evaluate(func()), 2) |
| 106 |
nothing calls this directly
no test coverage detected