(func_graph, intermediates)
| 655 | |
| 656 | |
| 657 | def _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 | |
| 662 | def _create_dummy_input(func_graph, template_tensor): |
no test coverage detected