Home
last modified time | relevance | path

Searched refs:SE_MUST_USE_RESULT (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h225 bool HostMemoryRegister(void *location, uint64 size) SE_MUST_USE_RESULT;
229 bool HostMemoryUnregister(void *location) SE_MUST_USE_RESULT;
233 bool SynchronizeAllActivity() SE_MUST_USE_RESULT;
238 uint64 size) SE_MUST_USE_RESULT;
243 uint64 size) SE_MUST_USE_RESULT;
250 uint64 size) SE_MUST_USE_RESULT;
257 uint64 size) SE_MUST_USE_RESULT;
293 uint64 size) SE_MUST_USE_RESULT;
299 uint64 size) SE_MUST_USE_RESULT;
/external/tensorflow/tensorflow/stream_executor/platform/
Dport.h45 #define SE_MUST_USE_RESULT TF_MUST_USE_RESULT macro