Esempio n. 1
0
        public void TestGradientAxis1()
        {
            GatherLayerTest test = new GatherLayerTest();

            try
            {
                foreach (IGatherLayerTest t in test.Tests)
                {
                    t.TestGradient(1);
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Esempio n. 2
0
        public void TestForwardAxis0()
        {
            GatherLayerTest test = new GatherLayerTest();

            try
            {
                foreach (IGatherLayerTest t in test.Tests)
                {
                    t.TestForward(0);
                }
            }
            finally
            {
                test.Dispose();
            }
        }