| Base | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | private |
| clone() const override | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | inline |
| Derived | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | private |
| getAnchorMasks() const | dai::node::YoloDetectionNetwork | |
| getAnchors() const | dai::node::YoloDetectionNetwork | |
| getCoordinateSize() const | dai::node::YoloDetectionNetwork | |
| getIouThreshold() const | dai::node::YoloDetectionNetwork | |
| getName() const override | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | inline |
| getNumClasses() const | dai::node::YoloDetectionNetwork | |
| NodeCRTP(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | inlineprivate |
| NodeCRTP(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | inlineprivate |
| properties | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | |
| Properties typedef | dai::NodeCRTP< DetectionNetwork, YoloDetectionNetwork, DetectionNetworkProperties > | |
| setAnchorMasks(std::map< std::string, std::vector< int >> anchorMasks) | dai::node::YoloDetectionNetwork | |
| setAnchors(std::vector< float > anchors) | dai::node::YoloDetectionNetwork | |
| setCoordinateSize(int coordinates) | dai::node::YoloDetectionNetwork | |
| setIouThreshold(float thresh) | dai::node::YoloDetectionNetwork | |
| setNumClasses(int numClasses) | dai::node::YoloDetectionNetwork | |
| YoloDetectionNetwork(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId) | dai::node::YoloDetectionNetwork | |
| YoloDetectionNetwork(const std::shared_ptr< PipelineImpl > &par, int64_t nodeId, std::unique_ptr< Properties > props) | dai::node::YoloDetectionNetwork | |