Release 18.08
[platform/upstream/armnn.git] / src / armnn / Tensor.cpp
index 2e04c8c..e5d7f4b 100644 (file)
@@ -180,7 +180,7 @@ BaseTensor<MemoryType>& BaseTensor<MemoryType>::operator =(const BaseTensor<Memo
     return *this;
 }
 
-// Explicit instantiations
+// Explicit instantiations.
 template class BaseTensor<const void*>;
 template class BaseTensor<void*>;