Closed tgolsson closed 1 year ago
Hey @tgolsson... can I assume that K will be a constant known at loading time (in which case it's pretty easy) or will models make k variable in real life ?
I think the spec says dynamic but for our use cases fixed is fine.
Hello!
The operator TopK (https://onnx.ai/onnx/operators/onnx__TopK.html) does not seem to be implemented. This is used as a sparse activation function in some architectures.
I assume this'd need to be implemented both for ONNX plus an NNEF-tract extension as NNEF does not have a native TopK as I understand it.