Exemplo n.º 1
0
        public void TestForwardNum()
        {
            ConcatLayerTest test = new ConcatLayerTest();

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

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

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

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