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