STT-tensorflow/tensorflow/lite/delegates/gpu/common
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
..
default Employ tf_platform_alias for TFLite GPU custom_parsers. 2020-04-15 15:30:19 -07:00
memory_management TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
testing GPU delegate: Add Android to tflite_extra_gles_deps, instead of manually linking against system libraries for EGL and GLESv3. 2020-05-22 12:28:43 -07:00
transformations Removed fuse add to conv transformation. This transformation incorrect for border elements, when used Zero clamping. 2020-06-16 19:59:45 -07:00
access_type.h
BUILD Remove dependency from delegates/gpu to micro. 2020-06-09 12:24:12 -07:00
convert.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
convert.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
custom_parsers.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
data_type.cc DataType utility function moved from cl/kernels/util to data_type. 2019-09-30 16:08:10 -07:00
data_type.h DataType utility function moved from cl/kernels/util to data_type. 2019-09-30 16:08:10 -07:00
gpu_info.cc TFLite GPU Delegate: Extract GpuInfo structure into separate translation module. 2019-08-08 20:16:54 -07:00
gpu_info.h Get the TFLite Vulkan backend to work on iOS and macOS with MoltenVK. 2020-03-31 10:31:13 -07:00
memory_management_test.cc Create template version of AssignObjectsToTensors. 2019-09-11 18:24:58 -07:00
memory_management.cc TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
memory_management.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
model_builder_helper.cc TFLite GPU: Expand how an HWC tensor is read. 2020-05-29 12:41:07 -07:00
model_builder_helper.h Delete duplicate definition of DequantizeConstantTensor in model_builder.cc: it already exists in model_builder_helper.h. It was not generating a compiler error for multiple definition because this is a function template. 2020-06-02 10:54:19 -07:00
model_builder_test.cc Rectifies delegation of DEQUANTIZE nodes in fp16 graphs. Only those dequant nodes which are consumed in the first delegated partition are now selected. 2020-06-03 16:41:38 -07:00
model_builder.cc Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
model_builder.h Add an option in GPU delegate to parameterize the #partitions to delegate. The default value of this parameter is 1, same w/ the current behavior. 2020-04-22 04:14:00 -07:00
model_test.cc Convert template classes to simple classes: 2020-04-16 14:54:32 -07:00
model_transformer.cc
model_transformer.h
model.cc Convert template classes to simple classes: 2020-04-16 14:54:32 -07:00
model.h Convert template classes to simple classes: 2020-04-16 14:54:32 -07:00
object_reader.cc Convert template classes to simple classes: 2020-04-16 14:54:32 -07:00
object_reader.h Convert template classes to simple classes: 2020-04-16 14:54:32 -07:00
operations.cc Added new attributes for 3D operations. 2020-05-22 19:21:36 -07:00
operations.h Added HWC tensor to possible arguments of TensorOrScalar. 2020-06-02 15:21:27 -07:00
quantization_util_test.cc Remove dependency from delegates/gpu to micro. 2020-06-09 12:24:12 -07:00
quantization_util.cc Move DequantizeInputs and QuantizeOutputs into common utility 2020-06-01 01:19:31 -07:00
quantization_util.h Move DequantizeInputs and QuantizeOutputs into common utility 2020-06-01 01:19:31 -07:00
shape_test.cc Added HasAxis method and free functions for Layout/Shape/StrongShape. 2020-01-28 13:06:26 -08:00
shape.cc Added HasAxis method and free functions for Layout/Shape/StrongShape. 2020-01-28 13:06:26 -08:00
shape.h Added HasAxis method and free functions for Layout/Shape/StrongShape. 2020-01-28 13:06:26 -08:00
status.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00
tensor.h Added Padding3D and Pooling3DAttributes. 2020-01-06 13:49:14 -08:00
types.h
util_test.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
util.h Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
winograd_util.cc Winograd utils moved from cl to common. 2020-03-24 13:39:12 -07:00
winograd_util.h Winograd utils moved from cl to common. 2020-03-24 13:39:12 -07:00
workgroup_selection.cc Rename IntegralDivideRoundUp to DivideRoundUp. 2020-04-20 12:06:03 -07:00
workgroup_selection.h TFLite GPU: Replace tflite::gpu::Status with absl::Status. 2020-03-24 12:26:00 -07:00