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