blob: 7afb9f1100ee2e6d82a875e3eac4ac2e17a1f264 [file] [log] [blame]
#pragma once
#include "caffe2/core/net.h"
#include "caffe2/core/workspace.h"
#include "caffe2/predictor/InferenceGraph.h"
namespace caffe2 {
void RemoveOpsByType(InferenceGraph& graph_, const std::string& op_type);
} // namespace caffe2