LLVM 19.0.0git
Classes | Namespaces | Macros | Functions
ReleaseModeModelRunner.h File Reference
#include "llvm/Analysis/MLModelRunner.h"
#include "llvm/Analysis/TensorSpec.h"
#include "llvm/Support/ErrorHandling.h"
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::ReleaseModeModelRunner< TGen >
 ReleaseModeModelRunner - production mode implementation of the MLModelRunner. More...
 
class  llvm::NoopSavedModelImpl
 A mock class satisfying the interface expected by ReleaseModeModelRunner for its TGen parameter. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define NOOP_MODEL_ERRMSG
 

Functions

template<class T >
bool llvm::isEmbeddedModelEvaluatorValid ()
 
template<>
bool llvm::isEmbeddedModelEvaluatorValid< NoopSavedModelImpl > ()
 

Macro Definition Documentation

◆ NOOP_MODEL_ERRMSG

#define NOOP_MODEL_ERRMSG
Value:
"The mock AOT-ed saved model is a compile-time stub and should not be " \
"called."

Definition at line 75 of file ReleaseModeModelRunner.h.