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

  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
compatibility.h 71 #ifndef TFLITE_CHECK_LE
72 #define TFLITE_CHECK_LE(x, y) ((x) <= (y)) ? (void)0 : abort()
quantization_util.cc 39 TFLITE_CHECK_LE(q_fixed, std::numeric_limits<int32_t>::max());
58 TFLITE_CHECK_LE(shift, 0);

Completed in 98 milliseconds