Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.h463 typedef struct SP_PlatformFns { struct
464 size_t struct_size;
466 void* ext; // reserved for future use
469 void (*get_device_count)(const SP_Platform* platform, int* device_count,
472 void (*create_device)(const SP_Platform* platform,
477 void (*destroy_device)(const SP_Platform* platform, SP_Device* device);
480 void (*create_device_fns)(const SP_Platform* platform,
504 } SP_PlatformFns; argument
H A Dstream_executor.cc661 void (*destroy_platform_fns)(SP_PlatformFns*), in CPlatform()