42 auto &graph = *data.graph;
43 auto context = std::make_unique<BackendContext>(
this, std::move(data));
44 auto tr = std::make_shared<basic::TensorRegistry>();
46 context->tensor_registry = tr;
47 context->tensor_builder = tb;
49 std::make_shared<KernelGenerator>(graph, tb, tr, context->external_context());