Imported Upstream version 1.19.0
[platform/core/ml/nnfw.git] / compiler / luci / import / src / Importer.cpp
index 8eae5fc..3f7f785 100644 (file)
@@ -119,6 +119,7 @@ void convert_graph(const luci::GraphBuilderSource &source, luci::CircleReader &r
   }
 
   // Create CircleConst nodes for constant tensors.
+  // NOTE Origin is intentionally not provided for constants.
   for (uint32_t i = 0; i < tensors.size(); ++i)
   {
     luci::CircleConst *const_node = luci::create_circleconst(&gb_context, i);