Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Common templates for delta synapse projection. More...
#include <knp/backends/cpu-library/impl/delta_synapse_projection_impl.h>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | knp |
General framework namespace. | |
namespace | knp::backends |
Namespace for implementation of concrete backends. | |
namespace | knp::backends::cpu |
Namespace for CPU backends. | |
Functions | |
template<class DeltaLikeSynapseType > | |
void | knp::backends::cpu::calculate_delta_synapse_projection (knp::core::Projection< DeltaLikeSynapseType > &projection, knp::core::MessageEndpoint &endpoint, MessageQueue &future_messages, size_t step_n) |
Make one execution step for a projection of delta synapses. | |
template<class DeltaLikeSynapse > | |
void | knp::backends::cpu::calculate_projection_part (knp::core::Projection< DeltaLikeSynapse > &projection, const std::unordered_map< size_t, size_t > &message_in_data, MessageQueue &future_messages, uint64_t step_n, size_t part_start, size_t part_size, std::mutex &mutex) |
Process a part of projection synapses. | |
Common templates for delta synapse projection.
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 delta_synapse_projection.h.