Home
last modified time | relevance | path

Searched refs:getLeakyReLUConstScriptModel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Ddeep_wide_pt.cc108 torch::jit::Module getLeakyReLUConstScriptModel() { in getLeakyReLUConstScriptModel() function
H A Ddeep_wide_pt.h137 torch::jit::Module getLeakyReLUConstScriptModel();
H A Ddeep_wide_pt_bench.cc117 auto mod = getLeakyReLUConstScriptModel(); in BM_leaky_relu_const()
H A Dtest_static_runtime.cc1803 torch::jit::Module mod = getLeakyReLUConstScriptModel(); in TEST()