You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
278 B
9 lines
278 B
#ifndef PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H
|
|
#define PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H
|
|
|
|
#include "common.h"
|
|
|
|
template<typename ValueType>
|
|
void define_sparse_model_components(py::module& m, std::string const& vtSuffix);
|
|
|
|
#endif /* PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H */
|