We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91691bb commit 8d586e7Copy full SHA for 8d586e7
dali/operators/image/resize/experimental/resize_op_impl_cvcuda.h
@@ -205,7 +205,7 @@ class ResizeOpImplCvCuda : public ResizeBase<GPUBackend>::Impl {
205
206
TensorListShape<frame_ndim> in_shape_, out_shape_;
207
std::vector<int> frame_idx_; // map of absolute frame indices in the input TensorList
208
- int total_frames_; // number of non-empty frames
+ int total_frames_ = 0; // number of non-empty frames
209
std::vector<ResamplingParamsND<spatial_ndim>> params_;
210
211
cvcuda::HQResize resize_op_{};
0 commit comments