public void TestForwardNum() { ConcatLayerTest test = new ConcatLayerTest(); try { foreach (IConcatLayerTest t in test.Tests) { t.TestForwardNum(); } } finally { test.Dispose(); } }
public void TestGradientChannelsBottomOneOnly() { ConcatLayerTest test = new ConcatLayerTest(); try { foreach (IConcatLayerTest t in test.Tests) { t.TestGradientChannelsBottomOneOnly(); } } finally { test.Dispose(); } }
public void TestSetupChannelsNegativeIndexing() { ConcatLayerTest test = new ConcatLayerTest(); try { foreach (IConcatLayerTest t in test.Tests) { t.TestSetupChannelsNegativeIndexing(); } } finally { test.Dispose(); } }
public void TestGradientTrivial() { ConcatLayerTest test = new ConcatLayerTest(); try { foreach (IConcatLayerTest t in test.Tests) { t.TestGradientTrivial(); } } finally { test.Dispose(); } }