#include <NeuralNetworkProperties.hpp>
Public Attributes | |
tl::optional< std::uint32_t > | blobSize |
std::string | blobUri |
std::uint32_t | numFrames = 8 |
std::uint32_t | numNCEPerThread = 0 |
std::uint32_t | numThreads = 0 |
Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< Properties > | clone () const override |
virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
![]() | |
virtual std::unique_ptr< Properties > | clone () const =0 |
virtual | ~Properties ()=default |
Specify properties for NeuralNetwork such as blob path, ...
Definition at line 11 of file NeuralNetworkProperties.hpp.
tl::optional<std::uint32_t> dai::NeuralNetworkProperties::blobSize |
Blob binary size in bytes
Definition at line 15 of file NeuralNetworkProperties.hpp.
std::string dai::NeuralNetworkProperties::blobUri |
Uri which points to blob
Definition at line 19 of file NeuralNetworkProperties.hpp.
std::uint32_t dai::NeuralNetworkProperties::numFrames = 8 |
Number of available output tensors in pool
Definition at line 23 of file NeuralNetworkProperties.hpp.
std::uint32_t dai::NeuralNetworkProperties::numNCEPerThread = 0 |
Number of NCE (Neural Compute Engine) per inference thread. 0 = auto
Definition at line 31 of file NeuralNetworkProperties.hpp.
std::uint32_t dai::NeuralNetworkProperties::numThreads = 0 |
Number of threads to create for running inference. 0 = auto
Definition at line 27 of file NeuralNetworkProperties.hpp.