swh:1:snp:f50ab94432af916b5fb8b4ad831e8dddded77084
Raw File
Tip revision: 9c15c46bd180df81336df90b3379f1269ecc72b4 authored by Vadim Mazalov on 23 March 2017, 00:45:18 UTC
Rebase changes
Tip revision: 9c15c46
EditDistanceTests.cpp
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
#include "stdafx.h"
#include "EvaluationNodes.h"

using namespace Microsoft::MSR::CNTK;
namespace Microsoft { namespace MSR { namespace CNTK { namespace Test {

BOOST_AUTO_TEST_SUITE(EditDistanceTests)

BOOST_AUTO_TEST_CASE(ComputeEditDistanceErrorTest)
{
   
}

BOOST_AUTO_TEST_SUITE_END()

} } } }
back to top