ORT Custom op APIs support get vector<string> type attributes of a node [Feature Request] #18911
Labels
api
issues related to all other APIs: C, C++, Python, etc.
feature request
request for unsupported feature or enhancement
Describe the feature request
I am working at adding more custom ops with onnxruntime custom OrtApis.
Now we have a node with vector string type attributes but it seems that there is not any apis I can use to access this kind of attributes. I have been scan the onnxruntime_c_api.h file. it seems that we can only access the following 5 kind of attributes in a custom node:
Describe scenario use case
what I really want is an custom Ort api to access vector attribute in a node, this api might be like:
The text was updated successfully, but these errors were encountered: