Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
altai.h File Reference

Class definitions for AltAI, AltAI_GM and AltAI_HW devices. More...

#include <knp/core/device.h>
#include <cstdlib>
#include <memory>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for altai.h:

Go to the source code of this file.

Classes

struct  knp::devices::altai::Port
 Structure used to define location of input and output ports in a grid of AltAI cores. More...
 
class  knp::devices::altai::AltAI
 Base class for AltAI devices. More...
 
class  knp::devices::altai::AltAI_GM
 The AltAI_GM class is a definition of an interface to the AltAI golden model device. More...
 
class  knp::devices::altai::AltAI_HW
 The AltAI_HW class is a definition of an interface to AltAI hardware device. More...
 

Namespaces

namespace  knp::devices
 Namespace for implementation of concrete devices.
 
namespace  knp
 General framework namespace.
 
namespace  knp::devices::altai
 AltAI device namespace.
 

Functions

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.
 
std::vector< std::unique_ptr< AltAI > > knp::devices::altai::list_altai_devices ()
 List all AltAI devices on which backend can be initialized.
 

Detailed Description

Class definitions for AltAI, AltAI_GM and AltAI_HW devices.

Author
Liubiakin A.
Date
17.10.2024
License: Apache 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file altai.h.