![]() |
SOPT
Sparse OPTimisation
|
#include <iostream>#include <vector>#include <catch2/catch_all.hpp>#include "sopt/logging.h"#include "sopt/types.h"#include "sopt/utilities.h"#include "sopt/ort_session.h"#include "tools_for_tests/directories.h"#include "tools_for_tests/tiffwrappers.h"
Include dependency graph for tf_model.cc:Go to the source code of this file.
Typedefs | |
| using | Scalar = double |
| using | Image = sopt::Image< Scalar > |
| using | Vector = sopt::Vector< Scalar > |
Functions | |
| TEST_CASE ("Cppflow Model") | |
| using Image = sopt::Image<Scalar> |
Definition at line 17 of file tf_model.cc.
| using Scalar = double |
Definition at line 16 of file tf_model.cc.
| using Vector = sopt::Vector<Scalar> |
Definition at line 18 of file tf_model.cc.
| TEST_CASE | ( | "Cppflow Model" | ) |
Definition at line 21 of file tf_model.cc.
References sopt::ORTsession::compute(), sopt::tools::models_directory(), and sopt::tools::read_standard_tiff().