Home
last modified time | relevance | path

Searched refs:get_python_cu (Results 1 – 9 of 9) sorted by relevance

/external/pytorch/torch/csrc/jit/python/
Dscript_init.cpp150 return get_python_cu()->get_type(qualifiedName); in resolveTypeFromObject()
387 auto cu = get_python_cu(); in script_compile_overloaded_function()
415 auto cu = get_python_cu(); in script_compile_function()
1662 auto cu = get_python_cu(); in initJitScriptBindings()
1699 auto cu = get_python_cu(); in initJitScriptBindings()
1727 auto cu = get_python_cu(); in initJitScriptBindings()
1801 auto cu = get_python_cu(); in initJitScriptBindings()
1807 get_python_cu()->define_interface( in initJitScriptBindings()
2026 get_python_cu()->_clear_python_cu(); in initJitScriptBindings()
2131 return Module(get_python_cu(), type); in initJitScriptBindings()
[all …]
Dpython_ir.cpp1071 return get_python_cu()->get_class(c10::QualifiedName(qualified_name)); in initPythonIRBindings()
1092 get_python_cu()); in initPythonIRBindings()
1096 return get_python_cu()->get_interface( in initPythonIRBindings()
Dpython_sugared_value.cpp1051 if (auto type = get_python_cu()->get_type(qualifiedName)) { in registerNamedTuple()
1056 get_python_cu()->register_type(tt); in registerNamedTuple()
1327 auto pyCu = get_python_cu(); in toSugaredValue()
Dpybind_utils.cpp461 auto pyCu = get_python_cu(); in toIValue()
696 auto pyCu = get_python_cu(); in toPyObject()
Dpybind_utils.h319 inline std::shared_ptr<CompilationUnit> get_python_cu() { in get_python_cu() function
/external/pytorch/torch/csrc/distributed/rpc/
Dpython_rpc_handler.cpp91 jitCompilationUnit_ = torch::jit::get_python_cu(); in init()
Dpy_rref.cpp68 jit::get_python_cu()->get_interface(type_qualified_name); in tryInferTypeWithTypeHint()
/external/pytorch/torch/csrc/jit/runtime/
Dregister_distributed_ops.cpp60 cuPtr = get_python_cu(); in prepare_and_call_rpc_op()
/external/pytorch/torch/csrc/jit/frontend/
Dconcrete_module_type.cpp11 auto cu = get_python_cu(); in createTypeFromThis()