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

Commit

Permalink
* Fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
hanke580 committed Jul 4, 2020
1 parent e30a842 commit 55db615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/operator/numpy/random/np_multinomial_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ MXNET_REGISTER_API("_npi.multinomial")
inputs = num_inputs == 0 ? nullptr : inputs;
auto ndoutputs = Invoke(op, &attrs, num_inputs, inputs, 0, nullptr);
*ret = ndoutputs[0];

});

} // namespace mxnet

0 comments on commit 55db615

Please sign in to comment.