Skip to content

Commit

Permalink
Allow OPENVINO_FRAMEWORK_MAP for PyTorch (openvinotoolkit#22656)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
ilya-lavrenov authored Feb 7, 2024
1 parent 61b81fb commit d7d9970
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ using OpExtension = ov::frontend::OpExtensionBase<ov::frontend::ConversionExtens
#define MAKE_MAP_onnx(...) MAKE_MAP_COMMON(onnx, __VA_ARGS__)
#define MAKE_MAP_tensorflow(...) MAKE_MAP_COMMON(tensorflow, __VA_ARGS__)
#define MAKE_MAP_tensorflow_lite(...) MAKE_MAP_COMMON(tensorflow_lite, __VA_ARGS__)
#define MAKE_MAP_pytorch(...) MAKE_MAP_COMMON(pytorch, __VA_ARGS__)
// make paddle OpExtension
#define MAKE_MAP_paddle(...) \
FRONTEND_EXPAND(GEN_VAR_PADDLE(__VA_ARGS__)) \
Expand Down

0 comments on commit d7d9970

Please sign in to comment.