Home | Develop | Download | Contact
example_maxpoolinglayer_export.cpp
1 
22 #include <Pds/Ra>
23 #include <Pds/Nn>
24 
25 int main(void)
26 {
27  Pds::MaxPoolingLayer Max(3,3);
28 
29  std::ofstream myfile("MaxPoolingLayer1.xml", std::ofstream::out);
30  Max.ExportXmlToStream(myfile);
31  myfile.close();
32 
33  return 0;
34 }
La clase tipo Pds::MaxPoolingLayer . Esta clase genera un objeto con dos parametros Nlin y Ncol....

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed