Lines Matching refs:make_unique
79 AOTRunner = std::make_unique<ReleaseModeModelRunner<CompiledModelType>>( in getReleaseModeAdvisor()
86 AOTRunner = std::make_unique<InteractiveModelRunner>( in getReleaseModeAdvisor()
91 return std::make_unique<MLInlineAdvisor>(M, MAM, std::move(AOTRunner), in getReleaseModeAdvisor()
357 return std::make_unique<InlineAdvice>(this, CB, ORE, in getAdviceImpl()
379 return std::make_unique<InlineAdvice>(this, CB, ORE, Mandatory); in getAdviceImpl()
390 return std::make_unique<InlineAdvice>(this, CB, ORE, false); in getAdviceImpl()
398 return std::make_unique<InlineAdvice>(this, CB, ORE, false); in getAdviceImpl()
454 return std::make_unique<MLInlineAdvice>( in getAdviceFromModel()
462 return std::make_unique<InlineAdvice>(this, CB, getCallerORE(CB), false); in getSkipAdviceIfUnreachableCallsite()
478 return std::make_unique<InlineAdvice>(this, CB, getCallerORE(CB), Advice); in getMandatoryAdvice()
483 return std::make_unique<MLInlineAdvice>(this, CB, getCallerORE(CB), true); in getMandatoryAdviceImpl()