Sign in
android
/
platform
/
external
/
pytorch
/
827e22ec2dc97e9fa4bc88177a9c9dc0b64a7211
/
.
/
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