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

Commit

Permalink
Fix inline function build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-krishnamurthy committed Jan 28, 2019
1 parent 6068fd2 commit 83c21a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/image/image_random-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ inline void RandomSaturation(const nnvm::NodeAttrs &attrs,
AdjustSaturationImpl(alpha_s, ctx, inputs, req, outputs);
}

void RGB2HLSConvert(const float& src_r,
inline void RGB2HLSConvert(const float& src_r,
const float& src_g,
const float& src_b,
float *dst_h,
Expand Down

0 comments on commit 83c21a9

Please sign in to comment.