Home
last modified time | relevance | path

Searched refs:assertFunctionMatchesEagerStatefulInput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/tests/
H A Dloop_basic_test.py217 self.assertFunctionMatchesEagerStatefulInput(for_no_vars, inputs_)
266 self.assertFunctionMatchesEagerStatefulInput(for_one_var, inputs_)
315 self.assertFunctionMatchesEagerStatefulInput(for_two_vars, inputs_)
433 self.assertFunctionMatchesEagerStatefulInput(successive_for_loops, inputs_)
H A Dloop_distributed_test.py152 self.assertFunctionMatchesEagerStatefulInput(test_fn, target)
H A Dreference_test_base.py154 def assertFunctionMatchesEagerStatefulInput(self, f, args): member in TestCase