STT-tensorflow/tensorflow/lite/experimental/writer
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 Add custom input/output/execution_plan to SubgraphWriter. 2020-03-30 11:58:00 -07:00
enum_mapping.h Rename kTfLiteActRelu1 to kTfLiteActReluN1To1 2020-06-21 21:32:44 -07:00
option_writer_generator.cc This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor. 2020-04-07 14:38:02 -07:00
writer_lib_test.cc Add custom input/output/execution_plan to SubgraphWriter. 2020-03-30 11:58:00 -07:00
writer_lib.cc This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor. 2020-04-07 14:38:02 -07:00
writer_lib.h Add custom input/output/execution_plan to SubgraphWriter. 2020-03-30 11:58:00 -07:00
writer_test.cc Change writer_lib interface to consume Subgraph instead of Interpreter. 2020-02-27 13:39:52 -08:00
writer.cc Change writer_lib interface to consume Subgraph instead of Interpreter. 2020-02-27 13:39:52 -08:00