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

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaotaoChen committed Dec 13, 2018
1 parent e70998e commit 9206a72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/operator/tensor/elemwise_unary_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ class UnaryOp : public OpBase {

template<typename xpu, typename OP>
static void LogCompute(const nnvm::NodeAttrs& attrs,
const OpContext& ctx,
const std::vector<TBlob>& inputs,
const std::vector<OpReqType>& req,
const std::vector<TBlob>& outputs) {
const OpContext& ctx,
const std::vector<TBlob>& inputs,
const std::vector<OpReqType>& req,
const std::vector<TBlob>& outputs) {
if (req[0] == kNullOp) return;
// if defined MSHADOW_USE_MKL then call mkl log when req is KWriteTo, type_flag is
// mshadow::kFloat32 or mshadow::kFloat64 and data size less than or equal MKL_INT_MAX
Expand Down

0 comments on commit 9206a72

Please sign in to comment.