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

Commit

Permalink
initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyan66 committed Dec 18, 2019
1 parent e69c91e commit 8e7864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/numpy/np_broadcast_reduce_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ void NumpyMedianForward(const nnvm::NodeAttrs& attrs,
t_shape_ex[i] = a.shape_[axes[i-small.ndim()]];
}

TopKParam topk_param;
TopKParam topk_param = TopKParam();
topk_param.axis = dmlc::optional<int>(-1);
topk_param.is_ascend = true;
topk_param.k = 0;
Expand Down

0 comments on commit 8e7864f

Please sign in to comment.