Options for feed/fetch prefixes and model selection in ReleaseModeModelRunner.

Synopsis

Declared in <llvm/Analysis/ReleaseModeModelRunner.h>

struct EmbeddedModelRunnerOptions;

Member Functions

Name

Description

setFeedPrefix

Set the feed feature name prefix.

setFetchPrefix

Set the fetch/output name prefix.

setModelSelector

Set the sub‐model selector name recognized by the AOT‐ed model.

Data Members

Name

Description

FeedPrefix

Prefix prepended to input feature names when looking them up in the model.

FetchPrefix

Prefix prepended to output names when looking them up in the model.

ModelSelector

ModelSelector is the name (recognized by the AOT‐ed model) of a sub‐model to use. "" is allowed if the model doesn't support sub‐models.

Created with MrDocs