spinn_front_end_common.interface.splitter_selectors package¶
Module contents¶
-
spinn_front_end_common.interface.splitter_selectors.splitter_selector()¶ basic selector which puts the legacy splitter object on everything without a splitter object
Return type: None
-
spinn_front_end_common.interface.splitter_selectors.vertex_selector(app_vertex)¶ main point for selecting a splitter object for a given app vertex.
Will assume the SplitterSliceLegacy if no heuristic is known for the app vertex.
Parameters: app_vertex (ApplicationVertex) – app vertex to give a splitter object to Return type: None