We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae72160 commit cb68cd3Copy full SHA for cb68cd3
1 file changed
test/TensorFlowNET.UnitTest/NameScopeTest.cs
@@ -44,7 +44,7 @@ public void NestedNameScope()
44
Assert.AreEqual("", g._name_stack);
45
}
46
47
- [TestMethod]
+ [TestMethod, Ignore("Unimplemented Usage")]
48
public void NestedNameScope_Using()
49
{
50
Graph g = tf.Graph().as_default();
0 commit comments