mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
This PR follows #116751. Pull Request resolved: https://github.com/pytorch/pytorch/pull/116486 Approved by: https://github.com/albanD
7 lines
84 B
C++
7 lines
84 B
C++
#pragma once
|
|
|
|
namespace torch::autograd::profiler::python_tracer {
|
|
|
|
void init();
|
|
|
|
}
|