public void TestForwardNoSharedLocationTopK()
        {
            DetectionOutputLayerTest test = new DetectionOutputLayerTest();

            try
            {
                foreach (IDetectionOutputLayerTest t in test.Tests)
                {
                    t.TestForwardNoSharedLocationTopK();
                }
            }
            finally
            {
                test.Dispose();
            }
        }
        public void TestSetup()
        {
            DetectionOutputLayerTest test = new DetectionOutputLayerTest();

            try
            {
                foreach (IDetectionOutputLayerTest t in test.Tests)
                {
                    t.TestSetup();
                }
            }
            finally
            {
                test.Dispose();
            }
        }