summaryrefslogtreecommitdiff
path: root/nn/runtime/test/android_fuzzing/GenerateCorpus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/android_fuzzing/GenerateCorpus.cpp')
-rw-r--r--nn/runtime/test/android_fuzzing/GenerateCorpus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nn/runtime/test/android_fuzzing/GenerateCorpus.cpp b/nn/runtime/test/android_fuzzing/GenerateCorpus.cpp
index 2f72b9da4..783b66092 100644
--- a/nn/runtime/test/android_fuzzing/GenerateCorpus.cpp
+++ b/nn/runtime/test/android_fuzzing/GenerateCorpus.cpp
@@ -41,8 +41,8 @@ OperationType convert(TestOperationType type) {
return static_cast<OperationType>(type);
}
-OperandLifeTime convert(TestOperandLifeTime lifetime) {
- return static_cast<OperandLifeTime>(lifetime);
+Operand::LifeTime convert(TestOperandLifeTime lifetime) {
+ return static_cast<Operand::LifeTime>(lifetime);
}
Scales convert(const std::vector<float>& scales) {