Skip to content
Snippets Groups Projects
  • Bhatu's avatar
    39e78075
    Remove double quotes from attributes · 39e78075
    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
    Remove double quotes from attributes
    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.