Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
knp::devices::altai Namespace Reference

AltAI device namespace. More...

Detailed Description

AltAI device namespace.

Function Documentation

◆ list_altai_devices()

std::vector< std::unique_ptr< AltAI > > knp::devices::altai::list_altai_devices ( )

List all AltAI devices on which backend can be initialized.

Returns
vector of unique pointers to base AltAI device class, which are AltAI_HW or AltAI_GM devices.
+ Here is the call graph for this function:

◆ make_standart_north_port()

Port knp::devices::altai::make_standart_north_port ( size_t begin_core)

Create port of standard size (4) on the north side of the AltAI grid.

The function creates a port with standard length and size, which are used on most of existing AltAI devices.

Parameters
begin_coreposition of a core, from which the port starts.
Returns
created port.
+ Here is the caller graph for this function: