mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Changed call of NodeTypeInfo constructor
This commit is contained in:
parent
7ab3a80d0a
commit
419918076e
@ -77,7 +77,7 @@ class NgraphCustomOp: public ngraph::op::Op {
|
|||||||
public:
|
public:
|
||||||
const ngraph::NodeTypeInfo& get_type_info() const override
|
const ngraph::NodeTypeInfo& get_type_info() const override
|
||||||
{
|
{
|
||||||
static constexpr ngraph::NodeTypeInfo type_info{kOpenCVLayersType, 0};
|
static constexpr ngraph::NodeTypeInfo type_info{kOpenCVLayersType, static_cast<uint64_t>(0)};
|
||||||
return type_info;
|
return type_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user