40 const std::shared_ptr<TensorRegistry> &tensor_reg,
41 const std::shared_ptr<ExternalContext> &external_context);
45 _tensor_registries = tensor_registries;
47 void setExecutors(
const std::shared_ptr<exec::IExecutors> &executors)
50 _executors = executors.get();
68 std::shared_ptr<TensorRegistry> _tensor_reg;
72 const std::shared_ptr<ExternalContext> _external_context;