CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
cuv_cimg.hpp
1 #ifndef __CUV_CIMG_HPP__
2 # define __CUV_CIMG_HPP__
3 
4 #include <cuv/basics/tensor.hpp>
5 namespace cuv{
6  namespace libs{
8  namespace cimg{
23  template<class V, class M>
24  void show(const tensor<V,host_memory_space,M>& m, const std::string& name);
25 
33  template<class V, class M>
34  void load( tensor<V,host_memory_space,M>& m, const std::string& name);
35 
43  template<class V, class M>
44  void save( tensor<V,host_memory_space,M>& m, const std::string& name);
49  }
50  }
51 
52 }
53 
54 #endif /* __CUV_CIMG_HPP__ */