Home
last modified time | relevance | path

Searched defs:ElementCount (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_memory.h124 uint64 ElementCount() const { return size() / sizeof(ElemT); } in ElementCount() function
171 uint64 ElementCount() const { return size() / kElemSize; } in ElementCount() function
Ddnn.cc325 int64 BatchDescriptor::ElementCount() const { in ElementCount() function in perftools::gputools::dnn::BatchDescriptor
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp294 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
300 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
319 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
357 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/external/llvm/lib/IR/
DCore.cpp508 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
514 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
533 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
576 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/external/pdfium/third_party/lcms/src/
Dcmstypes.c4455 cmsUInt32Number ElementCount; in Type_MPE_Read() local
/external/clang/lib/AST/
DASTContext.cpp4617 uint64_t ElementCount = 1; in getConstantArrayElementCount() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8657 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local