-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Labels
staleissues 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
The following shape inference functions is consumed by ONNXRUNTIME to infer shape and type for contrib_ops:
https://github.com/onnx/onnx/blob/9e379bdd51be054c89b29386f17a2fd731ce190f/onnx/defs/nn/defs.cc#L39
https://github.com/onnx/onnx/blob/9e379bdd51be054c89b29386f17a2fd731ce190f/onnx/defs/nn/defs.cc#L1108
https://github.com/onnx/onnx/blob/9e379bdd51be054c89b29386f17a2fd731ce190f/onnx/defs/nn/defs.cc#L1469
https://github.com/onnx/onnx/blob/9e379bdd51be054c89b29386f17a2fd731ce190f/onnx/defs/rnn/defs.cc#L8
However, starting from ONNX==1.18.0, they are static function: onnx/onnx#6401.
example usage:
void ConvPoolShapeInference(const Node& node, |
Metadata
Metadata
Assignees
Labels
staleissues that have not been addressed in a while; categorized by a botissues that have not been addressed in a while; categorized by a bot