Searched defs:RecordProfile (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ | ||
H A D | profiler_legacy.h | 351 struct TORCH_API RecordProfile { struct |
H A D | profiler_legacy.cpp | 643 RecordProfile::RecordProfile(std::ostream& out) : out_(out) { in RecordProfile() function in torch::autograd::profiler::RecordProfile |
/aosp_15_r20/external/pytorch/torch/csrc/utils/ | ||
H A D | throughput_benchmark-inl.h | 106 using RecordProfile = torch::autograd::profiler::RecordProfile; in benchmark() local |