Replace the OrderedDict with a basic list/dict solution. OrderedDict is...
Replace the OrderedDict with a basic list/dict solution. OrderedDict is problematic to use in eager because of the circular references it creates. PiperOrigin-RevId: 213862402
Loading
Please sign in to comment