Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_GE (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcompatibility.h63 #ifndef TFLITE_CHECK_GE
64 #define TFLITE_CHECK_GE(x, y) ((x) >= (y)) ? (void)0 : TFLITE_ABORT macro
A Dquantization_util.h40 TFLITE_CHECK_GE(rmax, 0.); in ChooseQuantizationParams()
91 TFLITE_CHECK_GE(nudged_zero_point, qmin); in ChooseQuantizationParams()
A Dstrided_slice_logic.h40 TFLITE_CHECK_GE(dim_count, p->start_indices_count); in StridedSlicePadIndices()
A Dquantization_util.cc98 TFLITE_CHECK_GE(*left_shift, 0); in QuantizeMultiplierGreaterThanOne()
A Dtypes.h308 TFLITE_CHECK_GE(new_shape_size, shape.DimensionsCount()); in RuntimeShape()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dsqueeze.cc75 TFLITE_CHECK_GE(output_dims->data[out_idx++], input_dims->data[in_idx]); in Prepare()

Completed in 13 milliseconds