Commit 58aa4746 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon Committed by Scott Cyphers

Remove unnecessary static (#1368)

parent fbc38cf4
......@@ -36,7 +36,7 @@ namespace ngraph
auto& tensor_data = external_function->get_tensor_data();
const ngraph::op::LRN* lrn = static_cast<const ngraph::op::LRN*>(node);
static function<void(CPURuntimeContext*)> functor;
function<void(CPURuntimeContext*)> functor;
auto& arg_tensor = tensor_data[args[0].get_name()];
auto& out_tensor = tensor_data[out[0].get_name()];
......
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