uTensor / utensor_cgen

C++ code generator for uTensor https://utensor-cgen.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A more fool-proof frontend parser selection scheme

dboyliao opened this issue · comments

Current frontend parser is selected via given graph file extension (such as .pb for an GraphDefParser...etc)
@mbartling and @neil-tan are talking about a more fool-proof scheme at PR #49.
Planning to implement it in the future PRs

@dboyliao Can we close the issue as #49 has been implemented? Or should it remain open?