mirror of https://github.com/alibaba/MNN.git
18 lines
317 B
C++
18 lines
317 B
C++
//
|
|
// CPUResize.cpp
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2018/07/17.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#include "backend/cpu/CPUResize.hpp"
|
|
#include "core/AutoStorage.h"
|
|
#include "math/Vec.hpp"
|
|
using Vec4 = MNN::Math::Vec<float, 4>;
|
|
|
|
using namespace MNN::Math;
|
|
namespace MNN {
|
|
|
|
} // namespace MNN
|