Fix Intel ONNX runtime
This commit is contained in:
@@ -294,6 +294,10 @@ namespace ANSCENTER {
|
||||
|
||||
BasicOrtHandler(const BasicOrtHandler&) = delete;
|
||||
BasicOrtHandler& operator=(const BasicOrtHandler&) = delete;
|
||||
public:
|
||||
// Resolved EP type (after EPLoader fallback). Subclasses use this
|
||||
// to branch on actual EP at inference time.
|
||||
EngineType getEngineType() const { return m_engineType; }
|
||||
private:
|
||||
void initialize_handler();
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user