|
Apollo
v5.5.0
Open source self driving car software
|
#include <map>#include <string>#include "boost/shared_ptr.hpp"#include "modules/perception/base/blob.h"
Go to the source code of this file.
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::inference | |
Functions | |
| size_t | apollo::perception::inference::BinaryReadString (FILE *fp, char *name) |
| size_t | apollo::perception::inference::BinaryWriteString (FILE *fp, const std::string &str) |
| template<typename Dtype > | |
| boost::shared_ptr< base::Blob< Dtype > > | apollo::perception::inference::BinaryReadBlob (FILE *fp) |
| template<typename Dtype > | |
| void | apollo::perception::inference::BinaryWriteBlob (FILE *fp, const base::Blob< Dtype > &blob) |
| template<typename Dtype > | |
| std::map< std::string, boost::shared_ptr< base::Blob< Dtype > > > | apollo::perception::inference::BinaryReadFile (const char *file_path) |
| template<typename Btype > | |
| bool | apollo::perception::inference::BinaryWriteFile (const char *file_path, const std::map< std::string, Btype > &data_dict) |
1.8.13