Home
last modified time | relevance | path

Searched defs:ExperimentalConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/
H A Dobserver.h53 struct TORCH_API ExperimentalConfig { struct
63 std::vector<std::string> profiler_metrics;
64 bool profiler_measure_per_kernel;
65 bool verbose;
70 std::vector<std::string> performance_events;
98 ExperimentalConfig experimental_config = ExperimentalConfig()); argument
H A Dobserver.cpp16 ExperimentalConfig::ExperimentalConfig( in ExperimentalConfig() function in torch::profiler::impl::ExperimentalConfig