Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
47
std::unique_ptr<profiler::ProfilerInterface> CreateDeviceTracer() {
48
return nullptr;
49
}
50
#endif
51
52
namespace {
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected