Conversation
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
|
Ok, tracing will be kept as is. As for the rest:
Ok, so we'd enable flags in build saying something like "--ep=coreml" (or whatever). Then we can choose the specific provider and include it in the ef. This limits a bit the handiness of having a generic binary that can be customized for some specific model merely by changing the footer, but once the user gets one with the support they want, they can reuse it as much as they want.
Ok, something like "--cpu"?
They could be. I've added them only as an example of onnx knobs we might be interested in when creating the session. I'm not sure we should expose all, some or any at all 😕
Totally 😂 I didn't know what to name it, nor if you'd like to have some global state as such (we're not currently handling threads but we will). If you'd agree, I'll go for the top two first. We could limit the scope of this PR just to them, maybe, and replace the |
This is meant to be a basis for discussion about a preliminary rearrangement of ort session config and auxiliary services like tracing.