Searched refs:TypeWithSubtypeStorage (Results 1 – 1 of 1) sorted by relevance
168 class TypeWithSubtypeStorage : public TypeStorage {173 static TypeWithSubtypeStorage* construct(TypeStorageAllocator& allocator, in construct()176 return new (allocator.allocate<TypeWithSubtypeStorage>()) in construct()177 TypeWithSubtypeStorage(subtypes); in construct()180 explicit TypeWithSubtypeStorage(const KeyTy& key) : subtypes_(key) {} in TypeWithSubtypeStorage() function199 : public Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage> {201 using Base = Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage>;