Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/api/
Dmodule.h264 IValue create_class(const c10::QualifiedName& name, Types&&... args) const { in create_class() function
Dmodule.cpp449 IValue Module::create_class(const c10::QualifiedName& name, Stack stack) const { in create_class() function in torch::jit::Module
/external/python/cpython3/Lib/test/test_ctypes/
Dtest_structures.py379 def create_class(length): function
/external/pytorch/test/inductor/
Dtest_compiled_autograd.py1199 def create_class(multiplier: int): function