aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/neon_cnn.cpp2
-rw-r--r--examples/neon_copy_objects.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/neon_cnn.cpp b/examples/neon_cnn.cpp
index 11bb0884bd..5ecf055e60 100644
--- a/examples/neon_cnn.cpp
+++ b/examples/neon_cnn.cpp
@@ -257,7 +257,7 @@ private:
Tensor out_fc0{};
Tensor out_softmax{};
- // Neon allocator
+ // Allocator
Allocator allocator{};
// Memory groups
diff --git a/examples/neon_copy_objects.cpp b/examples/neon_copy_objects.cpp
index 824e419cf7..3043709fe7 100644
--- a/examples/neon_copy_objects.cpp
+++ b/examples/neon_copy_objects.cpp
@@ -140,7 +140,7 @@ public:
}
void do_run() override
{
- // Run Neon softmax:
+ // Run softmax:
softmax.run();
}
void do_teardown() override