Beispiel #1
0
        public void TestForwardNum()
        {
            ConcatLayerTest test = new ConcatLayerTest();

            try
            {
                foreach (IConcatLayerTest t in test.Tests)
                {
                    t.TestForwardNum();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Beispiel #2
0
        public void TestGradientChannelsBottomOneOnly()
        {
            ConcatLayerTest test = new ConcatLayerTest();

            try
            {
                foreach (IConcatLayerTest t in test.Tests)
                {
                    t.TestGradientChannelsBottomOneOnly();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Beispiel #3
0
        public void TestSetupChannelsNegativeIndexing()
        {
            ConcatLayerTest test = new ConcatLayerTest();

            try
            {
                foreach (IConcatLayerTest t in test.Tests)
                {
                    t.TestSetupChannelsNegativeIndexing();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Beispiel #4
0
        public void TestGradientTrivial()
        {
            ConcatLayerTest test = new ConcatLayerTest();

            try
            {
                foreach (IConcatLayerTest t in test.Tests)
                {
                    t.TestGradientTrivial();
                }
            }
            finally
            {
                test.Dispose();
            }
        }