MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / SetAsActiveDevice

Method SetAsActiveDevice

oneflow/core/ep/cpu/cpu_device.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace ep {
25
26void CpuDevice::SetAsActiveDevice() {}
27
28Stream* CpuDevice::CreateStream() { return new CpuStream(this); }
29

Callers 8

ActiveDeviceGuardMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
RunMethod · 0.45
EpEventMethod · 0.45
~EpEventMethod · 0.45
QueryMethod · 0.45
SetLaunchedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected