Home
last modified time | relevance | path

Searched defs:type_env (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp176 TypeEnv& type_env) { in tryMatchArgument()
278 TypeEnv& type_env) { in tryCreateList()
375 TypeEnv type_env; in tryMatchSchema() local
H A Dsugared_value.cpp775 std::unordered_map<std::string, TypePtr> type_env; in tryCreate() local
/aosp_15_r20/external/googleapis/google/api/expr/conformance/v1alpha1/
H A Dconformance_service.proto86 repeated google.api.expr.v1alpha1.Decl type_env = 2; field
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp490 TypeEnv& type_env) { in matchTypeVariables()
636 …Ptr tryEvalTypeVariables(const TypePtr& type, std::unordered_map<std::string, TypePtr>& type_env) { in tryEvalTypeVariables()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1016 TypeEnv type_env; in matches() local