Searched refs:simple_allocator (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_ir_allocator.h | 34 class simple_allocator { 36 simple_allocator() : in simple_allocator() function 41 ~simple_allocator() in ~simple_allocator()
|
D | brw_vec4_live_variables.h | 103 const simple_allocator &alloc; 112 var_from_reg(const simple_allocator &alloc, const src_reg ®, 126 var_from_reg(const simple_allocator &alloc, const dst_reg ®,
|
D | brw_shader.h | 79 brw::simple_allocator alloc;
|
D | brw_ir_fs.h | 665 is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst) in is_coalescing_payload()
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_allocator_test.cc | 129 tflite::SimpleMemoryAllocator* simple_allocator = in TF_LITE_MICRO_TEST() local 141 simple_allocator, /*allocate_temp=*/false, *tensor, buffers, in TF_LITE_MICRO_TEST() 150 simple_allocator->~SimpleMemoryAllocator(); in TF_LITE_MICRO_TEST() 159 tflite::SimpleMemoryAllocator* simple_allocator = in TF_LITE_MICRO_TEST() local 170 simple_allocator, /*allocate_temp=*/true, *tensor, buffers, in TF_LITE_MICRO_TEST() 181 simple_allocator->~SimpleMemoryAllocator(); in TF_LITE_MICRO_TEST() 187 tflite::SimpleMemoryAllocator* simple_allocator = in TF_LITE_MICRO_TEST() local 200 simple_allocator, /*allocate_temp=*/false, *tensor, buffers, in TF_LITE_MICRO_TEST() 209 simple_allocator->~SimpleMemoryAllocator(); in TF_LITE_MICRO_TEST() 215 tflite::SimpleMemoryAllocator* simple_allocator = in TF_LITE_MICRO_TEST() local [all …]
|