Searched refs:dynTypes (Results 1 – 3 of 3) sorted by relevance
57 SmallVector<ShapedType> dynTypes; in checkHasDynamicBatchDims() local62 dynTypes.push_back(paramTy); in checkHasDynamicBatchDims()65 if (dynTypes.empty()) in checkHasDynamicBatchDims()68 for (const ShapedType &dynTy : dynTypes) { in checkHasDynamicBatchDims()
480 auto it = dynTypes.find(id); in lookupTypeDefinition()481 if (it == dynTypes.end()) in lookupTypeDefinition()533 DenseMap<TypeID, std::unique_ptr<DynamicTypeDefinition>> dynTypes;
400 auto registered = dynTypes.try_emplace(typeID, std::move(type)).second; in registerDynamicType()