HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 751 - 775 of 1428) sorted by null

<<31323334353637383940>>

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_runner.cc 151 argument->shape(), run_options.allocator(),
168 ScopedShapedBuffer::MakeScoped(result.get(), run_options.allocator()));
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
pool_allocator.cc 35 SubAllocator* allocator,
41 allocator_(allocator),
53 // Pools contain Chunks allocated from the underlying Allocator.
114 // calling the allocator. No further modification
  /external/tensorflow/tensorflow/core/kernels/
dequantize_op_test.cc 23 #include "tensorflow/core/framework/allocator.h"
83 Tensor expected(allocator(), DT_FLOAT, shape);
108 Tensor expected(allocator(), DT_FLOAT, shape);
  /external/v8/src/compiler/
type-cache.h 18 AccountingAllocator allocator; member in class:v8::internal::compiler::final
24 TypeCache() : zone_(&allocator, ZONE_NAME) {}
  /external/v8/src/wasm/
wasm-text.cc 43 AccountingAllocator allocator; local
44 Zone zone(&allocator, ZONE_NAME);
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 97 BasicPortAllocatorSession(BasicPortAllocator* allocator,
104 virtual BasicPortAllocator* allocator() { return allocator_; } function in class:cricket::BasicPortAllocatorSession
  /frameworks/av/services/soundtrigger/
Android.mk 60 android.hidl.allocator@1.0 \
  /frameworks/base/libs/hwui/
CanvasState.cpp 208 void CanvasState::setClippingOutline(LinearAllocator& allocator, const Outline* outline) {
219 setClippingRoundRect(allocator, bounds, radius, false);
  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.cpp 134 Accessor::Accessor(const std::shared_ptr<BufferPoolAllocator> &allocator)
135 : mImpl(new Impl(allocator)) {}
  /hardware/interfaces/media/omx/1.0/vts/functional/master/
VtsHalMediaOmxV1_0TargetMasterTest.cpp 29 #include <android/hidl/allocator/1.0/IAllocator.h>
40 using ::android::hidl::allocator::V1_0::IAllocator;
  /hardware/interfaces/soundtrigger/2.1/default/
SoundTriggerHw.cpp 23 #include <android/hidl/allocator/1.0/IAllocator.h>
28 using android::hidl::allocator::V1_0::IAllocator;
73 ALOGE("Failed to retrieve ashmem allocator service");
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 32 \tparam StackAllocator Type of allocator for allocating memory of stack.
42 \param allocator User supplied allocator. If it is null, it will create a private one.
45 PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLevelDepth) :
46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {}
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_list.i 64 template<class _Tp, class _Alloc = allocator<_Tp> >
std_vector.i 59 template<class _Tp, class _Alloc = allocator< _Tp > >
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 10 // Specialized memory allocator for ThreadSanitizer, MemorySanitizer, etc.
42 // This class also gives a hint to a thread-caching allocator about the amount
199 // Memory allocator statistics
298 // SizeClassAllocator64 -- allocator for 64-bit address space.
468 // The allocator must be locked when calling this function.
686 // SizeClassAllocator32 -- allocator for 32-bit address space.
687 // This allocator can theoretically be used on 64-bit arch, but there it is less
698 // 0 size class means the region is not used by the allocator.
831 // The allocator must be locked when calling this function.
931 typedef SizeClassAllocator Allocator;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 160 void createVulkanBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const BufferParameters& bufferParameters, Buffer& buffer, MemoryRequirement visibility)
175 buffer.allocation = allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer.buffer), visibility);
232 void createVulkanImage (const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const ImageParameters& imageParameters, Image& image, MemoryRequirement visibility)
258 image.allocation = allocator.allocate(getImageMemoryRequirements(vkd, device, *image.image), visibility);
559 Allocator& allocator; member in struct:vkt::synchronization::__anon17965::TestContext
586 Allocator& allocator_)
591 , allocator (allocator_
1233 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
tensor_test.cc 1105 DummyCPUAllocator allocator; local
1322 Allocator* allocator = cpu_allocator(); local
1332 Allocator* allocator = cpu_allocator(); local
1343 Allocator* allocator = cpu_allocator(); local
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ConscryptEngineTest.java 87 BufferType(BufferAllocator allocator) {
88 this.allocator = allocator;
91 private final BufferAllocator allocator; field in class:ConscryptEngineTest.BufferType
422 Conscrypt.setBufferAllocator(engine, bufferType.allocator);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 567 Allocator& allocator = context.getDefaultAllocator(); local
570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
574 m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVisible);
722 Allocator& allocator = context.getDefaultAllocator(); local
732 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 352 Allocator& allocator = context.getDefaultAllocator(); local
359 const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any));
364 const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible));
630 Allocator& allocator = context.getDefaultAllocator(); local
640 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMultisampleLoadStoreTests.cpp 249 Allocator& allocator = context.getDefaultAllocator(); local
256 vk, device, allocator, makeImageCreateInfo(caseDef.texture, caseDef.format, VK_IMAGE_USAGE_STORAGE_BIT, 0u), MemoryRequirement::Any));
259 vk, device, allocator,
268 UniquePtr<Buffer> constantsBuffer (new Buffer(vk, device, allocator, makeBufferCreateInfo(constantsBufferSizeBytes, VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT),
287 UniquePtr<Buffer> resultBuffer (new Buffer(vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT),
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 54 Move<VkBuffer> createBufferAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory)
79 AllocationMp bufferMemory = allocator.allocate(requirements, MemoryRequirement::HostVisible);
338 const de::UniquePtr<vk::Allocator> vkAllocator (createAllocator(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), vkDeviceInterface, device));
339 Allocator& allocator = *vkAllocator; local
367 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(vkdi, device, descriptorTypes.back(), allocator, numBytes, &alloc));
386 BufferHandleUp* buffer = new BufferHandleUp(createBufferAndBindMemory(vkdi, device, descriptorTypes.back(), allocator, numBytes, &alloc));
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationMiscDrawTests.cpp 133 Allocator& allocator = context.getDefaultAllocator(); local
145 const Buffer vertexBuffer(vk, device, allocator,
164 const Image colorAttachmentImage (vk, device, allocator,
171 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
175 const Buffer tessLevelsBuffer(vk, device, allocator,
vktTessellationPrimitiveDiscardTests.cpp 384 Allocator& allocator = context.getDefaultAllocator();
408 const Buffer vertexBuffer (vk, device, allocator, makeBufferCreateInfo(vertexDataSizeBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible);
423 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
436 const Image colorAttachmentImage (vk, device, allocator,
443 const Buffer colorBuffer(vk, device, allocator,
  /external/dng_sdk/source/
dng_xmp_sdk.cpp 1314 dng_memory_block * dng_xmp_sdk::Serialize (dng_memory_allocator &allocator,
1422 AutoPtr<dng_memory_block> buffer (allocator.Allocate (packetLen));
1438 void dng_xmp_sdk::PackageForJPEG (dng_memory_allocator &allocator,
1469 stdBlock.Reset (allocator.Allocate (stdLen));
1478 extBlock.Reset (allocator.Allocate (extLen));

Completed in 1409 milliseconds

<<31323334353637383940>>