Add missing direct conv2d tests to dynamic fusion

* Add direct conv2d tests as a separate fixture so that we can enable
future direct conv2d specific tests
* Move Conv2dAttributes to its own file

Partially resolves COMPMID-5736

Change-Id: I530649488faf3bbed1a4fc7d16a74063bfdf33db
Signed-off-by: SiCong Li <sicong.li@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8928
Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Benchmark: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
diff --git a/filelist.json b/filelist.json
index 8be2571..ce45be5 100644
--- a/filelist.json
+++ b/filelist.json
@@ -2205,12 +2205,12 @@
       "src/dynamic_fusion/runtime/gpu/cl/ClWorkloadRuntime.cpp",
       "src/dynamic_fusion/sketch/attributes/CastAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/ClampAttributes.cpp",
+      "src/dynamic_fusion/sketch/attributes/Conv2dAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/Pool2dAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/ResizeAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/SoftmaxAttributes.cpp",
       "src/dynamic_fusion/sketch/attributes/ReshapeAttributes.cpp",
-      "src/dynamic_fusion/sketch/OperatorAttributes.cpp",
       "src/dynamic_fusion/sketch/gpu/GpuKernelArgument.cpp",
       "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGraph.cpp",
       "src/dynamic_fusion/sketch/gpu/GpuKernelComponentGroup.cpp",