Home
last modified time | relevance | path

Searched defs:return_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dfactory.py210 return_module=False, argument
385 return_module=False, argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h443 bool return_module() const { in return_module() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py141 def return_module(self, name): member in ModuleForLoaderTests