Skip to content

Commit 424ab49

Browse files
rm plus, Fixes Issue#ONSAM-1418
1 parent df4cc9a commit 424ab49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow/profiling_lpot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
import tensorflow as tf
3-
+print("Tensorflow version {}".format(tf.__version__))
3+
print("Tensorflow version {}".format(tf.__version__))
44

55
import numpy as np
66
import time

0 commit comments

Comments
 (0)