onnxruntime
Java API for onnxruntime
#2215
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
76
Changes
View On
GitHub
Java API for onnxruntime
#2215
shahasad
merged 76 commits into
microsoft:master
from
Craigacp:java-api
Added a Java API, plus unit tests ported from the C# API in v0.5.0.
88f2f556
Craigacp
requested a review
6 years ago
Fixes for the JNI build on macOS.
023fff32
shahasad
requested a review
from
yuslepukhin
6 years ago
shahasad
requested a review
from
skottmckay
6 years ago
shahasad
requested a review
from
shahasad
6 years ago
shahasad
requested a review
from
pranavsharma
6 years ago
Adding two JVM startup flags which turn on additional debug logging o…
157a7f3c
Fixing a typo and missing logging statement.
46521e76
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
yuslepukhin
commented on 2019-10-30
pranavsharma
commented on 2019-11-01
Handle flatten string array as input/output of onnx
72813bc7
Remove duplicated example
5f590fbb
Updating copyright statement to include license reference.
7c89d7d8
Repackaging to ai.onnxruntime.
bccfe612
Renaming native code.
14fa539c
Small fixes to names & javadoc.
e226c831
Merge branch 'java-api-fix-string' of http://github.com/XciD/onnxrunt…
6dfa0bc0
Fixing the issue where a multidimensional String is passed to createT…
94119e5d
Merge branch 'XciD-java-api-fix-string' into java-api
75df6db6
Comment and exception error message fixes for ONNXAllocator.
c37c8fbc
XciD
commented on 2019-11-05
XciD
commented on 2019-11-05
Tidying up the array creation via reflection.
6ede8637
shahasad
commented on 2019-11-11
shahasad
commented on 2019-11-11
shahasad
commented on 2019-11-11
Refactoring the reshape method to reduce code size.
19e0c027
Fixes to make the JNI code compile with -Werror -Wunused-parameter.
a8d65a3b
Initial pass at CMake integration for the Java build. Does not produc…
b018923c
Fix for clang warning.
0d5f92d0
More work on Java CMake build.
607ac1e4
Merge branch 'master' into java-api
078d6b55
Change the java provider ifdefs to trigger on the values set by CMake.
4fa99278
Finished the Java/CMake integration for builds. Doesn't run the tests…
f5d45b6d
Making two jars, one with binaries, one without.
bc9c17fa
Adding the onnx Java protobuf file.
d447bde8
Fixing the Java providers so they don't trigger the unused parameter …
16074123
Changes to the gradle build to support running the tests from CMake a…
e1da6e85
Adding initial Java test support.
f32f522d
Integration of the Java tests with ctest. All the Java tests are exec…
db96bb9b
Starting the renaming of the Java classes.
e4767011
Renaming the JNI parts of the Java API.
c6810aca
Finishing the renaming of the Java classes and JNI code.
11c2da79
Updating the CMake to build the renamed Java files.
aacd5a46
Refactoring OrtEnvironment to enforce that it's a singleton and autoc…
b5c8e44f
OrtSession.run now accepts Map<String,OnnxTensor> and returns Map<Str…
d56d38d4
Adding some java specific things to gitignore.
a17b953c
Converting OrtSession.run() over to produce an AutoCloseable Result o…
9d9fbb42
Enabling some disabled Java tests.
d0cd0664
Merge branch 'master' into java-api
df89715d
Renaming the JNI helper ONNXUtil.c to OrtJniUtil.c
f4691ef8
saudet
commented on 2019-12-03
Minor cleanup of Java bits, adding toString to some classes, removing…
2387821d
Adding Java method to control the telemetry.
fd798374
pranavsharma
commented on 2019-12-04
Adding a method to get ByteBuffers (and other primitive buffers) out …
b664d890
Removing gradle project files.
56775419
Removing old comments from OrtSession.SessionOptions.
4e8fc9e8
Slight rearrangement of OrtAllocator.close to make it not set the def…
7836689e
Converting the SessionOptions.setSequentialExecution method over to e…
441cd55c
Small javadoc update.
c0d14384
Fixing a bug in Java's convertExecutionMode function.
f22b6bbf
Updating a java test after changing the execution mode to an enum.
2a195c50
Adding javadoc to cmake, fixing javadoc warnings.
86080bb0
Merge branch 'master' into java-api
8bcfd92c
Moving createTensor to OnnxTensor. Updating to use DNNL rather than M…
ff3e5db3
Adding more javadoc.
4d03337c
pranavsharma
commented on 2019-12-05
Small changes to javadoc and naming in OrtEnvironment.
9e2dc068
Switching use_mkldnn for use_dnnl in linux-ci-pipeline-with-java.yml
0c26d4eb
Adding --build_java to win-ci-pipeline.yml
5b796cda
Adding file encoding to javac command.
fd034b42
Fix for fp16 to float C conversion.
9ea9928e
Fixing the fp16 to float conversion again.
ef2cdd30
Adding documentation for the Java API.
5343746f
Updating the cmake to give the javadoc window a title.
bac2da26
Different fix for the javadoc window title. The create_javadoc comman…
443d653f
Updated Java CMake build to hopefully fix the windows issues.
aef09ccd
Replacing the copyright symbol with (c) to make the java files ASCII.
6a211ae9
Fix for nuphar on Java.
f9f037ca
Updating the Java tests to minimise the cascading errors issue.
9a0691c1
Adding a couple of new overloads to OnnxTensor.createTensor for deali…
a8d0a8b3
Merge branch 'master' into java-api
26ab79be
Adding a patch for Windows file paths in Java.
40b17565
added path to build dir before running test
ca4dcd2d
fix syntax error
4f1f1dae
Merge branch 'master' of https://github.com/Microsoft/onnxruntime int…
399c8478
try localising the path setting
5b428259
shahasad
dismissed these changes on 2019-12-10
Merge branch 'master' into java-api
b4a79e67
shahasad
dismissed their stale review via
b4a79e67
6 years ago
shahasad
dismissed these changes on 2019-12-10
added an echo %PATH% after path setting
4d468c5c
shahasad
dismissed their stale review via
4d468c5c
6 years ago
shahasad
approved these changes on 2019-12-10
shahasad
merged
35ceb1a6
into master
6 years ago
Craigacp
deleted the java-api branch
5 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
shahasad
yuslepukhin
saudet
pranavsharma
XciD
skottmckay
Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Login to write a write a comment.
Login via GitHub