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

Function CollectData

tensorflow/core/profiler/internal/cpu/host_tracer_test.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace {
35
36Status CollectData(ProfilerInterface* profiler, RunMetadata* run_metadata) {
37 return profiler->CollectData(run_metadata);
38}
39
40using ::testing::ElementsAre;
41using ::testing::Pair;

Callers 2

SerializeToStringMethod · 0.85
TESTFunction · 0.85

Calls 1

CollectDataMethod · 0.45

Tested by

no test coverage detected