Home
last modified time | relevance | path

Searched refs:ExperimentEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Ddebug_util.h43 static bool ExperimentEnabled(const std::string& name);
H A Ddebug_util.cpp167 bool DebugUtil::ExperimentEnabled(const std::string& name) { in ExperimentEnabled() function in torch::lazy::DebugUtil
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_lazy_ops.cpp4887 if (DebugUtil::ExperimentEnabled("nonzero")) { in TEST_F()
4907 if (DebugUtil::ExperimentEnabled("masked_select")) { in TEST_F()
4931 if (DebugUtil::ExperimentEnabled("masked_scatter")) { in TEST_F()
11444 if (DebugUtil::ExperimentEnabled("early_sync")) { in TEST_F()