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

Commit c3326f1

Browse files
committed
Code style
1 parent ce0a019 commit c3326f1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/operator/nn/fully_connected-inl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ void FullyConnectedGradCompute(const nnvm::NodeAttrs& attrs,
237237
}
238238
}
239239

240-
241240
} // namespace op
242241
} // namespace mxnet
243242
namespace std {

src/operator/nn/fully_connected.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ static bool FullyConnectedType(const nnvm::NodeAttrs& attrs,
165165
attrs, in_type, out_type, -1);
166166
}
167167

168-
169168
struct FullyConnectedGrad {
170169
const char *op_name;
171170
std::vector<nnvm::NodeEntry> operator()(const nnvm::NodePtr& n,
@@ -177,7 +176,6 @@ struct FullyConnectedGrad {
177176
}
178177
};
179178

180-
181179
static bool FCStorageType(const nnvm::NodeAttrs& attrs,
182180
const int dev_mask,
183181
DispatchMode* dispatch_mode,

0 commit comments

Comments
 (0)