-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
documentationimprovements or additions to documentation; typically submitted using templateimprovements or additions to documentation; typically submitted using templatestaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot
Description
Describe the documentation issue
I want to add a custom op that does the following:
- It calls an already registered op
- Does some custom operation on top of it to set the final output.
I see that there is CreateOp and InvokeOp functions. However, I can not find any example of how they can be utilized.
I tried calling CreateOp. However, it errors out at
auto kernel_registry = ep->GetKernelRegistry();
inside CreateOp function.
Any help in this regard will be greatly appreciated.
Page / URL
No response
Metadata
Metadata
Assignees
Labels
documentationimprovements or additions to documentation; typically submitted using templateimprovements or additions to documentation; typically submitted using templatestaleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot