Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h168 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() function
199 : public Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage> {
201 using Base = Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage>;