Home
last modified time | relevance | path

Searched refs:PLATFORM_POSIX_ANDROID (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/
Dplatform.h20 !defined(PLATFORM_POSIX_ANDROID) && !defined(PLATFORM_GOOGLE_ANDROID) && \
25 #define PLATFORM_POSIX_ANDROID macro
Ddso_loader.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
/external/tensorflow/tensorflow/core/platform/
Dplatform.h23 !defined(PLATFORM_POSIX_ANDROID) && !defined(PLATFORM_GOOGLE_ANDROID) && \
28 #define PLATFORM_POSIX_ANDROID macro
Dpng.h24 defined(PLATFORM_POSIX_ANDROID) || defined(IS_MOBILE_PLATFORM)
Dunbounded_work_queue.h26 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dnotification.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dcasts.h23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Ddynamic_annotations.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dstacktrace.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dsubprocess.h63 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dtypes.h28 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dmutex.h31 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
307 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc22 #if !defined(PLATFORM_POSIX_ANDROID)
29 #if defined(PLATFORM_POSIX_ANDROID)
490 #ifdef PLATFORM_POSIX_ANDROID in Send()