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
opt
device.h
1
#include "caffe2/core/common.h"
2
#include "nomnigraph/Representations/NeuralNet.h"
3
4
namespace
caffe2
{
5
namespace
opt {
6
7
CAFFE2_API
void
insertCopies(
8
nom::repr::NNModule
* nn,
9
std::function<
bool
(
nom::repr::NNGraph::NodeRef
)> supported,
10
std::function<
nom::repr::NNGraph::NodeRef
(
nom::repr::NNGraph
&)> copyToFn,
11
std::function<
nom::repr::NNGraph::NodeRef
(
nom::repr::NNGraph
&)> copyFromFn);
12
13
}
// namespace opt
14
}
// namespace caffe2
nom::repr::NNModule
Definition:
NeuralNet.h:247
nom::Node
Definition:
Graph.h:32
caffe2
A global dictionary that holds information about what Caffe2 modules have been loaded in the current ...
Definition:
blob.h:13
nom::Graph
A simple graph implementation.
Definition:
Graph.h:29
Generated on Thu Mar 21 2019 13:06:17 for Caffe2 - C++ API by
1.8.11