| Package | Description |
|---|---|
| org.nd4j.imports.tensorflow |
| Modifier and Type | Method and Description |
|---|---|
static TFImportStatus |
TensorFlowImportValidator.checkAllModelsForImport(@NonNull File directory)
Recursively scan the specified directory for .pb files, and evaluate which operations/graphs can/can't be imported
|
static TFImportStatus |
TensorFlowImportValidator.checkAllModelsForImport(@NonNull File directory,
boolean includeArchives) |
static TFImportStatus |
TensorFlowImportValidator.checkAllModelsForImport(File directory,
String[] fileExtensions) |
static TFImportStatus |
TensorFlowImportValidator.checkModelForImport(@NonNull File file)
|
static TFImportStatus |
TensorFlowImportValidator.checkModelForImport(@NonNull File file,
boolean exceptionOnRead)
Check whether the TensorFlow frozen model (protobuf format) can be imported into SameDiff or not
|
static TFImportStatus |
TensorFlowImportValidator.checkModelForImport(String path,
InputStream is,
boolean exceptionOnRead) |
TFImportStatus |
TFImportStatus.merge(@NonNull TFImportStatus other) |
| Modifier and Type | Method and Description |
|---|---|
TFImportStatus |
TFImportStatus.merge(@NonNull TFImportStatus other) |
Copyright © 2021. All rights reserved.