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

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommliu committed May 11, 2020
1 parent 5ff5b15 commit 5276b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/elemwise_binary_scalar_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class BinaryScalarOp : public UnaryOp {
public:
template<typename OP>
static void Compute_(const nnvm::NodeAttrs &attrs,
mshadow::Stream<cpu>* s,
mshadow::Stream<cpu>* s,
const std::vector<TBlob> &inputs,
const std::vector<OpReqType> &req,
const std::vector<TBlob> &outputs) {
Expand Down

0 comments on commit 5276b8b

Please sign in to comment.