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

/external/tensorflow/tensorflow/stream_executor/
H A Ddevice_memory.h124 uint64 ElementCount() const { return size() / sizeof(ElemT); } function in class:perftools::gputools::final
127 bool IsScalar() const { return ElementCount() == 1; }
150 // potentially be misused given the ElementCount() nature of this interface.
171 uint64 ElementCount() const { return size() / kElemSize; } function in class:perftools::gputools::final
174 bool IsScalar() const { return ElementCount() == 1; }
H A Ddnn.cc325 int64 BatchDescriptor::ElementCount() const { function in class:perftools::gputools::dnn::BatchDescriptor
/external/pdfium/third_party/lcms/src/
H A Dcmstypes.c4455 cmsUInt32Number ElementCount; local
4473 if (!_cmsReadUInt32Number(io, &ElementCount)) goto Error;
4474 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DCore.cpp294 unsigned ElementCount, LLVMBool Packed) {
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
300 unsigned ElementCount, LLVMBool Packed) {
302 ElementCount, Packed);
319 unsigned ElementCount, LLVMBool Packed) {
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
350 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
357 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
358 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
293 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
299 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
318 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp4617 uint64_t ElementCount = 1; local
4619 ElementCount *= CA->getSize().getZExtValue();
4623 return ElementCount;
/external/llvm/lib/IR/
H A DCore.cpp508 unsigned ElementCount, LLVMBool Packed) {
509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
514 unsigned ElementCount, LLVMBool Packed) {
516 ElementCount, Packed);
533 unsigned ElementCount, LLVMBool Packed) {
534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); local
568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
569 return wrap(ArrayType::get(unwrap(ElementType), ElementCount));
576 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { argument
577 return wrap(VectorType::get(unwrap(ElementType), ElementCount));
507 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
513 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
532 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8657 unsigned ElementCount = SrcVT.getVectorNumElements(); local
8658 SrcVT = MVT::getVectorVT(MVT::getIntegerVT(SrcEltSize * 2), ElementCount);

Completed in 390 milliseconds