1#ifndef TENSOR_WRITER_DEFINED
2#define TENSOR_WRITER_DEFINED
12 static void write(
const std::string &name,
13 const std::string fileName,
16 const std::string rowIndexOrder,
17 const std::string columnIndexOrder,
18 const std::string delimiter);
20 static const std::type_info &check_type(Data *tensor_data);
#define DEFINE_ALGORITHM_HEADER(NAME,...)
Definition Algorithm.hpp:185
Definition Algorithm.hpp:10