(self)
| 1405 | |
| 1406 | @test_util.run_v1_only('b/120545219') |
| 1407 | def testWhileLoop(self): |
| 1408 | jacobian, answer = self._jacobian(experimental_use_pfor=False) |
| 1409 | for j, a in zip(jacobian, answer): |
| 1410 | self.assertAllEqual(a, j) |
| 1411 | |
| 1412 | @test_util.run_v1_only('b/120545219') |
| 1413 | def testPforDefun(self): |
nothing calls this directly
no test coverage detected