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

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
compatibility.h 75 #ifndef TFLITE_CHECK_LT
76 #define TFLITE_CHECK_LT(x, y) ((x) < (y)) ? (void)0 : abort()
quantization_util.cc 54 TFLITE_CHECK_LT(double_multiplier, 1.);

Completed in 71 milliseconds