ONE - On-device Neural Engine
|
Data Structures | |
class | ParsedTensor |
Class to store tensor information parsed from test.info file under moco/test/tf. More... | |
Enumerations | |
enum class | DataType { FLOAT32 } |
Supported Data Types. More... | |
Functions | |
std::vector< std::unique_ptr< ParsedTensor > > | parse (const char *info_path) |
Function to parse test.info. | |
std::unique_ptr< ParsedTensor > | parse_line (std::string &line) |
Function to parse a line of test.info file Examples: | |
|
strong |
Supported Data Types.
Enumerator | |
---|---|
FLOAT32 |
Definition at line 38 of file ParsedTensor.h.
std::vector< std::unique_ptr< ParsedTensor > > nnkit::support::tftestinfo::parse | ( | const char * | info_path | ) |
Function to parse test.info.
Definition at line 204 of file TensorInfoParser.cpp.
References parse_line().
Referenced by nnkit::support::moco::tf::Backend::Backend(), nnkit::support::tf::Backend::Backend(), and main().
std::unique_ptr< ParsedTensor > nnkit::support::tftestinfo::parse_line | ( | std::string & | line | ) |
Function to parse a line of test.info file Examples:
Definition at line 143 of file TensorInfoParser.cpp.
References CHECK_NOT_NULL.
Referenced by parse().