HomeSort by relevance Sort by last modified time
    Searched defs:TF_PREDICT_FALSE (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/
macros.h 75 #define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
78 #define TF_PREDICT_FALSE(x) (x)
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.h 37 #define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
40 #define TF_PREDICT_FALSE(x) (x)
95 if (TF_PREDICT_FALSE(VLOG_IS_ON(lvl))) \

Completed in 1013 milliseconds