Home
last modified time | relevance | path

Searched refs:MatShape (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.hpp65 typedef std::vector<int> MatShape; typedef
154 BackendWrapper(const Ptr<BackendWrapper>& base, const MatShape& shape);
343 virtual bool getMemoryShapes(const std::vector<MatShape> &inputs,
345 std::vector<MatShape> &outputs,
346 std::vector<MatShape> &internals) const;
347 virtual int64 getFLOPS(const std::vector<MatShape> &inputs, in getFLOPS()
348 … const std::vector<MatShape> &outputs) const {CV_UNUSED(inputs); CV_UNUSED(outputs); return 0;} in getFLOPS()
561 CV_WRAP void getLayersShapes(const std::vector<MatShape>& netInputShapes,
563 CV_OUT std::vector<std::vector<MatShape> >& inLayersShapes,
564 … CV_OUT std::vector<std::vector<MatShape> >& outLayersShapes) const;
[all …]
H A Dshape_utils.hpp119 static inline MatShape shape(const int* dims, const int n) in shape()
121 MatShape shape; in shape()
126 static inline MatShape shape(const Mat& mat) in shape()
131 static inline MatShape shape(const MatSize& sz) in shape()
136 static inline MatShape shape(const UMat& mat) in shape()
143 static inline MatShape shape(int a0, int a1=-1, int a2=-1, int a3=-1) in shape()
146 MatShape s = shape(dims, 4); in shape()
151 static inline int total(const MatShape& shape, int start = -1, int end = -1) in total()
169 static inline MatShape concat(const MatShape& a, const MatShape& b) in concat()
171 MatShape c = a; in concat()
[all …]
H A Dall_layers.hpp134 virtual void setOutShape(const MatShape &outTailShape = MatShape()) = 0;
295 MatShape newShapeDesc;