Skip to content

Commit 728ac00

Browse files
Use header file rather than duplicating the declaration of Register_QUANTIZE.
PiperOrigin-RevId: 412036820
1 parent 8285eaf commit 728ac00

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tensorflow_lite_support/cc/test/task/text/nlclassifier/nl_classifier_test_utils.cc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,11 @@ limitations under the License.
1515

1616
#include "tensorflow_lite_support/cc/test/task/text/nlclassifier/nl_classifier_test_utils.h"
1717

18+
#include "tensorflow/lite/kernels/builtin_op_kernels.h"
1819
#include "tensorflow/lite/kernels/kernel_util.h"
1920
#include "tensorflow/lite/string_util.h"
2021
#include "tensorflow_lite_support/cc/task/core/task_utils.h"
2122

22-
namespace tflite {
23-
namespace ops {
24-
namespace builtin {
25-
26-
TfLiteRegistration* Register_QUANTIZE();
27-
28-
} // namespace builtin
29-
} // namespace ops
30-
} // namespace tflite
31-
3223
namespace tflite {
3324
namespace ops {
3425
namespace custom {

0 commit comments

Comments
 (0)