Home
last modified time | relevance | path

Searched defs:SimpleProfiler (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/
Dtensorrt_utils.h62 struct SimpleProfiler : public nvinfer1::IProfiler { struct
70 explicit SimpleProfiler(const char *name, argument
77 std::vector<std::string> mLayerNames_;
78 std::map<std::string, Record> mProfile_;
Dtensorrt_utils.cc940 SimpleProfiler::SimpleProfiler(const char *name, const std::vector<SimpleProfiler> &srcProfilers) :… in SimpleProfiler() function in mindspore::lite::SimpleProfiler