Go to the source code of this file.
◆ DEBUG_TYPE
#define DEBUG_TYPE "inline-ml" |
◆ POPULATE_NAMES [1/2]
#define POPULATE_NAMES |
( |
|
_, |
|
|
|
NAME |
|
) |
| TensorSpec::createSpec<int64_t>(NAME, {1} ), |
◆ POPULATE_NAMES [2/2]
#define POPULATE_NAMES |
( |
|
_, |
|
|
|
NAME, |
|
|
|
__ |
|
) |
| TensorSpec::createSpec<int64_t>(NAME, {1} ), |
◆ CompiledModelType
◆ getInlinableCS()
◆ InteractiveChannelBaseName
cl::opt< std::string > InteractiveChannelBaseName("inliner-interactive-channel-base", cl::Hidden, cl::desc( "Base file path for the interactive mode. The incoming filename should " "have the name <inliner-interactive-channel-base>.in, while the " "outgoing name should be <inliner-interactive-channel-base>.out")) |
( |
"inliner-interactive-channel-base" |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc( "Base file path for the interactive mode. The incoming filename should " "have the name <inliner-interactive-channel-base>.in, while the " "outgoing name should be <inliner-interactive-channel-base>.out") |
|
|
) |
| |
|
static |
◆ KeepFPICache
◆ SizeIncreaseThreshold
cl::opt< float > SizeIncreaseThreshold("ml-advisor-size-increase-threshold", cl::Hidden, cl::desc("Maximum factor by which expected native size may increase before " "blocking any further inlining."), cl::init(2.0)) |
( |
"ml-advisor-size-increase-threshold" |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Maximum factor by which expected native size may increase before " "blocking any further inlining.") |
, |
|
|
cl::init(2.0) |
|
|
) |
| |
|
static |