Searched defs:element_types (Results 1 – 15 of 15) sorted by relevance
44 typedef tuple<ElementTypes...> element_types; typedef
82 typedef tuple<ElementTypes...> element_types; typedef
446 const std::vector<const Type*>& element_types() const { in element_types() function449 std::vector<const Type*>& element_types() { return element_types_; } in element_types() function
730 std::vector<const analysis::Type*> element_types(2); in UpgradeExtInst() local
766 std::vector<const Type*> element_types; in RecordIfTypeDefinition() local
714 ffi_type **element_types; /* of this struct/union */ in PyCStructUnionType_update_stgdict() local
990 auto* element_types = node.attrs().Find("T"); in InferOutputType() local1002 auto* element_types = node.attrs().Find(element_type_attr); in InferOutputType() local
2150 std::vector<PrimitiveType> element_types; in InferReduceShape() local
1047 static void BuildSortComparisonBody(llvm::ArrayRef<Type> element_types, in BuildSortComparisonBody()