aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/Interpreter.java
Commit message (Expand)AuthorAge
* Updates Interpreter to be initialized with a MappedByteBuffer for backward co...Gravatar A. Unique TensorFlower2018-09-27
* Add an experimental Java API to allow half precision for FP32 calculation.Gravatar A. Unique TensorFlower2018-09-26
* Reland "Add Interpreter.Options Java API for interpreter configuration"Gravatar Jared Duke2018-09-25
* Automated rollback of commit 954d6a0ace9b96cdd54659b99e9378a1138a7266Gravatar Jared Duke2018-09-25
* Add Interpreter.Options Java API for interpreter configurationGravatar Jared Duke2018-09-25
* Extend Java Interpreter API for TensorFlow LiteGravatar Jared Duke2018-08-20
* Implement Interpreter.run() in terms of Tensor APIsGravatar Jared Duke2018-07-09
* Avoid exceptions in the Interpreter finalizerGravatar Jared Duke2018-07-09
* Allow ByteBuffer outputs from TFLite interpreterGravatar Jared Duke2018-07-02
* Updates Interpreter to be initialized with a MappedByteBuffer for backward co...Gravatar A. Unique TensorFlower2018-06-01
* Supports initializing an Interpreter with a direct ByteBuffer of nativeOrder()Gravatar A. Unique TensorFlower2018-05-21
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Internal cleanup.Gravatar A. Unique TensorFlower2018-04-19
* Internal change.Gravatar Shashi Shekhar2018-03-30
* Set number of threads at Java interpreter constructor so that Conv Kernels ca...Gravatar A. Unique TensorFlower2018-03-16
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2018-03-13
* Adds setUseNNAPI to Interpreter.java, to enable develoeprs turn on & off NNAPI.Gravatar A. Unique TensorFlower2018-03-02
* Expose native inference latency via TFlite interpreter.Gravatar A. Unique TensorFlower2018-03-01
* Internal cleanup.Gravatar A. Unique TensorFlower2018-03-01
* Internal Change.Gravatar Andrew Selle2017-11-10