38#define OP(InternalName) void visit(const ir::operation::InternalName &) override;
39#include "Operation.lst"
43 const ir::Operands &_ctx;
44 const ir::Operations &_operations_ctx;
45 std::shared_ptr<TensorBuilder> _tensor_builder;
46 std::shared_ptr<acl_common::AclTensorRegistry<TensorManager>> _tensor_reg;