https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4c176a2df93bc478989595240abf0942646de3e0 authored by Aghagolzadeh on 12 June 2018, 16:32:33 UTC
fix probability in topK selection
Tip revision: 4c176a2
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Boost Unit Test Project.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#define BOOST_TEST_MODULE EvalTests

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
back to top