!6056 remove inline for debug build

Merge pull request !6056 from zhaozhenlong/lite/issue/inline_remove
pull/6033/head
mindspore-ci-bot 5 years ago committed by Gitee
commit 012a4fc428

@ -66,7 +66,7 @@ void ChangeNegToPositive(StridedSliceParameter *param) {
}
}
inline bool LoopContinue(int stride, int i, int end) { return stride > 0 ? i < end : i > end; }
bool LoopContinue(int stride, int i, int end) { return stride > 0 ? i < end : i > end; }
int DoStridedSlice(const void *in_data, void *out_data, StridedSliceParameter *param) {
if (in_data == NULL || out_data == NULL || param == NULL) {

Loading…
Cancel
Save