Geometry Nodes strives to reduce template usage in code, to use it only for extremely important loops or for template math processing on attributes. Due to this, this pull request cleans up to delete template classes and uses `convert_to_static_type` in accumulate function directly. Pull Request: https://projects.blender.org/blender/blender/pulls/104440