Home
last modified time | relevance | path

Searched defs:TupleType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1145 struct TORCH_API TupleType : public NamedType { struct
1160 static TupleTypePtr create( in create() argument
1167 static TupleTypePtr create() { in create() argument
1187 return std::shared_ptr<TupleType>( in createWithContained() argument
1195 static const TypeKind Kind = TypeKind::TupleType; argument
1218 const auto& r_elements = rhs.castRaw<TupleType>()->elements(); in compare() argument
1230 std::vector<TypePtr> elements_;
1231 bool has_free_variables_;
1232 std::shared_ptr<FunctionSchema> schema_;
H A Dtype.cpp821 TupleType::TupleType( in TupleType() function in c10::TupleType
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dinvalid_arguments.cpp61 struct TupleType : public Type { struct
62 TupleType(std::vector<std::unique_ptr<Type>> types) in TupleType() function
65 bool is_matching(PyObject* object) override { in is_matching()
78 std::vector<std::unique_ptr<Type>> types;
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dtracing_schema.h50 using TupleType = std::tuple<std::string>; variable
88 using TupleType = std::tuple<std::string, std::string, std::int32_t>; variable
126 …using TupleType = std::tuple<TracingStatusCode, TracingStatusCode, std::string, std::string, std::… variable
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py38 TupleType = tuple variable
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/memory/
DOnDemand.h239 using TupleType = in construct() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...