Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_LT (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h75 #ifndef TFLITE_CHECK_LT
76 #define TFLITE_CHECK_LT(x, y) ((x) < (y)) ? (void)0 : TFLITE_ABORT macro
Dquantization_util.cc89 TFLITE_CHECK_LT(double_multiplier, 1.); in QuantizeMultiplierSmallerThanOneExp()