|
LLVM 22.0.0git
|
#include "llvm/ADT/StringExtras.h"#include "llvm/Analysis/MLModelRunner.h"#include "llvm/Analysis/TensorSpec.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MD5.h"#include <memory>Go to the source code of this file.
Classes | |
| struct | llvm::EmbeddedModelRunnerOptions |
| ReleaseModeModelRunner - production mode implementation of the MLModelRunner. More... | |
| class | llvm::ReleaseModeModelRunner< TGen > |
| 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 > () |
| #define NOOP_MODEL_ERRMSG |
Definition at line 143 of file ReleaseModeModelRunner.h.
Referenced by llvm::NoopSavedModelImpl::arg_data(), llvm::NoopSavedModelImpl::LookupArgIndex(), llvm::NoopSavedModelImpl::LookupResultIndex(), llvm::NoopSavedModelImpl::result_data(), and llvm::NoopSavedModelImpl::Run().