Skip to content

Commit d910915

Browse files
liqunfujustinchuby
andauthored
Update onnxruntime/core/providers/cpu/tensor/affine_grid.cc
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent e17b90e commit d910915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onnxruntime/core/providers/cpu/tensor/affine_grid.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Status AffineGrid<T>::Compute(OpKernelContext* context) const {
144144

145145
concurrency::ThreadPool::TryBatchParallelFor(context->GetOperatorThreadPool(), narrow<size_t>(N), std::move(fn), 0);
146146
} else {
147-
return ORT_MAKE_STATUS(ONNXRUNTIME, INVALID_ARGUMENT, "AffineGrid : Invalidate size - length of size shall be 4 or 5.");
147+
return ORT_MAKE_STATUS(ONNXRUNTIME, INVALID_ARGUMENT, "AffineGrid : Invalidate size - length of size should be 4 or 5.");
148148
}
149149
return Status::OK();
150150
}

0 commit comments

Comments
 (0)