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

Function _wrap_intermediates

tensorflow/python/ops/cond_v2.py:657–659  ·  view source on GitHub ↗
(func_graph, intermediates)

Source from the content-addressed store, hash-verified

655
656
657def _wrap_intermediates(func_graph, intermediates):
658 with func_graph.as_default():
659 return [gen_dataset_ops.optional_from_value([t]) for t in intermediates]
660
661
662def _create_dummy_input(func_graph, template_tensor):

Callers 1

_build_condFunction · 0.85

Calls 1

as_defaultMethod · 0.45

Tested by

no test coverage detected