You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Function callable. __call__(self, *values, *attrs) -> Sequence[Value] (but still need to get the nodes); we can also just call a function to inline it? Or we can "expand" it
Shared AttrRef in functionsMakeOr we can "expand" itFunction
callable.__call__(self, *values, *attrs) -> Sequence[Value]
(but still need to get the nodes); we can also just call a function to inline it?Function
a subclass ofGraph
? #1360User defined external data format in deserializer?They should handle them in a passGraph
#1427rich
to pretty print objects https://github.com/microsoft/onnx-rewriter/pull/282 https://github.com/microsoft/onnx-rewriter/pull/278__repr__
for (nested) graph and model.doctor()
method for displaying beautiful and actionable analysis in terminal. Userich
.Diagnosable
: definedoctor()
,diagnose() -> DiagnosticMessage
,add_diagnoser
,clear_diagnosers()
for all entities in the graphExtensible diagnostics with ahttps://github.com/justinchuby/onnx-doctorDiagnoser
(<-naming?) classThe onnx.checker can be adapted as a diagnoserdiagnose()
to get messages programmatically and produce reports if they wantBut that's too much work for now.The text was updated successfully, but these errors were encountered: