@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License. */
#include "paddle/fluid/operators/spp_op.h"
#include <string>
#include <vector>
namespace paddle {
namespace operators {
#pragma once
#include "paddle/fluid/framework/op_registry.h"
#include "paddle/fluid/operators/math/math_function.h"
#include "paddle/fluid/operators/math/pooling.h"
@ -10,6 +10,8 @@ See the License for the specific language governing permissions and
#include "paddle/fluid/operators/sum_op.h"
#include <algorithm>
#include "paddle/fluid/framework/var_type_inference.h"
#include "paddle/fluid/operators/detail/safe_ref.h"
@ -10,6 +10,7 @@ See the License for the specific language governing permissions and
#include "paddle/fluid/framework/eigen.h"
#include "paddle/fluid/framework/lod_tensor_array.h"
@ -15,6 +15,8 @@ limitations under the License. */
#include <iostream>
#include <utility>
@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
#include "paddle/fluid/operators/transpose_op.h"
@ -14,6 +14,7 @@ limitations under the License. */
#include "paddle/fluid/operators/unpool_op.h"
@ -14,6 +14,8 @@ limitations under the License. */
#include "paddle/fluid/operators/math/unpooling.h"
#include "paddle/fluid/operators/math/sequence_padding.h"