MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST

Function TEST

tensorflow/lite/profiling/profile_summarizer_test.cc:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98TEST(ProfileSummarizerTest, Empty) {
99 ProfileSummarizer summarizer;
100 std::string output = summarizer.GetOutputString();
101 EXPECT_GT(output.size(), 0);
102}
103
104TEST(ProfileSummarizerTest, Interpreter) {
105 BufferedProfiler profiler(1024);

Callers

nothing calls this directly

Calls 13

ProcessProfilesMethod · 0.80
GetOutputStringMethod · 0.45
sizeMethod · 0.45
InitMethod · 0.45
GetInterpreterMethod · 0.45
SetProfilerMethod · 0.45
StartProfilingMethod · 0.45
SetInputsMethod · 0.45
InvokeMethod · 0.45
GetOutputMethod · 0.45
StopProfilingMethod · 0.45
GetProfileEventsMethod · 0.45

Tested by

no test coverage detected