Searched refs:engine_contexts (Results 1 – 1 of 1) sorted by relevance
969 EngineContext* engine_contexts; in GetEngine() local971 engine_contexts = cache_res->GetEngineContext(input_concrete_shapes); in GetEngine()973 engine_contexts = cache_res->GetEngineContext(profile_id); in GetEngine()977 if (engine_contexts == nullptr) { in GetEngine()1007 engine_contexts = cache.at(input_concrete_shapes).get(); in GetEngine()1011 return std::pair<EngineContext*, int>(engine_contexts, in GetEngine()