Searched defs:SimpleProfiler (Results 1 – 2 of 2) sorted by relevance
62 struct SimpleProfiler : public nvinfer1::IProfiler { struct70 explicit SimpleProfiler(const char *name, argument77 std::vector<std::string> mLayerNames_;78 std::map<std::string, Record> mProfile_;
940 SimpleProfiler::SimpleProfiler(const char *name, const std::vector<SimpleProfiler> &srcProfilers) :… in SimpleProfiler() function in mindspore::lite::SimpleProfiler