Searched refs:proc_flr (Results 1 – 5 of 5) sorted by relevance
134 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
141 item->proc_flr.reset(new ProcessFunctionLibraryRuntime( in InitItem()227 FunctionLibraryRuntime* lib = item->proc_flr->GetFLR(unit->device->name()); in InitItem()
225 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr( in TEST_F() local230 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
173 std::unique_ptr<ProcessFunctionLibraryRuntime> proc_flr; member
1239 func_info->proc_flr.reset(new ProcessFunctionLibraryRuntime( in CreateExecutors()1253 auto lib = func_info->proc_flr->GetFLR(partition_name); in CreateExecutors()