Metadata-Version: 2.1
Name: graphsurgeon
Version: 0.4.5
Summary: A set of utility functions for TensorFlow graph manipulation.
Home-page: https://gitlab-dl.nvidia.com/pranavm/graphsurgeon
Author: NVIDIA
Author-email: pranavm@nvidia.com
License: NVIDIA Software License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

This is a utility to process TensorFlow Graphs for use with TensorRT. It primarily provides functionality to allow users to first search a graph for nodes based on their attributes, and then to perform transormations on those nodes (for example, removal, stitching, forwarding inputs, etc.). Additionally, it includes some basic convenience functions for file I/O.


