Unverified Commit 6818cc5f authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Export get_backend_constructor_pointer from IATransformer (#3381)

parent a99859d9
......@@ -28,7 +28,7 @@
using namespace ngraph;
using namespace std;
extern "C" runtime::BackendConstructor* get_backend_constructor_pointer()
extern "C" CPU_BACKEND_API runtime::BackendConstructor* get_backend_constructor_pointer()
{
class CPU_BackendConstructor : public runtime::BackendConstructor
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment