Python Module Index

p
 
p
pacman
    pacman.exceptions
    pacman.executor
    pacman.executor.algorithm_classes
    pacman.executor.algorithm_classes.abstract_algorithm
    pacman.executor.algorithm_classes.abstract_python_algorithm
    pacman.executor.algorithm_classes.external_algorithm
    pacman.executor.algorithm_classes.python_class_algorithm
    pacman.executor.algorithm_classes.python_function_algorithm
    pacman.executor.algorithm_decorators
    pacman.executor.algorithm_decorators.abstract_input
    pacman.executor.algorithm_decorators.algorithm_decorator
    pacman.executor.algorithm_decorators.all_of_input
    pacman.executor.algorithm_decorators.one_of_input
    pacman.executor.algorithm_decorators.output
    pacman.executor.algorithm_decorators.single_input
    pacman.executor.algorithm_decorators.token
    pacman.executor.algorithm_metadata_xml_reader
    pacman.executor.injection_decorator
    pacman.executor.pacman_algorithm_executor
    pacman.executor.token_states
    pacman.model
    pacman.model.constraints
    pacman.model.constraints.abstract_constraint
    pacman.model.constraints.key_allocator_constraints
    pacman.model.constraints.key_allocator_constraints.abstract_key_allocator_constraint
    pacman.model.constraints.key_allocator_constraints.contiguous_key_range_constraint
    pacman.model.constraints.key_allocator_constraints.fixed_key_and_mask_constraint
    pacman.model.constraints.key_allocator_constraints.fixed_key_field_constraint
    pacman.model.constraints.key_allocator_constraints.fixed_mask_constraint
    pacman.model.constraints.key_allocator_constraints.flexi_key_field_constraint
    pacman.model.constraints.key_allocator_constraints.share_key_constraint
    pacman.model.constraints.partitioner_constraints
    pacman.model.constraints.partitioner_constraints.abstract_partitioner_constraint
    pacman.model.constraints.partitioner_constraints.fixed_vertex_atoms_constraint
    pacman.model.constraints.partitioner_constraints.max_vertex_atoms_constraint
    pacman.model.constraints.partitioner_constraints.same_atoms_as_vertex_constraint
    pacman.model.constraints.placer_constraints
    pacman.model.constraints.placer_constraints.abstract_placer_constraint
    pacman.model.constraints.placer_constraints.board_constraint
    pacman.model.constraints.placer_constraints.chip_and_core_constraint
    pacman.model.constraints.placer_constraints.radial_placement_from_chip_constraint
    pacman.model.constraints.placer_constraints.same_chip_as_constraint
    pacman.model.decorators
    pacman.model.decorators.overrides
    pacman.model.graphs
    pacman.model.graphs.abstract_edge
    pacman.model.graphs.abstract_fpga
    pacman.model.graphs.abstract_graph
    pacman.model.graphs.abstract_outgoing_edge_partition
    pacman.model.graphs.abstract_spinnaker_link
    pacman.model.graphs.abstract_vertex
    pacman.model.graphs.abstract_virtual
    pacman.model.graphs.application
    pacman.model.graphs.application.application_edge
    pacman.model.graphs.application.application_fpga_vertex
    pacman.model.graphs.application.application_graph
    pacman.model.graphs.application.application_outgoing_edge_partition
    pacman.model.graphs.application.application_spinnaker_link_vertex
    pacman.model.graphs.application.application_vertex
    pacman.model.graphs.common
    pacman.model.graphs.common.constrained_object
    pacman.model.graphs.common.edge_traffic_type
    pacman.model.graphs.common.graph_mapper
    pacman.model.graphs.common.slice
    pacman.model.graphs.impl
    pacman.model.graphs.impl.graph
    pacman.model.graphs.impl.outgoing_edge_partition
    pacman.model.graphs.machine
    pacman.model.graphs.machine.machine_edge
    pacman.model.graphs.machine.machine_fpga_vertex
    pacman.model.graphs.machine.machine_graph
    pacman.model.graphs.machine.machine_outgoing_edge_partition
    pacman.model.graphs.machine.machine_spinnaker_link_vertex
    pacman.model.graphs.machine.machine_vertex
    pacman.model.graphs.machine.simple_machine_vertex
    pacman.model.placements
    pacman.model.placements.placement
    pacman.model.placements.placements
    pacman.model.resources
    pacman.model.resources.abstract_sdram
    pacman.model.resources.constant_sdram
    pacman.model.resources.core_resource
    pacman.model.resources.cpu_cycles_per_tick_resource
    pacman.model.resources.dtcm_resource
    pacman.model.resources.element_free_space
    pacman.model.resources.iptag_resource
    pacman.model.resources.pre_allocated_resource_container
    pacman.model.resources.resource_container
    pacman.model.resources.reverse_iptag_resource
    pacman.model.resources.specific_board_iptag_resource
    pacman.model.resources.specific_board_reverse_iptag_resource
    pacman.model.resources.specific_chip_sdram_resource
    pacman.model.resources.specific_core_resource
    pacman.model.resources.variable_sdram
    pacman.model.routing_info
    pacman.model.routing_info.abstract_machine_partition_n_keys_map
    pacman.model.routing_info.base_key_and_mask
    pacman.model.routing_info.dict_based_machine_partition_n_keys_map
    pacman.model.routing_info.partition_routing_info
    pacman.model.routing_info.routing_info
    pacman.model.routing_table_by_partition
    pacman.model.routing_table_by_partition.multicast_routing_table_by_partition
    pacman.model.routing_table_by_partition.multicast_routing_table_by_partition_entry
    pacman.model.routing_tables
    pacman.model.routing_tables.multicast_routing_table
    pacman.model.routing_tables.multicast_routing_tables
    pacman.model.tags
    pacman.model.tags.tags
    pacman.operations
    pacman.operations.algorithm_reports
    pacman.operations.algorithm_reports.convert_to_json_machine_graph
    pacman.operations.algorithm_reports.convert_to_json_routing_tables
    pacman.operations.algorithm_reports.network_specification
    pacman.operations.algorithm_reports.reports
    pacman.operations.algorithm_reports.routing_compression_checker_report
    pacman.operations.chip_id_allocator_algorithms
    pacman.operations.chip_id_allocator_algorithms.malloc_based_chip_id_allocator
    pacman.operations.fixed_route_router
    pacman.operations.fixed_route_router.fixed_route_router
    pacman.operations.multi_cast_router_check_functionality
    pacman.operations.multi_cast_router_check_functionality.valid_routes_checker
    pacman.operations.partition_algorithms
    pacman.operations.partition_algorithms.basic_partitioner
    pacman.operations.partition_algorithms.partition_and_place_partitioner
    pacman.operations.placer_algorithms
    pacman.operations.placer_algorithms.basic_placer
    pacman.operations.placer_algorithms.one_to_one_placer
    pacman.operations.placer_algorithms.radial_placer
    pacman.operations.placer_algorithms.spreader_placer
    pacman.operations.rigged_algorithms
    pacman.operations.rigged_algorithms.hilbert_placer
    pacman.operations.rigged_algorithms.hilbert_state
    pacman.operations.rigged_algorithms.isomorph_check
    pacman.operations.rigged_algorithms.random_placer
    pacman.operations.router_algorithms
    pacman.operations.router_algorithms.basic_dijkstra_routing
    pacman.operations.router_algorithms.ner_route
    pacman.operations.router_algorithms.routing_tree
    pacman.operations.router_compressors
    pacman.operations.router_compressors.abstract_compressor
    pacman.operations.router_compressors.basic_route_merger
    pacman.operations.router_compressors.checked_unordered_compressor
    pacman.operations.router_compressors.clash_compressor
    pacman.operations.router_compressors.entry
    pacman.operations.router_compressors.malloc_based_route_merger
    pacman.operations.router_compressors.mundys_router_compressor
    pacman.operations.router_compressors.mundys_router_compressor.ordered_covering
    pacman.operations.router_compressors.mundys_router_compressor.remove_default_routes
    pacman.operations.router_compressors.mundys_router_compressor.routing_table_condenser
    pacman.operations.router_compressors.mundys_router_compressor.utils
    pacman.operations.router_compressors.pair_compressor
    pacman.operations.router_compressors.unordered_compressor
    pacman.operations.routing_info_allocator_algorithms
    pacman.operations.routing_info_allocator_algorithms.basic_routing_info_allocator
    pacman.operations.routing_info_allocator_algorithms.destination_based_key_allocator
    pacman.operations.routing_info_allocator_algorithms.field_based_routing_allocator
    pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator
    pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator.compressible_malloc_based_routing_info_allocator
    pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator.key_field_generator
    pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator.malloc_based_routing_info_allocator
    pacman.operations.routing_info_allocator_algorithms.malloc_based_routing_allocator.utils
    pacman.operations.routing_info_allocator_algorithms.zoned_routing_info_allocator
    pacman.operations.routing_table_generators
    pacman.operations.routing_table_generators.basic_routing_table_generator
    pacman.operations.routing_table_generators.zoned_routing_table_generator
    pacman.operations.tag_allocator_algorithms
    pacman.operations.tag_allocator_algorithms.basic_tag_allocator
    pacman.utilities
    pacman.utilities.algorithm_utilities
    pacman.utilities.algorithm_utilities.element_allocator_algorithm
    pacman.utilities.algorithm_utilities.field_based_system_utilities
    pacman.utilities.algorithm_utilities.machine_algorithm_utilities
    pacman.utilities.algorithm_utilities.partition_algorithm_utilities
    pacman.utilities.algorithm_utilities.placer_algorithm_utilities
    pacman.utilities.algorithm_utilities.routing_info_allocator_utilities
    pacman.utilities.constants
    pacman.utilities.file_format_converters
    pacman.utilities.file_format_converters.convert_to_java_machine
    pacman.utilities.file_format_schemas
    pacman.utilities.json_utils
    pacman.utilities.utility_calls
    pacman.utilities.utility_objs
    pacman.utilities.utility_objs.field
    pacman.utilities.utility_objs.flexi_field
    pacman.utilities.utility_objs.resource_tracker
    pacman.utilities.vertex_sorter