Searched defs:TupleType (Results 1 – 7 of 7) sorted by relevance
1145 struct TORCH_API TupleType : public NamedType { struct1160 static TupleTypePtr create( in create() argument1167 static TupleTypePtr create() { in create() argument1187 return std::shared_ptr<TupleType>( in createWithContained() argument1195 static const TypeKind Kind = TypeKind::TupleType; argument1218 const auto& r_elements = rhs.castRaw<TupleType>()->elements(); in compare() argument1230 std::vector<TypePtr> elements_;1231 bool has_free_variables_;1232 std::shared_ptr<FunctionSchema> schema_;
821 TupleType::TupleType( in TupleType() function in c10::TupleType
61 struct TupleType : public Type { struct62 TupleType(std::vector<std::unique_ptr<Type>> types) in TupleType() function65 bool is_matching(PyObject* object) override { in is_matching()78 std::vector<std::unique_ptr<Type>> types;
50 using TupleType = std::tuple<std::string>; variable88 using TupleType = std::tuple<std::string, std::string, std::int32_t>; variable126 …using TupleType = std::tuple<TracingStatusCode, TracingStatusCode, std::string, std::string, std::… variable
38 TupleType = tuple variable
239 using TupleType = in construct() local
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...