Home
last modified time | relevance | path

Searched defs:GPUTrace (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DGPUTrace.h7 struct C10_API GPUTrace { struct
9 static std::atomic<const PyInterpreter*> gpuTraceState;
15 static bool haveState;
21 static const PyInterpreter* get_trace() { in get_trace()