HomeSort by relevance Sort by last modified time
    Searched defs:TensorFlowLite (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
TensorFlowLite.java 18 /** Static utility methods loading the TensorFlowLite runtime. */
19 public final class TensorFlowLite {
23 private TensorFlowLite() {}
25 /** Returns the version of the underlying TensorFlowLite runtime. */
29 * Load the TensorFlowLite runtime C library.
36 System.err.println("TensorFlowLite: failed to load native library: " + e.getMessage());
Tensor.java 37 "Cannot convert an TensorFlowLite tensor with type %s to a Java object of "
38 + "type %s (which is compatible with the TensorFlowLite type %s)",
69 TensorFlowLite.init();
NativeInterpreterWrapper.java 274 TensorFlowLite.init();

Completed in 373 milliseconds