Skip to content

Tracking issue for full-feature inline #82

@jbachurski

Description

inline is currently missing:

  • Support for subgraphs (they should get prefixed properly, which ONNX renaming doesn't do)
  • Support for functions (such local/dependency functions should be propagated to the built model)
  • Capability not do add extraneous Identity nodes for all model input/outputs (requires better renaming capabilties)

Most of these can be fixed by reimplementing renaming values in graphs, as the ONNX feature (onnx.compose.add_prefix_graph) is rather lacking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions