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

Commit 045b71e

Browse files
authored
Minor change (#2708)
1 parent 516bfa5 commit 045b71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngraph/runtime/reference/convolution.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace ngraph
164164
//
165165
// out[O] += in[I] * filter[F].
166166

167-
float result = 0;
167+
T result = 0;
168168

169169
CoordinateTransform::Iterator in_it = in_transform.begin();
170170
CoordinateTransform::Iterator filter_it = filter_transform.begin();

0 commit comments

Comments
 (0)