Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
caffe2::testing::NetMutator Class Reference

Public Member Functions

 NetMutator (caffe2::NetDef *net)
 
NetMutatornewOp (const std::string &type, const std::vector< std::string > &inputs, const std::vector< std::string > &outputs)
 
NetMutatorexternalInputs (const std::vector< std::string > &externalInputs)
 
NetMutatorexternalOutputs (const std::vector< std::string > &externalOutputs)
 
template<typename T >
NetMutatoraddArgument (const std::string &name, const T &value)
 
NetMutatorsetDeviceOptionName (const std::string &name)
 

Detailed Description

Definition at line 127 of file test_utils.h.


The documentation for this class was generated from the following files: