Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Export get_backend_constructor_pointer from IATransformer (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyessi authored Aug 2, 2019
1 parent a99859d commit 6818cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngraph/runtime/cpu/cpu_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 6818cc5

Please sign in to comment.