Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/graph_util/__init__.py: 100%
8 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Helpers to manipulate a tensor graph in python.
5"""
7import sys as _sys
9from tensorflow.python.framework.convert_to_constants import convert_variables_to_constants
10from tensorflow.python.framework.graph_util_impl import extract_sub_graph
11from tensorflow.python.framework.graph_util_impl import must_run_on_cpu
12from tensorflow.python.framework.graph_util_impl import remove_training_nodes
13from tensorflow.python.framework.graph_util_impl import tensor_shape_from_node_def_name
14from tensorflow.python.framework.importer import import_graph_def