Skip to content

Commit

Permalink
(further remove MarkValueNotSharable out of constructor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongqiang Wang committed Jan 12, 2016
1 parent 60989d7 commit 8aa59f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ComputationNetworkLib/InputAndParamNodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ namespace Microsoft { namespace MSR { namespace CNTK {
void Init(const TensorShape & sampleLayout, bool isSparse)
{
m_isSparse = isSparse;
MarkValueNonSharable();
if (isSparse)
ConvertToSparseMatrix();

Expand Down

0 comments on commit 8aa59f7

Please sign in to comment.