Skip to content

Commit 1f0d4d6

Browse files
committed
PythonTest: commented out non-compiling function because it is not used anyway
1 parent 403aa38 commit 1f0d4d6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/TensorFlowNET.UnitTest/PythonTest.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ public void assertProtoEquals(object toProto, object o)
121121

122122
#region tensor evaluation and test session
123123

124-
protected object _eval_helper(Tensor[] tensors)
125-
{
126-
if (tensors == null)
127-
return null;
128-
return nest.map_structure(self._eval_tensor, tensors);
129-
}
124+
//protected object _eval_helper(Tensor[] tensors)
125+
//{
126+
// if (tensors == null)
127+
// return null;
128+
// return nest.map_structure(self._eval_tensor, tensors);
129+
//}
130130

131131
protected object _eval_tensor(object tensor)
132132
{

0 commit comments

Comments
 (0)