Commit 74447b2a authored by Sayantan Sarkar's avatar Sayantan Sarkar Committed by Scott Cyphers

Minor change (#2709)

parent 400bf7da
......@@ -164,7 +164,7 @@ namespace ngraph
//
// out[O] += in[I] * filter[F].
float result = 0;
T result = 0;
CoordinateTransform::Iterator in_it = in_transform.begin();
CoordinateTransform::Iterator filter_it = filter_transform.begin();
......
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