25 const char *model_data_raw,
bool dealloc_input)
27 const circle::Model *model = circle::GetModel(model_data_raw);
30 if (!reader.
parse(model))
31 assert(
false &&
"Error during parse");
36 assert(
false &&
"Error during select subgraph");
37 runtime_module->
addGraph(memory_manager);
39#ifndef USE_STATIC_ALLOC
51#ifdef USE_STATIC_ALLOC
52 runtime_graph->configure_kernels();