Home
last modified time | relevance | path

Searched refs:tryEvalTypeVariables (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp636 TORCH_API TypePtr tryEvalTypeVariables(const TypePtr& type, std::unordered_map<std::string, TypePtr… in tryEvalTypeVariables() function
639 return tryEvalTypeVariables(dyn->fallback(), type_env); in tryEvalTypeVariables()
658 TypePtr r = tryEvalTypeVariables(t, type_env); in tryEvalTypeVariables()
H A Djit_type.h2150 TORCH_API TypePtr tryEvalTypeVariables(const TypePtr& type, TypeEnv& type_env);
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp199 const auto concrete_type = tryEvalTypeVariables(arg.type(), type_env); in tryMatchArgument()
508 TypePtr result = tryEvalTypeVariables(r.type(), type_env); in tryMatchSchema()
H A Dsugared_value.cpp782 const auto concrete_type = tryEvalTypeVariables(formal_type, type_env); in tryCreate()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1025 TypePtr resolved = tryEvalTypeVariables(formal, type_env); in matches()