You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/10 19:27:37 UTC

[beam] branch master updated (fafdf4a2121 -> 874bd458ffc)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from fafdf4a2121 Data sampling proto (#25421)
     add 874bd458ffc Support ONNX runtime in RunInference API  (#24911)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 .../apache_beam/examples/inference/README.md       |  44 ++
 .../inference/onnx_sentiment_classification.py     | 147 +++++++
 .../apache_beam/ml/inference/onnx_inference.py     | 132 ++++++
 .../ml/inference/onnx_inference_it_test.py         |  94 +++++
 .../ml/inference/onnx_inference_test.py            | 470 +++++++++++++++++++++
 sdks/python/pytest.ini                             |   1 +
 sdks/python/test-suites/tox/py38/build.gradle      |   5 +
 sdks/python/tox.ini                                |  21 +-
 9 files changed, 914 insertions(+), 1 deletion(-)
 create mode 100644 sdks/python/apache_beam/examples/inference/onnx_sentiment_classification.py
 create mode 100644 sdks/python/apache_beam/ml/inference/onnx_inference.py
 create mode 100644 sdks/python/apache_beam/ml/inference/onnx_inference_it_test.py
 create mode 100644 sdks/python/apache_beam/ml/inference/onnx_inference_test.py