onnxruntime
9773e76c - Single-schema-multi-kernel (#15184)

Commit
2 years ago
Single-schema-multi-kernel (#15184) The PR is to allow custom op of different input types to have same op name in a graph. The idea to go over all ops of same name and merge their input/output types into a type-inference function. With the enhancement, custom op node inside a graph can have same op-type given that the input/output types are different. --------- Co-authored-by: Randy Shuai <rashuai@microsoft.com>
Author
Parents
Loading