Home
last modified time | relevance | path

Searched refs:PLATFORM_POSIX (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dplatform.h22 #if !defined(PLATFORM_POSIX) && !defined(PLATFORM_GOOGLE) && \
32 #define PLATFORM_POSIX macro
44 #define PLATFORM_POSIX macro
54 #define PLATFORM_POSIX macro
Dstacktrace.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dthread_annotations.h23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Derror.h21 #if defined(PLATFORM_GOOGLE) || defined(PLATFORM_POSIX) || \
Ddynamic_annotations.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dnotification.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Djpeg.h23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_WINDOWS) || \
Dgif.h23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_WINDOWS) || \
Dpng.h23 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_WINDOWS) || \
Dmutex.h29 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dsubprocess.h61 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dtypes.h27 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
Dstacktrace_handler.cc19 defined(PLATFORM_POSIX) && (defined(__clang__) || defined(__GNUC__))
/external/tensorflow/tensorflow/stream_executor/platform/
Dplatform.h19 #if !defined(PLATFORM_POSIX) && !defined(PLATFORM_GOOGLE) && \
27 #define PLATFORM_POSIX macro
31 #define PLATFORM_POSIX macro
Ddso_loader.h24 #elif defined(PLATFORM_POSIX) || defined(PLATFORM_POSIX_ANDROID) || \
/external/tensorflow/tensorflow/core/platform/posix/
Denv_time.cc39 #if defined(PLATFORM_POSIX) || defined(__ANDROID__)
Denv.cc180 #if defined(PLATFORM_POSIX) || defined(__ANDROID__)
/external/tensorflow/tensorflow/core/platform/default/
Dstacktrace.h21 defined(PLATFORM_POSIX) && (defined(__clang__) || defined(__GNUC__))
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc344 #if defined(PLATFORM_GOOGLE) || defined(PLATFORM_POSIX) && \ in FastMemcpy()