Searched refs:FunctionTarget (Results 1 – 2 of 2) sorted by relevance
73 typedef std::pair<string, FunctionLibraryRuntime*> FunctionTarget; typedef74 std::map<FunctionTarget, FunctionLibraryRuntime::Handle> handle_cache_
322 FunctionTarget function_target = {target_device, lib}; in ComputeAsync()