Home
last modified time | relevance | path

Searched refs:simple_allocator (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h34 class simple_allocator {
36 simple_allocator() : in simple_allocator() function
41 ~simple_allocator() in ~simple_allocator()
Dbrw_vec4_live_variables.h103 const simple_allocator &alloc;
112 var_from_reg(const simple_allocator &alloc, const src_reg &reg,
126 var_from_reg(const simple_allocator &alloc, const dst_reg &reg,
Dbrw_shader.h79 brw::simple_allocator alloc;
Dbrw_ir_fs.h665 is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst) in is_coalescing_payload()
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator_test.cc129 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 …]