From 78e76912f0758c60e83922098231645efc02d8d6 Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Thu, 6 May 2021 10:05:22 +0100 Subject: Remove TODOs Remove TODO/FIXME either already done or won't do. Partially resolve: COMPMID-4471 Signed-off-by: Sheri Zhang Change-Id: Iec8f25b9bf1b2a70c072dd17d44625fa93e84ed1 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5591 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Georgios Pinitas --- src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp') diff --git a/src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp b/src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp index 5f5304cded..039714abb1 100644 --- a/src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp +++ b/src/runtime/cpu/operators/CpuDepthwiseConvolutionAssemblyDispatch.cpp @@ -459,7 +459,6 @@ bool CpuDepthwiseConvolutionAssemblyDispatch::is_optimized_supported(const ITens } // Check data type - // TODO (COMPMID-3004): Add assembly optimized routine for QASYMM8_SIGNED NEDepthwiseConvolutionLayer const DataType input_type = input->data_type(); const bool is_input_type_valid = is_data_type_float(input_type) || input_type == DataType::QASYMM8; const DataType weights_type = weights->data_type(); -- cgit v1.2.1