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

Public Member Functions

 WorkspaceMutator (caffe2::Workspace *workspace)
 
template<typename T >
WorkspaceMutatornewTensor (const std::string &name, const std::vector< int64_t > &shape, const std::vector< T > &data)
 
template<typename T >
WorkspaceMutatornewTensorConst (const std::string &name, const std::vector< int64_t > &shape, const T &data)
 

Detailed Description

Definition at line 157 of file test_utils.h.


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