MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ONNXModelRunner Struct Reference
Collaboration diagram for ONNXModelRunner:
Collaboration graph
[legend]

Public Member Functions

 ONNXModelRunner (Environment *env, std::map< std::string, Agent * > &&agents)
 
 ONNXModelRunner (Agent *agent)
 

Public Attributes

Environmentenv
 
Agentagent
 
std::map< std::string, Agent * > agents
 

Detailed Description

Definition at line 26 of file ONNXModelRunnerCWrapper.cpp.

Constructor & Destructor Documentation

◆ ONNXModelRunner() [1/2]

ONNXModelRunner::ONNXModelRunner ( Environment * env,
std::map< std::string, Agent * > && agents )
inline

Definition at line 30 of file ONNXModelRunnerCWrapper.cpp.

◆ ONNXModelRunner() [2/2]

ONNXModelRunner::ONNXModelRunner ( Agent * agent)
inline

Definition at line 33 of file ONNXModelRunnerCWrapper.cpp.

Member Data Documentation

◆ agent

Agent* ONNXModelRunner::agent

Definition at line 28 of file ONNXModelRunnerCWrapper.cpp.

◆ agents

std::map<std::string, Agent *> ONNXModelRunner::agents

Definition at line 29 of file ONNXModelRunnerCWrapper.cpp.

◆ env

Environment* ONNXModelRunner::env

Definition at line 27 of file ONNXModelRunnerCWrapper.cpp.


The documentation for this struct was generated from the following file: