blob: 54992f7c08def606333f869f7009fe8b112d0fc1 [file] [log] [blame]
#ifndef CAFFE2_OPT_SINK_H_
#define CAFFE2_OPT_SINK_H_
#include "caffe2/core/common.h"
#include "caffe2/proto/caffe2_pb.h"
#include "nomnigraph/Representations/NeuralNet.h"
namespace caffe2 {
namespace opt {
CAFFE2_API void sinkMaxPool(nom::repr::NNModule* nn);
} // namespace opt
} // namespace caffe2
#endif // CAFFE2_OPT_SINK_H_