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

Function true_fn

tensorflow/python/autograph/operators/control_flow.py:581–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

579 loop_vars, state = aug_vars
580
581 def true_fn():
582 set_state(state)
583 outputs = body(iterate, *loop_vars)
584 _verify_tf_loop_vars(
585 loop_vars + state,
586 outputs + state,
587 basic_symbol_names,
588 composite_symbol_names,
589 include_shapes=False)
590 return outputs, get_state()
591
592 extra_cond = extra_test(*loop_vars)
593 new_vars, new_state = control_flow_ops.cond(

Callers 6

fMethod · 0.85
condFunction · 0.85
_process_bodyMethod · 0.85
modelMethod · 0.85
smart_condFunction · 0.85
modelMethod · 0.85

Calls 2

_verify_tf_loop_varsFunction · 0.85
bodyFunction · 0.50

Tested by 3

fMethod · 0.68
modelMethod · 0.68
modelMethod · 0.68