Searched defs:ExperimentalConfig (Results 1 – 2 of 2) sorted by relevance
53 struct TORCH_API ExperimentalConfig { struct63 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
16 ExperimentalConfig::ExperimentalConfig( in ExperimentalConfig() function in torch::profiler::impl::ExperimentalConfig