ArmNN
 21.02
ICaffeParser Member List

This is the complete list of members for ICaffeParser, including all inherited members.

CaffeParser classICaffeParserfriend
Create()ICaffeParserstatic
CreateNetworkFromBinaryFile(const char *graphFile, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser
CreateNetworkFromString(const char *protoText, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser
CreateNetworkFromTextFile(const char *graphFile, const std::map< std::string, armnn::TensorShape > &inputShapes, const std::vector< std::string > &requestedOutputs)ICaffeParser
CreateRaw()ICaffeParserstatic
Destroy(ICaffeParser *parser)ICaffeParserstatic
GetNetworkInputBindingInfo(const std::string &name) constICaffeParser
GetNetworkOutputBindingInfo(const std::string &name) constICaffeParser
RecordByRecordCaffeParser classICaffeParserfriend