Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jignparm committed Dec 4, 2018
1 parent 0be6899 commit 54b9978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ private void Yunsong()
NamedOnnxValue.CreateFromTensor<long>("input_5_37", new DenseTensor<long>(zerol, new int[] { 1 })),
};

var result = session.Run(data); session.Run(data);
var result = session.Run(data);
Assert.NotNull(result);
Assert.Equal(1, result.Count);
var value = result.First<NamedOnnxValue>();
Expand Down

0 comments on commit 54b9978

Please sign in to comment.