This commit is contained in:
Frank Seide 2014-11-03 17:13:00 -08:00
Родитель 9ffed1b4fd
Коммит 07d24166a1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -854,6 +854,7 @@ namespace Microsoft { namespace MSR { namespace CNTK {
bool m_hasloop;
};
// add this at the start of each derived class, to get access to the members of ComputationNode
// BUGBUG: some should be protected, not public; TODO: comment here why this is needed and how to maintain it
#define UsingComputationNodeMembers \
typedef ComputationNode<ElemType> B; \
protected: \