| 364 | } |
| 365 | |
| 366 | CubeCache* VersionedInferEngine::get_cube_cache() { |
| 367 | InferEngine* engine = default_engine(); |
| 368 | if (!engine) { |
| 369 | LOG(WARNING) << "fail to get default engine"; |
| 370 | return nullptr; |
| 371 | } |
| 372 | return engine->get_cube_cache(); |
| 373 | } |
| 374 | |
| 375 | int VersionedInferEngine::proc_initialize_impl( |
| 376 | const configure::EngineDesc& conf, bool) { |