|
Apollo
v5.5.0
Open source self driving car software
|
#include <string>#include "google/protobuf/io/zero_copy_stream_impl.h"#include "google/protobuf/text_format.h"#include "modules/perception/proto/rt.pb.h"

Go to the source code of this file.
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::inference | |
Functions | |
| bool | apollo::perception::inference::ReadProtoFromTextFile (const std::string &filename, google::protobuf::Message *proto) |
| bool | apollo::perception::inference::ReadProtoFromBinaryFile (const std::string &filename, google::protobuf::Message *proto) |
| bool | apollo::perception::inference::loadNetParams (const std::string ¶m_file, NetParameter *param) |
| std::string | apollo::perception::inference::locateFile (const std::string &path, const std::string &input) |
1.8.13