Searched refs:TF_OFFSET_OF_END (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.h | 105 #define SP_TIMER_FNS_STRUCT_SIZE TF_OFFSET_OF_END(SP_TimerFns, nanoseconds) 127 TF_OFFSET_OF_END(SP_AllocatorStats, largest_free_block_bytes) 152 TF_OFFSET_OF_END(SP_DeviceMemoryBase, payload) 185 #define SP_DEVICE_STRUCT_SIZE TF_OFFSET_OF_END(SP_Device, pci_bus_id) 197 TF_OFFSET_OF_END(SE_CreateDeviceParams, device) 223 #define SP_DEVICE_FNS_STRUCT_SIZE TF_OFFSET_OF_END(SP_DeviceFns, get_gflops) 233 TF_OFFSET_OF_END(SE_CreateDeviceFnsParams, device_fns) 403 TF_OFFSET_OF_END(SP_StreamExecutor, host_callback) 413 TF_OFFSET_OF_END(SE_CreateStreamExecutorParams, stream_executor) 440 TF_OFFSET_OF_END(SP_Platform, supports_unified_memory) [all …]
|
/external/tensorflow/tensorflow/c/ |
D | c_api_macros.h | 41 #ifndef TF_OFFSET_OF_END 42 #define TF_OFFSET_OF_END(TYPE, MEMBER) \ macro
|
D | tf_tensor.h | 57 TF_OFFSET_OF_END(TF_AllocatorAttributes, on_host)
|