Searched refs:getDataType (Results 1 – 7 of 7) sorted by relevance
69 return TensorSpec(Name, Port, getDataType<T>(), sizeof(T), Shape);92 return getDataType<T>() == Type; in isElementType()105 template <typename T> static TensorType getDataType();130 template <> LLVM_ABI TensorType TensorSpec::getDataType<T>();
338 QualType DataType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCast()374 QualType FromType = FromPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()375 QualType ToType = ToPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr()
216 QualType getDataType(const ASTContext &Ctx) const;
465 QualType Descriptor::getDataType(const ASTContext &Ctx) const { in getDataType() function in Descriptor
180 QualType AllocatedType = getDeclPtr().getFieldDesc()->getDataType(ASTCtx); in toAPValue()
1030 QualType TypeToDiagnose = D->getDataType(S.getASTContext()); in CheckNewDeleteForms()1809 QualType StorageType = Ptr.getFieldDesc()->getDataType(S.getASTContext()); in CheckNewTypeMismatch()
33 template <> TensorType TensorSpec::getDataType<T>() { return TensorType::E; }