-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Module:ONNXIssues relating to ONNX usage and importIssues relating to ONNX usage and importinternal-bug-trackedTracked internally, will be fixed in a future release.Tracked internally, will be fixed in a future release.triagedIssue has been triaged by maintainersIssue has been triaged by maintainers
Description
Functions is a feature in onnx, which can be thought of as an operator combined with an implementation of the operator using other, more primitive, ops, referred to as the function body.
Right now TensorRT support this feature. However, onnxparser will first use the LocalFunctionImporter before FallbackPluginImporter :
So it is impossible to write a custom plugin to re-implement these local function.
I export an onnx with local function node, Is there any way I can use custom plugin for this function?
Metadata
Metadata
Assignees
Labels
Module:ONNXIssues relating to ONNX usage and importIssues relating to ONNX usage and importinternal-bug-trackedTracked internally, will be fixed in a future release.Tracked internally, will be fixed in a future release.triagedIssue has been triaged by maintainersIssue has been triaged by maintainers