LLVM 19.0.0git
Variables
InteractiveModelRunner.cpp File Reference
#include "llvm/Analysis/InteractiveModelRunner.h"
#include "llvm/Analysis/MLModelRunner.h"
#include "llvm/Analysis/TensorSpec.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Variables

static cl::opt< boolDebugReply ("interactive-model-runner-echo-reply", cl::init(false), cl::Hidden, cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes)."))
 

Variable Documentation

◆ DebugReply

cl::opt< bool > DebugReply("interactive-model-runner-echo-reply", cl::init(false), cl::Hidden, cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes).")) ( "interactive-model-runner-echo-reply"  ,
cl::init(false)  ,
cl::Hidden  ,
cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes).")   
)
static