Skip to content

Commit

Permalink
disabled deprecated half2Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Sep 15, 2018
1 parent 3a11fb4 commit 9df1df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ bool tensorNet::ProfileModel(const std::string& deployFile, // name for caf
}
else if( precision == TYPE_FP16 )
{
builder->setHalf2Mode(true);
//builder->setHalf2Mode(true);
builder->setFp16Mode(true);
}

Expand Down

0 comments on commit 9df1df5

Please sign in to comment.