Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
caffe2
operators
boolean_unmask_ops.h
1
#ifndef BOOLEAN_UNMASK_OPS_H
2
#define BOOLEAN_UNMASK_OPS_H
3
4
#include "caffe2/core/context.h"
5
#include "caffe2/core/operator.h"
6
7
namespace
caffe2
{
8
9
template
<
class
Context>
10
class
BooleanUnmaskOp
final :
public
Operator
<Context> {
11
public
:
12
USE_SIMPLE_CTOR_DTOR(
BooleanUnmaskOp
)
13
USE_OPERATOR_CONTEXT_FUNCTIONS;
14
15
bool
RunOnDevice()
override
;
16
};
17
18
}
// namespace caffe2
19
20
#endif
caffe2::BooleanUnmaskOp
Definition:
boolean_unmask_ops.h:10
caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition:
blob.h:13
caffe2::Operator
Definition:
operator.h:677
Generated on Thu Mar 21 2019 13:06:17 for Caffe2 - C++ API by
1.8.11