MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / get_cube_cache

Method get_cube_cache

core/predictor/framework/infer.cpp:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366CubeCache* 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
375int VersionedInferEngine::proc_initialize_impl(
376 const configure::EngineDesc& conf, bool) {

Callers 1

inferenceMethod · 0.45

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected