Skip to content

Commit 4e60417

Browse files
committed
TensorFlow 1.12.0 support
1 parent 216eb45 commit 4e60417

File tree

3 files changed

+22279
-14844
lines changed

3 files changed

+22279
-14844
lines changed

OpGenerator/OpGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ string Quote (string input)
294294
var res = new StringBuilder ();
295295
foreach (var c in input) {
296296
if (c == '`') {
297-
res.Append (open ? "</c>" : "<c>");
297+
res.Append (open ? "<c>" : "</c>");
298298
open = !open;
299299
} else
300300
res.Append (c);

0 commit comments

Comments
 (0)