Home
last modified time | relevance | path

Searched defs:SP_StreamExecutor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h235 typedef struct SP_StreamExecutor { struct
236 size_t struct_size;
237 void* ext; // reserved for future use
245 void (*allocate)(const SP_Device* device, uint64_t size, int64_t memory_space,
250 void (*deallocate)(const SP_Device* device, SP_DeviceMemoryBase* memory);
255 void* (*host_memory_allocate)(const SP_Device* device, uint64_t size);
258 void (*host_memory_deallocate)(const SP_Device* device, void* mem);
263 void* (*unified_memory_allocate)(const SP_Device* device, uint64_t bytes);
269 void (*unified_memory_deallocate)(const SP_Device* device, void* location);
273 TF_Bool (*get_allocator_stats)(const SP_Device* device,
[all …]