ONE - On-device Neural Engine
|
#include "DataProvider.h"
#include <luci/IR/CircleNodes.h>
#include <luci/IR/Module.h>
#include <luci/test/TestIOGraph.h>
Go to the source code of this file.
Data Structures | |
class | mpqsolver::test::models::SimpleGraph |
base class of simple graphs used for testing More... | |
class | mpqsolver::test::models::AddGraph |
simple model with just an Add of input and constant More... | |
class | mpqsolver::test::models::SoftmaxGraphlet |
class | mpqsolver::test::models::SoftmaxTestGraph |
Namespaces | |
namespace | mpqsolver |
namespace | mpqsolver::test |
namespace | mpqsolver::test::models |
namespace | mpqsolver::test::io_utils |
namespace | mpqsolver::test::data_utils |
Functions | |
void | mpqsolver::test::io_utils::makeTemporaryFile (char *name_template) |
create valid name of temporary file | |
void | mpqsolver::test::io_utils::writeDataToFile (const std::string &file_path, const std::string &data) |
write data to file_path | |
std::string | mpqsolver::test::io_utils::makeTemporaryFolder (char *name_template) |
create valid name of temporary folder | |
bool | mpqsolver::test::io_utils::isFileExists (const std::string &file_path) |
checks whether file exists | |
std::unique_ptr< mpqsolver::core::DataProvider > | mpqsolver::test::data_utils::getAllZeroSingleDataProvider () |