Remove merge conflict marker from failed merge resolution

This commit is contained in:
Mihai Maruseac 2020-09-19 18:57:03 -07:00
parent b98674e737
commit 0fde760d7e

View File

@ -46,7 +46,6 @@ inline TfLiteTensor* GetVariableInput(TfLiteContext* context,
return nullptr;
}
TfLiteTensor* tensor = &context->tensors[tensor_index];
>>>>>>> d8f8236c29 ([tflite] Test for `kTfLiteOptionalTensor` in `GetInput`.)
return (tensor->is_variable) ? tensor : nullptr;
}
inline TfLiteTensor* GetOutput(TfLiteContext* context, const TfLiteNode* node,