HomeSort by relevance Sort by last modified time
    Searched refs:IS_MOBILE_PLATFORM (Results 1 - 20 of 20) sorted by null

  /external/tensorflow/tensorflow/core/platform/
platform.h 19 // Set one PLATFORM_* macro and set IS_MOBILE_PLATFORM if the platform is for
29 #define IS_MOBILE_PLATFORM
35 #define IS_MOBILE_PLATFORM
37 #define IS_MOBILE_PLATFORM
49 #define IS_MOBILE_PLATFORM
denormal.cc 31 #if defined(PLATFORM_IS_X86) && !defined(IS_MOBILE_PLATFORM) && \
stacktrace_handler.cc 18 #if !defined(PLATFORM_GOOGLE) && !defined(IS_MOBILE_PLATFORM) && \
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_abs.cc 21 #if !defined(IS_MOBILE_PLATFORM)
concat_lib_cpu.cc 77 #if defined(IS_MOBILE_PLATFORM) && !defined(SUPPORT_SELECTIVE_REGISTRATION) && \
83 #endif // defined(IS_MOBILE_PLATFORM) &&
pack_op.cc 143 #if defined(IS_MOBILE_PLATFORM) && !defined(SUPPORT_SELECTIVE_REGISTRATION)
146 #endif // defined(IS_MOBILE_PLATFORM) &&
lrn_op.cc 29 #if !defined(IS_MOBILE_PLATFORM)
83 #if defined(IS_MOBILE_PLATFORM)
303 #if !defined(IS_MOBILE_PLATFORM)
526 #endif // !defined(IS_MOBILE_PLATFORM)
conv_ops_using_gemm.cc 199 #if defined(__APPLE__) && defined(IS_MOBILE_PLATFORM)
conv_ops_fused.cc 51 #if defined(__APPLE__) && defined(IS_MOBILE_PLATFORM)
82 #if defined(__APPLE__) && defined(IS_MOBILE_PLATFORM)
    [all...]
example_parsing_ops.cc 663 #ifndef IS_MOBILE_PLATFORM
mkl_lrn_op.cc 37 #if !defined(IS_MOBILE_PLATFORM)
    [all...]
  /external/tensorflow/tensorflow/core/lib/monitoring/
sampler.cc 21 #ifdef IS_MOBILE_PLATFORM
112 #endif // IS_MOBILE_PLATFORM
counter.h 22 #ifdef IS_MOBILE_PLATFORM
174 #endif // IS_MOBILE_PLATFORM
sampler.h 22 #ifdef IS_MOBILE_PLATFORM
217 #endif // IS_MOBILE_PLATFORM
gauge.h 22 #ifdef IS_MOBILE_PLATFORM
243 #endif // IS_MOBILE_PLATFORM
  /external/tensorflow/tensorflow/core/platform/default/
stacktrace.h 20 #if !defined(IS_MOBILE_PLATFORM) && defined(PLATFORM_POSIX) && \
logging.h 79 #ifdef IS_MOBILE_PLATFORM
  /external/tensorflow/tensorflow/core/common_runtime/
graph_execution_state.cc 43 #ifndef IS_MOBILE_PLATFORM
48 #endif // IS_MOBILE_PLATFORM
282 #ifndef IS_MOBILE_PLATFORM
376 #endif // IS_MOBILE_PLATFORM
  /external/tensorflow/tensorflow/core/framework/
register_types.h 55 #if !defined(IS_MOBILE_PLATFORM) || defined(SUPPORT_SELECTIVE_REGISTRATION) || \
120 #else // defined(IS_MOBILE_PLATFORM) && !defined(__ANDROID_TYPES_FULL__)
150 #endif // defined(IS_MOBILE_PLATFORM) - end of TF_CALL_type defines
types.h 269 #if !defined(IS_MOBILE_PLATFORM) || defined(SUPPORT_SELECTIVE_REGISTRATION)
326 #else // defined(IS_MOBILE_PLATFORM) && !defined(__ANDROID_TYPES_FULL__)
346 #endif // defined(IS_MOBILE_PLATFORM)

Completed in 1331 milliseconds