1 # OnnxMl.java
2
3 This file was compiled from the onnx-ml.proto file in ONNX v1.17.0 using protoc 4.29.3.
4
5 The protoc command was:
6 ```shell
7 protoc --proto_path=../onnx/onnx --java_out=cr-examples/onnx/src/test/java/ ../onnx/onnx/onnx-ml.proto
8 ```
9 executed from the root of the Babylon repo, assuming onnx is checked out in a sibling directory.
10
11 The onnx-ml.proto file is part of the ONNX project, copyright the ONNX developers, and licensed under Apache 2.0.