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