Home
last modified time | relevance | path

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

/external/pytorch/torch/jit/
D_recursive.py457 concrete_type, method_stubs, property_stubs argument
471 def create_hooks_from_stubs(concrete_type, hook_stubs, pre_hook_stubs): argument
560 def create_script_module_impl(nn_module, concrete_type, stubs_fn): argument
1028 def compile_unbound_method(concrete_type, fn): argument
1039 def lazy_bind(concrete_type, unbound_method): argument
/external/pytorch/c10/util/
DIdWrapper.h29 using concrete_type = ConcreteType; variable
/external/pytorch/torch/csrc/jit/frontend/
Dschema_matching.cpp68 const TypePtr& concrete_type, in tryConvertToType()
199 const auto concrete_type = tryEvalTypeVariables(arg.type(), type_env); in tryMatchArgument() local
Dsugared_value.cpp782 const auto concrete_type = tryEvalTypeVariables(formal_type, type_env); in tryCreate() local