Commit bc23562a authored by Robert Kimball's avatar Robert Kimball Committed by Scott Cyphers

Fix random segfault when LRN cpu fallback to reference kernel (#3986)

parent 4a1e308a
...@@ -93,6 +93,7 @@ namespace ngraph ...@@ -93,6 +93,7 @@ namespace ngraph
beta, beta,
bias, bias,
arg_shape, arg_shape,
axes,
axes_shape, axes_shape,
nsize, nsize,
arg_buffer_index, arg_buffer_index,
...@@ -116,6 +117,7 @@ namespace ngraph ...@@ -116,6 +117,7 @@ namespace ngraph
beta, beta,
bias, bias,
arg_shape, arg_shape,
axes,
axes_shape, axes_shape,
nsize, nsize,
arg_buffer_index, arg_buffer_index,
......
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