Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract graph and layer types and names to build Graph representation #66

Closed
aobolensk opened this issue Feb 23, 2024 · 1 comment
Closed
Assignees

Comments

@aobolensk
Copy link
Member

  1. read Tensorflow graph representation
  2. extract necessary data
  3. build graph in our infrastructure
    Graph:
    Node(name, type) -> Node(name, type) -> ... -> Node(name, type)

Outcome:
Function
Graph readTFModel(std::string modelPath)

@aobolensk
Copy link
Member Author

implemented in #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants