/external/pdfium/third_party/lcms/ |
D | 0025-upstream-direct-leak-Type_MPE_Read.patch | 9 - if (!_cmsReadUInt32Number(io, &ElementCount)) return NULL; 11 - if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) { 16 + if (!_cmsReadUInt32Number(io, &ElementCount)) goto Error; 17 + if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) goto Error;
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | philox_random.h | 49 template <typename T, int ElementCount> 52 static const int kElementCount = ElementCount; 54 for (int i = 0; i < ElementCount; ++i) { in Array() 65 size_t size() const { return ElementCount; } in size() 68 T data_[ElementCount];
|
/external/tensorflow/tensorflow/stream_executor/ |
D | device_memory.h | 133 uint64 ElementCount() const { return size() / sizeof(ElemT); } in ElementCount() function 136 bool IsScalar() const { return ElementCount() == 1; } in IsScalar() 180 uint64 ElementCount() const { return size() / kElemSize; } in ElementCount() function 183 bool IsScalar() const { return ElementCount() == 1; } in IsScalar()
|
D | host_or_device_scalar.h | 34 CHECK_EQ(1, pointer.ElementCount()); in HostOrDeviceScalar()
|
D | stream_executor_pimpl.h | 849 if (element_offset + element_count > parent->ElementCount()) { in AllocateSubBuffer() 852 << element_count << ") vs. (" << parent->ElementCount() << ")"; in AllocateSubBuffer()
|
D | dnn.cc | 344 int64 BatchDescriptor::ElementCount() const { in ElementCount() function in stream_executor::dnn::BatchDescriptor
|
/external/tensorflow/tensorflow/lite/experimental/micro/testing/ |
D | test_utils.h | 31 inline int ElementCount(const TfLiteIntArray& dims) { in ElementCount() function 109 const size_t bytes = ElementCount(*dims) * sizeof(float); in CreateFloatTensor() 126 const size_t bytes = ElementCount(*dims) * sizeof(uint8_t); in CreateQuantizedTensor() 148 const size_t bytes = ElementCount(*dims) * sizeof(int32_t); in CreateQuantized32Tensor()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_rng.cc | 118 uint64 element_count = v->ElementCount(); in DoPopulateRandUniformInternal() 135 LOG(ERROR) << "failed to do uniform generation of " << v->ElementCount() in DoPopulateRandUniformInternal() 174 uint64 element_count = v->ElementCount(); in DoPopulateRandGaussianInternal() 179 LOG(ERROR) << "failed to do gaussian generation of " << v->ElementCount() in DoPopulateRandGaussianInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 245 class ElementCount { 250 ElementCount(unsigned Min, bool Scalable) in ElementCount() function 253 ElementCount operator*(unsigned RHS) { 257 ElementCount& operator*=(unsigned RHS) { 262 ElementCount operator/(unsigned RHS) { 266 ElementCount& operator/=(unsigned RHS) { 271 bool operator==(const ElementCount& RHS) { 620 MVT::ElementCount getVectorElementCount() const { in getVectorElementCount() 978 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { in getVectorVT()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_rng.cc | 173 uint64 element_count = v->ElementCount(); in DoPopulateRandUniformInternal() 191 LOG(ERROR) << "failed to do uniform generation of " << v->ElementCount() in DoPopulateRandUniformInternal() 229 uint64 element_count = v->ElementCount(); in DoPopulateRandGaussianInternal() 234 LOG(ERROR) << "failed to do gaussian generation of " << v->ElementCount() in DoPopulateRandGaussianInternal()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_comparator.cc | 85 int64 num_elements = ref_buffer.ElementCount(); in Create() 131 int64 num_elements = test_buffer.ElementCount(); in CompareEqualImpl() 165 int64 n = test_buffer.ElementCount(); in CompareEqual()
|
D | cusolver_context.cc | 152 ToDevicePointer(workspace), workspace.ElementCount(), \
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_op_gpu.h | 45 template <typename T, int ElementCount> 49 T* buf, const tensorflow::random::Array<T, ElementCount>& array) const { 51 for (int i = 0; i < ElementCount; i++) {
|
D | fused_batch_norm_op.cc | 346 int channels = inv_var_ptr.ElementCount(); in operator ()() 354 int channels = batch_var_ptr.ElementCount(); in operator ()()
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | softmax_test.cc | 34 const int output_dims_count = ElementCount(*output_dims); in TestSoftmaxFloat() 98 const int output_dims_count = ElementCount(*output_dims); in TestSoftmaxQuantized()
|
D | depthwise_conv_test.cc | 41 const int output_dims_count = ElementCount(*output_dims); in TestDepthwiseConvFloat() 122 const int output_dims_count = ElementCount(*output_dims); in TestDepthwiseConvQuantized()
|
D | fully_connected_test.cc | 41 const int output_dims_count = ElementCount(*output_dims); in TestFullyConnectedFloat() 115 const int output_dims_count = ElementCount(*output_dims); in TestFullyConnectedQuantized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { in getVectorVT() 281 MVT::ElementCount getVectorElementCount() const { in getVectorElementCount()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | ScalableVectorMVTsTest.cpp | 51 auto EltCnt = MVT::ElementCount(2, true); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 294 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 300 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 302 ElementCount, Packed); in LLVMStructType() 319 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() 349 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() argument 350 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() 357 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() argument 358 return wrap(VectorType::get(unwrap(ElementType), ElementCount)); in LLVMVectorType()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 408 unsigned ElementCount, LLVMBool Packed); 409 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 414 unsigned ElementCount, LLVMBool Packed); 424 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount); 426 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 993 unsigned ElementCount, LLVMBool Packed); 1000 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1023 unsigned ElementCount, LLVMBool Packed); 1095 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount); 1134 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1152 unsigned ElementCount, LLVMBool Packed); 1159 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1182 unsigned ElementCount, LLVMBool Packed); 1268 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount); 1307 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 508 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 514 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 516 ElementCount, Packed); in LLVMStructType() 533 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() 568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() argument 569 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() 576 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() argument 577 return wrap(VectorType::get(unwrap(ElementType), ElementCount)); in LLVMVectorType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 655 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 656 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 661 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 663 ElementCount, Packed); in LLVMStructType() 680 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 681 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() 723 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() argument 724 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() 731 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() argument 732 return wrap(VectorType::get(unwrap(ElementType), ElementCount)); in LLVMVectorType()
|