Skip to content

Commit

Permalink
Fix links to examples in README (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Nov 20, 2023
1 parent 13b3d75 commit 7d8f701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/custom_operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ For more information about the format, check the code for `SentencepieceTokenize

And other custom operations introduced by third-party frameworks:

* [calculate_grid](/examples/calculate_grid) and [sparse_conv](/examples/sparse_conv) from [Open3D](https://github.com/isl-org/Open3D)
* [complex_mul](/examples/complex_mul) from [DIRECT](https://github.com/NKI-AI/direct)
* [calculate_grid](examples/calculate_grid) and [sparse_conv](examples/sparse_conv) from [Open3D](https://github.com/isl-org/Open3D)
* [complex_mul](examples/complex_mul) from [DIRECT](https://github.com/NKI-AI/direct)

You can find more information about how to create and use OpenVINO Extensions to facilitate mapping of custom operations from framework model representation to OpenVINO representation [here](https://docs.openvino.ai/latest/openvino_docs_Extensibility_UG_Frontend_Extensions.html).

Expand Down

0 comments on commit 7d8f701

Please sign in to comment.