https://github.com/Microsoft/CNTK
Revision 218d2da137c9ba38d2ae272e0a557d74c5408d6a authored by jeanfad on 06 June 2016, 14:34:12 UTC, committed by jeanfad on 28 June 2016, 09:24:30 UTC
1 parent 3c01d90
Raw File
Tip revision: 218d2da137c9ba38d2ae272e0a557d74c5408d6a authored by jeanfad on 06 June 2016, 14:34:12 UTC
little docstring fixes
Tip revision: 218d2da
MPIWrapper.cpp
#include "Include/Basics.h"
#include "Include/MPIWrapper.h"

int Microsoft::MSR::CNTK::MPIWrapper::s_myRank = -1;
std::shared_ptr<Microsoft::MSR::CNTK::MPIWrapper> Microsoft::MSR::CNTK::MPIWrapper::s_mpi = nullptr;
back to top