java
java copied to clipboard
Java bindings for TensorFlow
HI : for sparse tensor ,I think we need SparseOutput which implement from Output[T], but I found in the package org.tensorflow ,final class Output implements Operand ,Output class can not...
HI not found reducemean and tf.argsort and tf.norm for L1 or L2 method, if we support these operation in java or not?
Hi : I wanna to invoke tf.nn.embedding_lookup to make embedding layer ,but the java version has not these part code.please make it real work in java ? thank you ,
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):...
So that we can call goodies like `TF_LoadPluggableDeviceLibrary()`, see issues #409. /cc @ashesfall
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64): Aarch64 (Apple Sillicon) - TensorFlow installed from (source or binary): Source - TensorFlow version: 2.7 - Java version...
Hello, I am creating a program that makes inference with already trained models and I want to allow changing the tensorflow versions on runtime. For that I am loading dynamically...
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):...
Provides Dockerfiles for development images, usable with IntelliJ Run Targets. The Windows image is WIP, since I can't test it (https://youtrack.jetbrains.com/issue/IDEA-280529). I'm pretty sure I need to install a bunch...
Kotlin API
This is the WIP pull request for the Kotlin API, as discussed [here](https://groups.google.com/a/tensorflow.org/g/jvm/c/8oSkOdxMWlY). Feedback is welcome. Adding nullability annotations to the Java API will be done in a separate PR....