| Package | Description |
|---|---|
| net.imagej.tensorflow | |
| net.imagej.tensorflow.util |
| Modifier and Type | Method and Description |
|---|---|
TensorFlowVersion |
TensorFlowService.getTensorFlowVersion() |
TensorFlowVersion |
DefaultTensorFlowService.getTensorFlowVersion() |
| Constructor and Description |
|---|
TensorFlowVersion(TensorFlowVersion other) |
| Modifier and Type | Method and Description |
|---|---|
static TensorFlowVersion |
TensorFlowUtil.getTensorFlowJARVersion(URL jar) |
static TensorFlowVersion |
TensorFlowUtil.readNativeVersionFile(String root)
Reading the content of the
TensorFlowUtil.TFVERSIONFILE indicating which native version of TensorFlow is installed |
static TensorFlowVersion |
TensorFlowUtil.versionFromClassPathJAR() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TensorFlowUtil.writeNativeVersionFile(String root,
String platform,
TensorFlowVersion version)
Writing the content of the
TensorFlowUtil.TFVERSIONFILE indicating which native version of TensorFlow is installed |
Copyright © 2014–2022 ImageJ. All rights reserved.