Home
last modified time | relevance | path

Searched refs:attributeTypes_ (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/core/
Dclass_type.cpp531 AT_ASSERT(attributes_.size() == attributeTypes_.size()); in addAttribute()
532 attributeTypes_.emplace_back(classAttribute.getType()); in addAttribute()
581 attributeTypes_.erase(attributeTypes_.begin() + static_cast<std::ptrdiff_t>(slot)); in unsafeRemoveAttribute()
582 AT_ASSERT(attributes_.size() == attributeTypes_.size()); in unsafeRemoveAttribute()
590 attributeTypes_[slot] = new_ty; in unsafeChangeAttributeType()
Dclass_type.h188 return attributeTypes_; in containedTypes()
419 std::vector<TypePtr> attributeTypes_; member