MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
|
This file implements a model runner wrapping an AOT compiled ML model. More...
#include "MLModelRunner/MLModelRunner.h"
#include "SerDes/TensorSpec.h"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | MLBridge::TFModelRunner< TGen > |
TFModelRunner - TF Compiled model implementation of the MLModelRunner. More... | |
class | MLBridge::NoopSavedModelImpl |
A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen parameter. More... | |
Namespaces | |
namespace | MLBridge |
Macros | |
#define | NOOP_MODEL_ERRMSG |
Functions | |
template<class T > | |
bool | MLBridge::isEmbeddedModelEvaluatorValid () |
template<> | |
bool | MLBridge::isEmbeddedModelEvaluatorValid< NoopSavedModelImpl > () |
This file implements a model runner wrapping an AOT compiled ML model.
Only inference is supported.
Definition in file TFModelRunner.h.
#define NOOP_MODEL_ERRMSG |
Definition at line 86 of file TFModelRunner.h.