summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/moco-tf/src/TFFormattedGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/moco-tf/src/TFFormattedGraph.cpp b/compiler/moco-tf/src/TFFormattedGraph.cpp
index cc408a989..08fad7a50 100644
--- a/compiler/moco-tf/src/TFFormattedGraph.cpp
+++ b/compiler/moco-tf/src/TFFormattedGraph.cpp
@@ -33,7 +33,7 @@ namespace
std::string opname(uint32_t opnum)
{
- static std::string prefix{"TF."};
+ static std::string prefix{"tf."};
switch (static_cast<moco::tf::TFOpcode>(opnum))
{