Removed duplicate statement.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 11 Mar 2018 23:22:47 +0000 (16:22 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sun, 11 Mar 2018 23:26:35 +0000 (16:26 -0700)
PiperOrigin-RevId: 188663018

tensorflow/contrib/lite/interpreter.cc

index 819782a..831cfaf 100644 (file)
@@ -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);