diff --git a/tensorflow/lite/kernels/internal/reference/div.h b/tensorflow/lite/kernels/internal/reference/div.h index f1ba1ecbda5..bdd3eccde47 100644 --- a/tensorflow/lite/kernels/internal/reference/div.h +++ b/tensorflow/lite/kernels/internal/reference/div.h @@ -64,7 +64,6 @@ inline void Div(const ArithmeticParams& params, const RuntimeShape& output_shape, uint8* output_data) { TFLITE_DCHECK_LE(params.quantized_activation_min, params.quantized_activation_max); - ruy::profiler::ScopeLabel label("Div/8bit"); const int flat_size = MatchingElementsSize(input1_shape, input2_shape, output_shape); diff --git a/tensorflow/lite/kernels/internal/reference/reference_ops.h b/tensorflow/lite/kernels/internal/reference/reference_ops.h index 62f79e8e119..0b7044076a0 100644 --- a/tensorflow/lite/kernels/internal/reference/reference_ops.h +++ b/tensorflow/lite/kernels/internal/reference/reference_ops.h @@ -25,7 +25,6 @@ limitations under the License. #include <limits> #include <memory> #include <type_traits> -#include <vector> #include "third_party/eigen3/Eigen/Core" #include "fixedpoint/fixedpoint.h"