MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / aug_test

Function aug_test

tensorflow/python/autograph/operators/control_flow.py:748–751  ·  view source on GitHub ↗
(*aug_loop_vars)

Source from the content-addressed store, hash-verified

746 state_slice = slice(len(init_vars), None)
747
748 def aug_test(*aug_loop_vars):
749 state = aug_loop_vars[state_slice]
750 set_state(state)
751 return test(*aug_loop_vars[loop_vars_slice])
752
753 def aug_body(*aug_loop_vars):
754 state = aug_loop_vars[state_slice]

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected