Refactor bare ConcreteFunction support
It gets its own proto. This fixes keyword argument naming, which is determined in get_concrete_function rather than in the Function where the ConcreteFunction was originally created. Also de-duplicates ConcreteFunction metadata in the proto format to fix loading a bare concrete function which is also a Function component. PiperOrigin-RevId: 230932074
Loading
Please sign in to comment