public final class TensorFlow extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
loadLibrary(String filename)
Load the dynamic library in filename and register the operations and kernels present in that
library.
|
static byte[] |
registeredOpList()
All the TensorFlow operations available in this address space.
|
static String |
version()
Returns the version of the underlying TensorFlow runtime.
|
public static String version()
public static byte[] registeredOpList()
public static byte[] loadLibrary(String filename)
filename - Path of the dynamic library containing operations and kernels to load.UnsatisfiedLinkError - if filename cannot be loaded.Copyright © 2015–2019. All rights reserved.