Home
last modified time | relevance | path

Searched refs:TFLITE_DCHECK_LE (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dadd.h34 TFLITE_DCHECK_LE(params.input1_offset, int8_max_value); in AddElementwise()
35 TFLITE_DCHECK_LE(params.input2_offset, int8_max_value); in AddElementwise()
64 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
72 TFLITE_DCHECK_LE(params.input1_offset, int8_max_value); in Add()
73 TFLITE_DCHECK_LE(params.input2_offset, int8_max_value); in Add()
Dpooling.h27 TFLITE_DCHECK_LE(params.quantized_activation_min, in AveragePool()
84 TFLITE_DCHECK_LE(params.quantized_activation_min, in MaxPool()
88 TFLITE_DCHECK_LE(params.quantized_activation_max, in MaxPool()
Dfully_connected.h40 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
44 TFLITE_DCHECK_LE(output_depth, filter_shape.Dims(filter_dim_count - 2)); in FullyConnected()
Dmul.h46 TFLITE_DCHECK_LE(params.quantized_activation_min, in Mul()
64 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Mul()
Dconv.h46 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in ConvPerChannel()
Ddepthwise_conv.h49 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in DepthwiseConvPerChannel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h228 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Conv()
295 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in DepthToSpace()
296 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in DepthToSpace()
348 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in SpaceToDepth()
349 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in SpaceToDepth()
637 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
653 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
663 TFLITE_DCHECK_LE(input1_shift, 0); in Add()
664 TFLITE_DCHECK_LE(params.input2_shift, 0); in Add()
972 TFLITE_DCHECK_LE(unextended_input1_shape.DimensionsCount(), 4); in BroadcastMul4DSlow()
[all …]
Dfully_connected.h82 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
129 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
180 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in ShuffledFullyConnected()
Ddepthwiseconv_uint8.h117 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Run()
Dlegacy_reference_ops.h1179 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Add()
1235 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in BroadcastAdd()
1302 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in BroadcastAddFivefold()
1356 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Add()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcompatibility.h42 #ifndef TFLITE_DCHECK_LE
43 #define TFLITE_DCHECK_LE(x, y) ((x) <= (y)) ? (void)0 : TFLITE_ASSERT_FALSE macro
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1242 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
2397 TFLITE_DCHECK_LE(input_zero_point, 255); in Conv()
2406 TFLITE_DCHECK_LE(input_zero_point, 255); in Conv()
2477 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in DepthToSpace()
2478 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in DepthToSpace()
2518 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in SpaceToDepth()
2519 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in SpaceToDepth()
2875 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
2893 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
2903 TFLITE_DCHECK_LE(input1_shift, 0); in Add()
[all …]
Ddepthwiseconv_uint8_3x3_filter.h3291 TFLITE_DCHECK_LE(
3799 TFLITE_DCHECK_LE(input_offset, 0);
4428 TFLITE_DCHECK_LE(
4743 TFLITE_DCHECK_LE(
5604 TFLITE_DCHECK_LE(block_height, 2);
5654 TFLITE_DCHECK_LE(output_width * stride_val, 4);
5796 TFLITE_DCHECK_LE(output_width * stride_val, 4);
6633 TFLITE_DCHECK_LE(output_width, 2);
6635 TFLITE_DCHECK_LE(output_width * stride_val, 4);
6842 TFLITE_DCHECK_LE(output_width, 2);
[all …]
Ddepthwiseconv_uint8_transitional.h118 TFLITE_DCHECK_LE(input_offset, 0);
189 TFLITE_DCHECK_LE(input_offset, 0);
289 TFLITE_DCHECK_LE(input_offset, 0);
412 TFLITE_DCHECK_LE(max_padding, 1);
606 TFLITE_DCHECK_LE(max_padding, 1);
674 TFLITE_DCHECK_LE(
956 TFLITE_DCHECK_LE(
1719 TFLITE_DCHECK_LE(
2038 TFLITE_DCHECK_LE(
2378 TFLITE_DCHECK_LE(output_width * stride_val, 4);
[all …]
Ddepthwiseconv_float.h930 TFLITE_DCHECK_LE(kOutputPixelsInAccBuffer * output_depth,
932 TFLITE_DCHECK_LE(kAccBufferActualSize, kAccBufferMaxSize);
Dlegacy_optimized_ops.h959 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Add()
1028 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in BroadcastAdd()
1067 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in BroadcastAddFivefold()
1122 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in Add()
Ddepthwiseconv_uint8.h1699 TFLITE_DCHECK_LE(kOutputPixelsInAccBuffer * output_depth,
1701 TFLITE_DCHECK_LE(kAccBufferActualSize, kAccBufferMaxSize);
1970 TFLITE_DCHECK_LE(output_activation_min, output_activation_max);
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1250 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in FullyConnected()
2394 TFLITE_DCHECK_LE(input_zero_point, 255); in Conv()
2403 TFLITE_DCHECK_LE(input_zero_point, 255); in Conv()
2645 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in DepthToSpace()
2646 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in DepthToSpace()
2686 TFLITE_DCHECK_LE(unextended_input_shape.DimensionsCount(), 4); in SpaceToDepth()
2687 TFLITE_DCHECK_LE(unextended_output_shape.DimensionsCount(), 4); in SpaceToDepth()
2988 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
3006 TFLITE_DCHECK_LE(params.quantized_activation_min, in Add()
3016 TFLITE_DCHECK_LE(input1_shift, 0); in Add()
[all …]
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc117 TFLITE_DCHECK_LE(output_activation_min, output_activation_max); in DepthwiseConvOptimizedForFilterWidthEight()