Home
last modified time | relevance | path

Searched refs:EnableProfilingGuard (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/jit/runtime/
Dgraph_executor.h53 struct TORCH_API EnableProfilingGuard { struct
54 EnableProfilingGuard();
55 ~EnableProfilingGuard();
Dgraph_executor.cpp63 EnableProfilingGuard::EnableProfilingGuard() { in EnableProfilingGuard() function in torch::jit::EnableProfilingGuard
71 EnableProfilingGuard::~EnableProfilingGuard() { in ~EnableProfilingGuard()
/external/pytorch/test/cpp/jit/
Dtest_misc.cpp1472 EnableProfilingGuard epg; in TEST()