STT-tensorflow/tensorflow/lite/micro/kernels
Jae H. Yoo f24d25d860 Rename kTfLiteActRelu1 to kTfLiteActReluN1To1
This CL renames `kTfLiteActRelu1` to `kTfLiteActReluN1To1` because it has minimum clipping at -1, not 0. Also, This CL finishes renaming because TFLite already uses `kTfLiteBuiltinReluN1To1`, `ActivationFunctionType_RELU_N1_TO_1` for this op.

PiperOrigin-RevId: 317589358
Change-Id: I2424104da45234346749b3921d563e9161e809cc
2020-06-21 21:32:44 -07:00
..
arc_mli Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
cmsis-nn Merge pull request #38861 from mansnils:update_mve_flag 2020-06-17 16:52:02 -07:00
ethos-u PR #38345: TFLu: Add ethos-u55 kernel 2020-06-05 12:21:45 -07:00
portable_optimized Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00
xtensa_hifi Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
xtensa_hifimini_legacy Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
activation_utils.h Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
activations_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
activations.cc Initialize static TfLiteRegistration objects at compilation time. 2020-04-01 14:23:28 -07:00
add_test.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
add.cc Log the human-readable name of current types in "not supported" messages. 2020-04-06 13:35:19 -07:00
arg_min_max_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
arg_min_max.cc Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00
BUILD Refactor custom op resolver classes out of the MicroInterpreter test. 2020-06-09 14:51:22 -07:00
ceil_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
ceil.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
circular_buffer_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
circular_buffer.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
comparisons_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
comparisons.cc Log the human-readable name of current types in "not supported" messages. 2020-04-06 13:35:19 -07:00
concatenation_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
concatenation.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
conv_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
conv.cc Use persistent buffer in conv and xtensa_hifimini/conv. 2020-05-04 15:20:24 -07:00
depthwise_conv_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
depthwise_conv.cc Use persistent buffer in depthwise_conv and xtensa_hifimini/depthwise_conv. 2020-05-04 15:40:41 -07:00
dequantize_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
dequantize.cc Add APIs to enable selective registration of the builtin parse function. 2020-06-05 13:13:27 -07:00
elementwise_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
elementwise.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
ethosu.cc PR #38345: TFLu: Add ethos-u55 kernel 2020-06-05 12:21:45 -07:00
floor_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
floor.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
fully_connected_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
fully_connected.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
l2norm_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
l2norm.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
logical_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
logical.cc Initialize static TfLiteRegistration objects at compilation time. 2020-04-01 14:23:28 -07:00
logistic_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
logistic.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
maximum_minimum_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
maximum_minimum.cc Initialize static TfLiteRegistration objects at compilation time. 2020-04-01 14:23:28 -07:00
micro_ops.h Added TANH op and test to micro 2020-05-05 13:24:53 +03:00
micro_utils.h
mul_test.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
mul.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
neg_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
neg.cc Log the human-readable name of current types in "not supported" messages. 2020-04-06 13:35:19 -07:00
pack_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
pack.cc Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00
pad_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
pad.cc Initialize static TfLiteRegistration objects at compilation time. 2020-04-01 14:23:28 -07:00
pooling_test.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
pooling.cc Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00
prelu_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
prelu.cc Fix bugs in quantized PRELU operations. 2020-05-27 11:24:17 -07:00
quantization_util_test.cc Moved TensorFlow Lite Micro out of experimental folder 2019-12-09 11:43:28 -08:00
quantize_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
quantize.cc Add Int8 -> Int8 requantize operation. 2020-05-29 12:34:09 -07:00
reduce_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
reduce.cc Initialize static TfLiteRegistration objects at compilation time. 2020-04-01 14:23:28 -07:00
reshape_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
reshape.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
resize_nearest_neighbor_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
resize_nearest_neighbor.cc Redo:Adds support for half_pixel_centers & align_corners in TFLite's resizeNN kernel. 2020-04-27 16:08:02 -07:00
round_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
round.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
softmax_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
softmax.cc Add APIs to enable selective registration of the builtin parse function. 2020-06-05 13:13:27 -07:00
split_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
split.cc Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00
strided_slice_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
strided_slice.cc Log the human-readable name of current types in "not supported" messages. 2020-04-06 13:35:19 -07:00
sub_test.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
sub.cc Log the human-readable name of current types in "not supported" messages. 2020-04-06 13:35:19 -07:00
svdf_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
svdf.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
tanh_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
tanh.cc Audit and improve TfLiteType checks in kernels 2020-06-16 11:31:02 -07:00
unpack_test.cc Remove TF Micro tests that use the "name" field in TfLiteTensor. 2020-06-11 16:42:03 -07:00
unpack.cc Remove empty Init, Free, and Prepare functions. 2020-04-01 16:26:04 -07:00