parent
ed96cc7c1a
commit
846c9c91f2
@ -7,7 +7,6 @@
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
|
@ -23,7 +23,7 @@ namespace v3 {
|
||||
///
|
||||
class OPENVINO_API GRUCell : public util::RNNCellBase {
|
||||
public:
|
||||
OPENVINO_OP("GRUCell", "opset3", op::util::RNNCellBase, 1);
|
||||
OPENVINO_OP("GRUCell", "opset3", op::util::RNNCellBase, 3);
|
||||
BWDCMP_RTTI_DECLARATION;
|
||||
GRUCell();
|
||||
///
|
||||
|
@ -11,7 +11,7 @@ namespace op {
|
||||
namespace v0 {
|
||||
class OPENVINO_API ReorgYolo : public Op {
|
||||
public:
|
||||
OPENVINO_OP("ReorgYolo", "opset2", op::Op, 0);
|
||||
OPENVINO_OP("ReorgYolo", "opset2");
|
||||
BWDCMP_RTTI_DECLARATION;
|
||||
|
||||
ReorgYolo() = default;
|
||||
|
@ -11,7 +11,7 @@ namespace op {
|
||||
namespace v1 {
|
||||
class OPENVINO_API Reverse : public Op {
|
||||
public:
|
||||
OPENVINO_OP("Reverse", "opset1");
|
||||
OPENVINO_OP("Reverse", "opset1", op::Op, 1);
|
||||
BWDCMP_RTTI_DECLARATION;
|
||||
|
||||
enum class Mode { INDEX, MASK };
|
||||
|
Loading…
Reference in New Issue
Block a user