Sign in
android
/
platform
/
external
/
pytorch
/
70e86b4562e36b4bf7c238035beeb64f3a16df17
/
.
/
caffe2
/
predictor
/
transforms.h
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