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

Function CreateDeviceTracer

tensorflow/core/platform/device_tracer_test.cc:47–49  ·  view source on GitHub ↗

We don't have device tracer for non-cuda case.

Source from the content-addressed store, hash-verified

45#else
46// We don't have device tracer for non-cuda case.
47std::unique_ptr<profiler::ProfilerInterface> CreateDeviceTracer() {
48 return nullptr;
49}
50#endif
51
52namespace {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected