aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/interpreter.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-11 16:22:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-11 16:26:35 -0700
commit4c2d2872f9ac45d0f68d48d19df9d87289dd7248 (patch)
treef413d109c7583695c9ea4e04dc92290b68d8023e /tensorflow/contrib/lite/interpreter.cc
parent94e4ea20d9c1c780208d54d415cf3c318442ca18 (diff)
Removed duplicate statement.
PiperOrigin-RevId: 188663018
Diffstat (limited to 'tensorflow/contrib/lite/interpreter.cc')
-rw-r--r--tensorflow/contrib/lite/interpreter.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/interpreter.cc b/tensorflow/contrib/lite/interpreter.cc
index 819782a3c6..831cfafeae 100644
--- a/tensorflow/contrib/lite/interpreter.cc
+++ b/tensorflow/contrib/lite/interpreter.cc
@@ -171,9 +171,6 @@ TfLiteStatus Interpreter::ReplaceSubgraphsWithDelegateKernels(
// Annotate the registration as DELEGATE op.
registration.builtin_code = BuiltinOperator_DELEGATE;
- // Annotate the registration as DELEGATE op.
- registration.builtin_code = BuiltinOperator_DELEGATE;
-
// Analyze the graph to find all independent subgraphs that are either
// fully not-this-delegate or this-delegate computation.
InterpreterInfo info(this);