Skip to content
Snippets Groups Projects
user avatar
Bhatu authored
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.
39e78075
History