Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed May 30, 2019
1 parent ce0a019 commit c3326f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/operator/nn/fully_connected-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ void FullyConnectedGradCompute(const nnvm::NodeAttrs& attrs,
}
}


} // namespace op
} // namespace mxnet
namespace std {
Expand Down
2 changes: 0 additions & 2 deletions src/operator/nn/fully_connected.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ static bool FullyConnectedType(const nnvm::NodeAttrs& attrs,
attrs, in_type, out_type, -1);
}


struct FullyConnectedGrad {
const char *op_name;
std::vector<nnvm::NodeEntry> operator()(const nnvm::NodePtr& n,
Expand All @@ -177,7 +176,6 @@ struct FullyConnectedGrad {
}
};


static bool FCStorageType(const nnvm::NodeAttrs& attrs,
const int dev_mask,
DispatchMode* dispatch_mode,
Expand Down

0 comments on commit c3326f1

Please sign in to comment.