MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen
parameter.
More...
#include <TFModelRunner.h>
Public Member Functions | |
NoopSavedModelImpl ()=default | |
int | LookupArgIndex (const std::string &) |
int | LookupResultIndex (const std::string &) |
void | Run () |
void * | result_data (int) |
void * | arg_data (int) |
A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen
parameter.
Useful to avoid conditional compilation complexity, as a compile-time replacement for a real AOT-ed model.
Definition at line 85 of file TFModelRunner.h.
|
default |
|
inline |
Definition at line 100 of file TFModelRunner.h.
|
inline |
Definition at line 92 of file TFModelRunner.h.
|
inline |
Definition at line 95 of file TFModelRunner.h.
|
inline |
Definition at line 99 of file TFModelRunner.h.
|
inline |
Definition at line 98 of file TFModelRunner.h.