Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h51 #ifndef TFLITE_CHECK
52 #define TFLITE_CHECK(condition) (condition) ? (void)0 : TFLITE_ABORT macro
Dtypes.h161 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in RuntimeShape()
188 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in RuntimeShape()
205 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in ~RuntimeShape()
240 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in Resize()
248 TFLITE_CHECK(false && "No shape resizing supported on this platform"); in Resize()
Dquantization_util.cc70 TFLITE_CHECK(q_fixed <= (1ll << 31)); in QuantizeMultiplier()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa/
Dfixedpoint_utils.h108 TFLITE_CHECK(q_fixed <= (1 << 23)); in QuantizeMultiplierForInt24()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmean.h46 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h42 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in MeanImpl()
198 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in Mean()
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable.cc45 TFLITE_CHECK(buffer != nullptr); in InitHashtable()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreduce.h241 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in Mean()
285 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in Mean()
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h329 TFLITE_CHECK(false && "No shape resizing supported on this platform");
368 TFLITE_CHECK(false && "No shape resizing supported on this platform");
403 TFLITE_CHECK(false && "No shape resizing supported on this platform");
411 TFLITE_CHECK(false && "No shape resizing supported on this platform");
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder.cc40 TFLITE_CHECK(buffer != nullptr); in Init()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h987 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in MeanImpl()
1148 TFLITE_CHECK((op_params.axis[0] == 1 && op_params.axis[1] == 2) || in Mean()