Home
last modified time | relevance | path

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

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