We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33a3a7 commit ae50fa9Copy full SHA for ae50fa9
test/TensorFlowNET.Graph.UnitTest/GradientTest/GradientTest.cs
@@ -394,7 +394,7 @@ public void testBoundaryContinue()
394
// Test that we differentiate both 'x' and 'y' correctly when x is a
395
// predecessor of y.
396
397
- self.cached_session();
+ var sess = self.cached_session().Single();
398
var x = tf.constant(1.0);
399
var y = x * 2.0;
400
var z = y * 3.0;
0 commit comments