diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 99446331a3a..ac331e45b71 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -40,7 +40,7 @@ Most _make_ targets are structured in the form `_`. The ` index_vars; for (size_t i = 0; i < arg0_shape.size(); i++) @@ -604,7 +604,7 @@ void ngraph::runtime::cpu::kernel::emit_reduce(codegen::CodeWriter& writer, // If we don't have a zero index in the input, perform the sum if (find(arg0_shape.begin(), arg0_shape.end(), 0) == arg0_shape.end()) { - // create the the interation variables without writing the for loops + // create the interation variables without writing the for loops vector index_vars; for (size_t i = 0; i < arg0_shape.size(); i++) { diff --git a/src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp b/src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp index a6f45889092..7ec3f41b5bd 100644 --- a/src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp +++ b/src/ngraph/runtime/cpu/pass/cpu_mat_fusion.cpp @@ -306,7 +306,7 @@ bool runtime::cpu::pass::CPURnnMatFusion::run_on_function(std::shared_ptr node1, const std::shared_ptr node2) {