Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/autograd/rpc_messages/
Drpc_with_profiling_resp.cpp17 std::vector<torch::autograd::profiler::LegacyEvent> profiledEvents, in RpcWithProfilingResp()
36 std::vector<torch::autograd::profiler::LegacyEvent> profiledEvents, in RpcWithProfilingResp()
/external/pytorch/torch/csrc/autograd/
Dprofiler_legacy.cpp463 void addEventList(std::vector<LegacyEvent>&& profiledEvents) { in addEventList()
/external/pytorch/torch/csrc/distributed/rpc/
Dutils.cpp524 std::vector<LegacyEvent>& profiledEvents, in populateRemoteProfiledEvents()
Drequest_callback_no_python.cpp453 std::vector<LegacyEvent> profiledEvents; in processRunWithProfilingReq() local