36 const std::shared_ptr<TensorRegistry> &tensor_reg,
37 const std::shared_ptr<ExternalContext> &external_context);
41 _tensor_registries = tensor_registries;
43 void setExecutors(
const std::shared_ptr<exec::IExecutors> &executors)
46 _executors = executors.get();
43 void setExecutors(
const std::shared_ptr<exec::IExecutors> &executors) {
…}
64 std::shared_ptr<TensorRegistry> _tensor_reg;
68 const std::shared_ptr<ExternalContext> _external_context;