Searched refs:TFLITE_CHECK_EQ (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | compatibility.h | 55 #ifndef TFLITE_CHECK_EQ 56 #define TFLITE_CHECK_EQ(x, y) ((x) == (y)) ? (void)0 : TFLITE_ABORT macro
|
D | quantization_util.h | 43 TFLITE_CHECK_EQ(rmin, 0.); in ChooseQuantizationParams() 44 TFLITE_CHECK_EQ(rmax, 0.); in ChooseQuantizationParams()
|
D | strided_slice_logic.h | 40 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()
|
D | quantization_util.cc | 99 TFLITE_CHECK_EQ(8, sizeof(double)); in IntegerFrExp()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mean.h | 30 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test.cc | 1130 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/ |
D | neon_tensor_utils.cc | 814 TFLITE_CHECK_EQ((intptr_t)(&vector[0]) & (kWeightsPerUint32 - 1), 0); in NeonVectorScalarMultiply()
|
D | optimized_ops.h | 1927 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 822 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()
|
D | reference_ops.h | 3612 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean() 3657 TFLITE_CHECK_EQ(unextended_input_shape.DimensionsCount(), 4); in Mean()
|