STT-tensorflow/tensorflow/lite/core/api
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
..
BUILD Split individual builtin op parsing into their own helper functions. 2020-06-05 10:50:32 -07:00
error_reporter_test.cc Optionally strip error message strings to reduce binary size 2020-02-12 11:31:53 -08:00
error_reporter.cc Migrate TensorFlow Lite out of tensorflow/contrib 2018-10-31 14:20:28 -07:00
error_reporter.h Fix error reporter macro to allow passing a reference to error reporter. 2020-04-16 11:57:43 -07:00
flatbuffer_conversions_test.cc Add parameter to BuiltinDataAllocator::Allocate for requesting alignment. 2020-04-22 15:05:46 -07:00
flatbuffer_conversions.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
flatbuffer_conversions.h Separate out parse functionality into helper functions. 2020-06-08 22:54:05 -07:00
op_resolver_test.cc Allow unresolved custom ops in InterpreterBuilder, to be resolved by delegates later. 2019-06-04 15:58:46 -07:00
op_resolver.cc include-what-you-use for lite/core/api:api 2020-05-15 16:04:04 -07:00
op_resolver.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
profiler.h 1. Add a new event type for general tflite runtime instrumentation, and allow a Profiler to choose which event type it will record. 2020-05-28 06:17:22 -07:00
tensor_utils.cc include-what-you-use for lite/core/api:api 2020-05-15 16:04:04 -07:00
tensor_utils.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00