Searched defs:profiledEvents (Results 1 – 4 of 4) sorted by relevance
17 std::vector<torch::autograd::profiler::LegacyEvent> profiledEvents, in RpcWithProfilingResp()36 std::vector<torch::autograd::profiler::LegacyEvent> profiledEvents, in RpcWithProfilingResp()
463 void addEventList(std::vector<LegacyEvent>&& profiledEvents) { in addEventList()
524 std::vector<LegacyEvent>& profiledEvents, in populateRemoteProfiledEvents()
453 std::vector<LegacyEvent> profiledEvents; in processRunWithProfilingReq() local