Home
last modified time | relevance | path

Searched refs:TFLITE_CHECK_EQ (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h55 #ifndef TFLITE_CHECK_EQ
56 #define TFLITE_CHECK_EQ(x, y) ((x) == (y)) ? (void)0 : TFLITE_ABORT macro
Dquantization_util.h43 TFLITE_CHECK_EQ(rmin, 0.); in ChooseQuantizationParams()
44 TFLITE_CHECK_EQ(rmax, 0.); in ChooseQuantizationParams()
Dstrided_slice_logic.h40 TFLITE_CHECK_EQ(p->start_indices_count, p->stop_indices_count); in StridedSlicePadIndices()
41 TFLITE_CHECK_EQ(p->stop_indices_count, p->strides_count); in StridedSlicePadIndices()
Dquantization_util.cc99 TFLITE_CHECK_EQ(8, sizeof(double)); in IntegerFrExp()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmean.h30 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc1130 TFLITE_CHECK_EQ(reg->builtin_code, tflite::BuiltinOperator_CUSTOM); in SimpleDelegate()
1131 TFLITE_CHECK_EQ(strcmp(reg->custom_name, "my_add"), 0); in SimpleDelegate()
1141 TFLITE_CHECK_EQ(exec_index, node_index); in SimpleDelegate()
1145 TFLITE_CHECK_EQ(reg->builtin_code, tflite::BuiltinOperator_CUSTOM); in SimpleDelegate()
1146 TFLITE_CHECK_EQ(strcmp(reg->custom_name, "my_add"), 0); in SimpleDelegate()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc814 TFLITE_CHECK_EQ((intptr_t)(&vector[0]) & (kWeightsPerUint32 - 1), 0); in NeonVectorScalarMultiply()
Doptimized_ops.h1927 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h822 TFLITE_CHECK_EQ(p->start_indices_count, p->stop_indices_count); in StridedSliceReverseIndices()
823 TFLITE_CHECK_EQ(p->stop_indices_count, p->strides_count); in StridedSliceReverseIndices()
Dreference_ops.h3612 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
3657 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()