Home
last modified time | relevance | path

Searched refs:layerType (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Dlayer.details.hpp62 _LayerStaticRegisterer(const String &layerType, LayerFactory::Constructor layerConstructor) in _LayerStaticRegisterer() argument
64 this->type = layerType; in _LayerStaticRegisterer()
65 LayerFactory::registerLayer(layerType, layerConstructor); in _LayerStaticRegisterer()
H A Ddnn.hpp615 CV_WRAP int getLayersCount(const String& layerType) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dbucket.hpp20 : layerType(layerType_) { in Bucket()
61 style::LayerType layerType; member in mbgl::Bucket
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.hpp42 return layerType == style::LayerType::Circle; in is()
H A Draster_bucket.hpp43 return layerType == style::LayerType::Raster; in is()
H A Dheatmap_bucket.hpp42 return layerType == style::LayerType::Heatmap; in is()
H A Dfill_extrusion_bucket.hpp39 return layerType == style::LayerType::FillExtrusion; in is()
H A Dfill_bucket.hpp44 return layerType == style::LayerType::Fill; in is()
H A Dhillshade_bucket.hpp61 return layerType == style::LayerType::Hillshade; in is()
H A Dline_bucket.hpp69 return layerType == style::LayerType::Line; in is()
H A Dsymbol_bucket.hpp143 return layerType == style::LayerType::Symbol; in is()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapboxgl.qdoc244 property var layerType: "line"