Skip to content
Snippets Groups Projects
Commit 39e78075 authored by Bhatu's avatar Bhatu
Browse files

Remove double quotes from attributes

Remove the "" from attributes while parsing the graph def itself.
eg: "\"dtype\"" -> "dtype"
So we can directly refer to the attributes without adding double quotes to them.
parent 2172e484
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment