summaryrefslogtreecommitdiff
path: root/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp')
-rw-r--r--runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp
index b2088b277..89f81b612 100644
--- a/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp
+++ b/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp
@@ -296,10 +296,7 @@ BuiltinOpResolver::BuiltinOpResolver() {
AddBuiltin(BuiltinOperator_FILL, Register_FILL());
AddBuiltin(BuiltinOperator_MIRROR_PAD, Register_MIRROR_PAD());
- AddCustom("TensorFlowMax", nnfw::tflite::custom::Register_TensorFlowMax());
AddCustom("SquaredDifference", nnfw::tflite::custom::Register_SquaredDifference());
- AddCustom("TensorFlowSum", nnfw::tflite::custom::Register_TensorFlowSum());
- AddCustom("Abs", nnfw::tflite::custom::Register_Abs());
// TODO(andrewharp, ahentz): Move these somewhere more appropriate so that
// custom ops aren't always included by default.