Exemplo n.º 1
0
        public void TestSetupAspectRatio1()
        {
            PriorBoxLayerTest test = new PriorBoxLayerTest();

            try
            {
                foreach (IPriorBoxLayerTest t in test.Tests)
                {
                    t.TestSetupAspectRatio1();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 2
0
        public void TestSetupMultiSizeNoMaxSize()
        {
            PriorBoxLayerTest test = new PriorBoxLayerTest();

            try
            {
                foreach (IPriorBoxLayerTest t in test.Tests)
                {
                    t.TestSetupMultiSizeNoMaxSize();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 3
0
        public void TestCpuAspectRatioMultiSize()
        {
            PriorBoxLayerTest test = new PriorBoxLayerTest();

            try
            {
                foreach (IPriorBoxLayerTest t in test.Tests)
                {
                    t.TestCpuAspectRatioMultiSize();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 4
0
        public void TestCpuFixStep()
        {
            PriorBoxLayerTest test = new PriorBoxLayerTest();

            try
            {
                foreach (IPriorBoxLayerTest t in test.Tests)
                {
                    t.TestCpuFixStep();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
Exemplo n.º 5
0
        public void TestCpuVarianceMulti()
        {
            PriorBoxLayerTest test = new PriorBoxLayerTest();

            try
            {
                foreach (IPriorBoxLayerTest t in test.Tests)
                {
                    t.TestCpuVarianceMulti();
                }
            }
            finally
            {
                test.Dispose();
            }
        }