java icon indicating copy to clipboard operation
java copied to clipboard

Java bindings for TensorFlow

Results 135 java issues
Sort by recently updated
recently updated
newest added

We execute the following statement if either rank is statically known, but it doesn't give the desired result if the other rank is unknown. https://github.com/tensorflow/java/blob/5532bf0af4a908ee36b6017a8745e515bb3bb544/tensorflow-framework/src/main/java/org/tensorflow/framework/losses/impl/LossesHelper.java#L215 Also, I believe we need...

I was trying to run ML Inference with tensorflow-java deployed to AppEngine, but quickly failed with this error: ```sh ERROR: (gcloud.app.deploy) Cannot upload file [/root/repo/target/appengine-staging/WEB-INF/lib/tensorflow-core-api-0.3.3-linux-x86_64.jar], which has size [62305961] (greater...

`ndarray` is not part of the repo anymore. This is preventing me from updating the docs to v0.4. We need to either remove it here or add code to this...

**System information** - OS Platform and Distribution: Linux Ubuntu 20.04 x64 - TensorFlow installed from: pip for Python 3.9; Maven for Java - TensorFlow version : 2.7.0 on Python; 0.3.3...

1) Is there a way to expose the TF C++ file `tensorflow/c/checkpoint_reader.cc` (class `CheckpointReader`) to the Java framework? We need this to restore weights and variables from checkpoints and saved...

I've only tested the build on Linux for now, but it should also work on Mac and Windows. Note that the API has already changed with 2.5.0, so we should...

Please make sure that this is a feature request. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template **System...

In Python TensorFlow, there are some `OP`s defined in the Python Layer, and some defined in the C-api layer. I have been tasked to see how Java TensorFlow might want...

Adds steps to the quick-build and full build CI tasks to check for any changes in `tensorflow-core/tensorflow-core-api/src/gen/`. Also fixes the ordering issues with `Ops` group fields, since the would trigger...

If I don't use Java 8, I get the following error: I use JDK 17 by default on my box, I have also seen this error with JDK 11. Can...