HomeSort by relevance Sort by last modified time
    Searched refs:AllocateMemory (Results 1 - 25 of 33) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/experimental/micro/
simple_tensor_allocator.h 39 uint8_t* AllocateMemory(size_t size, size_t alignment);
simple_tensor_allocator_test.cc 140 uint8_t* result = allocator.AllocateMemory(arena_size, 1);
149 uint8_t* result = allocator.AllocateMemory(1, 1);
152 result = allocator.AllocateMemory(16, 4);
162 uint8_t* result = allocator.AllocateMemory(768, 1);
165 result = allocator.AllocateMemory(768, 1);
simple_tensor_allocator.cc 112 reinterpret_cast<char*>(AllocateMemory(result->bytes, type_size));
126 result->dims = reinterpret_cast<TfLiteIntArray*>(AllocateMemory(
149 uint8_t* SimpleTensorAllocator::AllocateMemory(size_t size, size_t alignment) {
micro_interpreter.cc 84 reinterpret_cast<TfLiteTensor*>(tensor_allocator_->AllocateMemory(
97 int* first_created = reinterpret_cast<int*>(tensor_allocator_->AllocateMemory(
99 int* last_used = reinterpret_cast<int*>(tensor_allocator_->AllocateMemory(
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.c 193 AllocateMemory (
456 TempStr = AllocateMemory ((TempStrSize * sizeof (CHAR16)) + 1);
517 WinNtDevice = AllocateMemory (sizeof (WIN_NT_IO_DEVICE));
532 WinNtDevice->WinNtIo.EnvString = AllocateMemory (StringSize);
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 60 WSI_CB(AllocateMemory);
wsi_common.c 49 WSI_GET_CB(AllocateMemory);
271 result = wsi->AllocateMemory(chain->device, &memory_info,
367 result = wsi->AllocateMemory(chain->device, &prime_memory_info,
418 result = wsi->AllocateMemory(chain->device, &memory_info,
  /external/stressapptest/src/
sat.h 118 bool AllocateMemory();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 107 AllocateMemory (
  /external/skia/src/compute/hs/vk/bench/
main.c 799 vk(AllocateMemory(device,
804 vk(AllocateMemory(device,
809 vk(AllocateMemory(device,
814 vk(AllocateMemory(device,
    [all...]
  /external/skia/src/gpu/vk/
GrVkAMDMemoryAllocator.cpp 25 GR_COPY_FUNCTION(AllocateMemory);
  /external/skqp/src/compute/hs/vk/bench/
main.c 799 vk(AllocateMemory(device,
804 vk(AllocateMemory(device,
809 vk(AllocateMemory(device,
814 vk(AllocateMemory(device,
    [all...]
  /external/skqp/src/gpu/vk/
GrVkAMDMemoryAllocator.cpp 25 GR_COPY_FUNCTION(AllocateMemory);
  /art/tools/hiddenapi/
hiddenapi.cc 663 AllocateMemory(old_dex_.Size());
680 AllocateMemory(new_size);
759 void AllocateMemory(size_t total_size) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 70 AllocateMemory (
392 AllocateMemory ()
873 Status = AllocateMemory();
TianoCompress.c 67 AllocateMemory (
398 AllocateMemory (
939 Status = AllocateMemory ();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 80 AllocateMemory (
402 AllocateMemory ()
876 Status = AllocateMemory();
TianoCompress.c 86 AllocateMemory (
418 AllocateMemory (
952 Status = AllocateMemory ();
  /external/vboot_reference/utility/
eficompress.c 90 AllocateMemory (
412 AllocateMemory ()
886 Status = AllocateMemory();
  /external/skia/src/gpu/
GrAHardwareBufferUtils.cpp 424 err = VK_CALL(AllocateMemory(device, &allocInfo, nullptr, &memory));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 187 AllocateMemory (
1245 Status = AllocateMemory ();
  /external/webp/src/dec/
frame_dec.c 682 static int AllocateMemory(VP8Decoder* const dec) {
797 if (!AllocateMemory(dec)) return 0;
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 304 err = VK_CALL(AllocateMemory(device, &allocInfo, nullptr, &memory));
  /external/skia/tests/
VkHardwareBufferTest.cpp 478 DECLARE_VK_PROC(AllocateMemory);
566 ACQUIRE_DEVICE_VK_PROC(AllocateMemory);
765 ERRORF(reporter, "AllocateMemory failed for imported buffer, err: %d", err);
    [all...]
  /external/skqp/tests/
VkHardwareBufferTest.cpp 475 DECLARE_VK_PROC(AllocateMemory);
560 ACQUIRE_DEVICE_VK_PROC(AllocateMemory);
777 ERRORF(reporter, "AllocateMemory failed for imported buffer, err: %d", err);
    [all...]

Completed in 475 milliseconds

1 2