JeVois  1.22
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Loading...
Searching...
No Matches
jevois::dnn::NetworkNPU Member List

This is the complete list of members for jevois::dnn::NetworkNPU, including all inherited members.

absolutePath(std::filesystem::path const &path="")jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ParameterCategory const &category)jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ValidValuesSpec< T > const &validValuesSpec, ParameterCategory const &category)jevois::Component
addParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
addSubComponent(std::string const &instance, Args &&...args)jevois::Component
callbackInitCall()jevois::ParameterRegistryprotected
className() constjevois::Component
Component(std::string const &instance)jevois::Component
descriptor() constjevois::Component
doprocess(std::vector< cv::Mat > const &blobs, std::vector< std::string > &info) overridejevois::dnn::NetworkNPUprotectedvirtual
foreachParam(std::function< void(std::string const &compname, ParameterBase *p)> func, std::string const &cname="")jevois::Component
freeze(bool doit) overridejevois::dnn::NetworkNPUvirtual
freezeAllParams(bool doit)jevois::Component
freezeParam(std::string const &paramdescriptor, bool doit)jevois::Component
getParamString(std::string const &paramdescriptor) constjevois::Component
getParamStringUnique(std::string const &paramdescriptor) constjevois::Component
getParamVal(std::string const &paramdescriptor) constjevois::Component
getParamValUnique(std::string const &paramdescriptor) constjevois::Component
getSubComponent(std::string const &instance) constjevois::Component
initialized() constjevois::Component
inputShapes() overridejevois::dnn::NetworkNPUvirtual
instanceName() constjevois::Component
isTopLevel() constjevois::Component
JEVOIS_DECLARE_PARAMETER(library, std::string, "Optional path to a compiled .so library that can load and " "instantiate a NPU model. If a library is provided, then intensors and outtensors " "can be left empty, otherwise they have to describe exactly the inputs and outputs " "of the NPU model. This library is obtained along with the NPU .nb model when " "converting for NPU using the KSNN convert tool. If path is relative, it will be " "prefixed by dataroot.", "", ParamCateg)jevois::dnn::NetworkNPUrelated
JEVOIS_DECLARE_PARAMETER(verifygraph, bool, "Verify NPU graph after loading it", true, ParamCateg)jevois::dnn::NetworkNPUrelated
JEVOIS_DECLARE_PARAMETER(ovxver, std::string, "ovxlib version to use with NPU network, or leave blank " "to use latest version", "", boost::regex("^$|^[0-9]+\\.[0-9]+\\.[0-9]+$"), ParamCateg)jevois::dnn::NetworkNPUrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(comment, std::string, "Optional comment about the network", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(url, std::string, "Optional URL for the network", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(dataroot, std::string, "Root directory to use when config or model parameters " "are relative paths.", JEVOIS_SHARE_PATH, ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(config, std::string, "Path to a text file that contains network configuration. " "Can have extension .prototxt (Caffe), .pbtxt (TensorFlow), or .cfg (Darknet). " "If path is relative, it will be prefixed by dataroot.", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(model, std::string, "Path to a binary file of model contains trained weights. " "Can have extension .caffemodel (Caffe), .pb (TensorFlow), .t7 or .net (Torch), " ".tflite (TensorFlow Lite), or .weights (Darknet). If path is relative, it will be " "prefixed by dataroot.", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(target, Target, "OpenCV compute target to use. Changes will take effect " "next time you load a different model.", Target::CPU, Target_Values, ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(backend, Backend, "OpenCV compute backend to use. Default will use the inference " "engine if available, otherwise OpenCV (note that inference engine only works on Intel " "processors or MyriadX hardware, thus you should normally select OpenCV when running " "on JeVois-Pro Platform, unless you want to use an optional MyriadX accelerator). " "Changes will take effect next time you load a model.", JEVOIS_BACKEND_DEFAULT, Backend_Values, ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(intensors, std::string, "Specification of input tensors", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(extraintensors, std::string, "Specification of extra fixed input tensors that will be " "added after the regular intensors. Format is: " "<type>:<shape>:val1 val2 ... valN, <type>:<shape>:val1 ... valN. For example, for " "URetinex-Net: 32F:1x1x1:3.0", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(outtensors, std::string, "Specification of output tensors", "", ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(dequant, bool, "Dequantize output tensors to float32 from their native quantized type", true, ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(tpunum, size_t, "Coral EdgeTPU number to use to run this model, typically 0, or can be " "1 when using a dual-TPU add-on board, or more when using additional TPUs connected " "to USB ports", 0, ParamCateg)jevois::dnn::Networkrelated
jevois::dnn::Network::JEVOIS_DECLARE_PARAMETER(spunum, size_t, "Hailo8 device number to use to run this model, typically 0 unless " "several Hailo8 accelerators are connected to the system", 0, ParamCateg)jevois::dnn::Networkrelated
JEVOIS_DECLARE_PARAMETER_WITH_CALLBACK(outtransform, std::string, "Specification of a sequence of operations " "(reshape, transpose, split, merge, etc) to be applied to the output " "tensors. Useful to match a particular network's outputs to the " "tensor shapes expected by a particular post-processor. The sequence of " "operations is separated by semicolons, and applied from left to right. " "Operations specified here are applied after any de-quantization.", "", ParamCateg)jevois::dnn::Networkrelated
JEVOIS_DEFINE_ENUM_CLASS(Target,(CPU)(OpenCL)(OpenCL_FP16)(Myriad)(NPU))jevois::dnn::Networkrelated
JEVOIS_DEFINE_ENUM_CLASS(Backend,(OpenCV)(InferenceEngine)(TimVX))jevois::dnn::Networkrelated
load() overridejevois::dnn::NetworkNPUprotectedvirtual
onParamChange(network::outtransform const &param, std::string const &val) overridejevois::dnn::Networkprotected
outputShapes() overridejevois::dnn::NetworkNPUvirtual
paramInfo(std::shared_ptr< UserInterface > s, std::map< std::string, std::string > &categs, bool skipFrozen, std::string const &cname="", std::string const &pfx="")jevois::Componentvirtual
postInit()jevois::Componentinlineprotectedvirtual
postUninit()jevois::Componentinlineprotectedvirtual
preInit()jevois::Componentinlineprotectedvirtual
preUninit()jevois::Componentinlineprotectedvirtual
process(std::vector< cv::Mat > const &blobs, std::vector< std::string > &info)jevois::dnn::Network
ready()jevois::dnn::Network
removeDynamicParameter(std::string const &name, bool throw_if_not_found=true)jevois::Component
removeParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
removeSubComponent(std::shared_ptr< Comp > &component)jevois::Component
removeSubComponent(std::string const &instance, bool warnIfNotFound=true)jevois::Component
setDynamicParameterCallback(std::string const &name, std::function< void(T const &)> cb, bool callnow=true)jevois::Component
setParamsFromFile(std::string const &filename)jevois::Component
setParamsFromStream(std::istream &is, std::string const &absfile)jevois::Component
setParamString(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamStringUnique(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamVal(std::string const &paramdescriptor, T const &val)jevois::Component
setParamValUnique(std::string const &paramdescriptor, T const &val)jevois::Component
setPath(std::string const &path)jevois::Component
waitBeforeDestroy()jevois::dnn::Network
~Component()jevois::Componentvirtual
~Network()jevois::dnn::Networkvirtual
~NetworkNPU()jevois::dnn::NetworkNPUvirtual
~ParameterRegistry()jevois::ParameterRegistryvirtual