Searched defs:GetNodeParser (Results 1 – 6 of 6) sorted by relevance
37 TfliteNodeParser *TfliteNodeParserRegistry::GetNodeParser(const tflite::BuiltinOperator &type) { in GetNodeParser() function in mindspore::lite::TfliteNodeParserRegistry
37 CaffeNodeParser *CaffeNodeParserRegistry::GetNodeParser(const std::string &name) { in GetNodeParser() function in mindspore::lite::CaffeNodeParserRegistry
36 TFNodeParser *TFNodeParserRegistry::GetNodeParser(const std::string &name) { in GetNodeParser() function in mindspore::lite::TFNodeParserRegistry
38 OnnxNodeParser *OnnxNodeParserRegistry::GetNodeParser(const std::string &name) const { in GetNodeParser() function in mindspore::lite::OnnxNodeParserRegistry
34 converter::NodeParserPtr NodeParserRegistry::GetNodeParser(converter::FmkType fmk_type, const std::… in GetNodeParser() function in mindspore::registry::NodeParserRegistry
44 NodeParserTestPtr GetNodeParser(const std::string &name) { in GetNodeParser() function