Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h67 #ifndef TFLITE_CHECK_GT
68 #define TFLITE_CHECK_GT(x, y) ((x) > (y)) ? (void)0 : TFLITE_ABORT macro
Dquantization_util.cc81 TFLITE_CHECK_GT(double_multiplier, 1.); in QuantizeMultiplierGreaterThanOne()
90 TFLITE_CHECK_GT(double_multiplier, 0.); in QuantizeMultiplierSmallerThanOneExp()