Searched defs:create_class (Results 1 – 6 of 6) sorted by relevance
345 def create_class(length): function
264 IValue create_class(const c10::QualifiedName& name, Types&&... args) const { in create_class() function
449 IValue Module::create_class(const c10::QualifiedName& name, Stack stack) const { in create_class() function in torch::jit::Module
1199 def create_class(multiplier: int): function