Searched defs:concrete_type (Results 1 – 4 of 4) sorted by relevance
/external/pytorch/torch/jit/ |
D | _recursive.py | 457 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/ |
D | IdWrapper.h | 29 using concrete_type = ConcreteType; variable
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | schema_matching.cpp | 68 const TypePtr& concrete_type, in tryConvertToType() 199 const auto concrete_type = tryEvalTypeVariables(arg.type(), type_env); in tryMatchArgument() local
|
D | sugared_value.cpp | 782 const auto concrete_type = tryEvalTypeVariables(formal_type, type_env); in tryCreate() local
|