* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */#pragma once#include "megdnn/oprs.h"#include "src/fallback/resize/opr_impl.h"namespacemegdnn{namespacearm_common{classResizeImpl:publicfallback::ResizeImpl{public:usingfallback::ResizeImpl::ResizeImpl;voidexec(_megdnn_tensor_insrc,_megdnn_tensor_outdst,_megdnn_workspaceworkspace)override;size_tget_workspace_in_bytes(constTensorLayout&,constTensorLayout&)override{return0;}};}// namespace arm_common}// namespace megdnn// vim: syntax=cpp.doxygen