Commit 62cd2f68 authored by Junfeng Dong's avatar Junfeng Dong Committed by Scott Cyphers

Fix unresolved symbol in cpu backend on Windows. (#2723)

parent 7b7cf432
...@@ -319,7 +319,7 @@ namespace ngraph ...@@ -319,7 +319,7 @@ namespace ngraph
BuildOpMap& GetGlobalBuildDispatcher(); BuildOpMap& GetGlobalBuildDispatcher();
// build the map to use cpu kernel for node execution // build the map to use cpu kernel for node execution
BuildNodeExecutorMap& GetGlobalCFDispatcherCPU(); CPU_BACKEND_API BuildNodeExecutorMap& GetGlobalCFDispatcherCPU();
class Builder class Builder
{ {
......
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