Home
last modified time | relevance | path

Searched defs:create_class (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_structures.py345 def create_class(length): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dmodule.h264 IValue create_class(const c10::QualifiedName& name, Types&&... args) const { in create_class() function
H A Dmodule.cpp449 IValue Module::create_class(const c10::QualifiedName& name, Stack stack) const { in create_class() function in torch::jit::Module
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_structures.py345 def create_class(length): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_structures.py345 def create_class(length): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py1199 def create_class(multiplier: int): function