| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
MetaGraphDef |
MetaGraphDef.Builder.build() |
MetaGraphDef |
MetaGraphDef.Builder.buildPartial() |
static MetaGraphDef |
MetaGraphDef.getDefaultInstance() |
MetaGraphDef |
MetaGraphDef.getDefaultInstanceForType() |
MetaGraphDef |
MetaGraphDef.Builder.getDefaultInstanceForType() |
MetaGraphDef |
SavedModel.getMetaGraphs(int index)
One or more MetaGraphs.
|
MetaGraphDef |
SavedModel.Builder.getMetaGraphs(int index)
One or more MetaGraphs.
|
MetaGraphDef |
SavedModelOrBuilder.getMetaGraphs(int index)
One or more MetaGraphs.
|
static MetaGraphDef |
MetaGraphDef.parseDelimitedFrom(InputStream input) |
static MetaGraphDef |
MetaGraphDef.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetaGraphDef |
MetaGraphDef.parseFrom(byte[] data) |
static MetaGraphDef |
MetaGraphDef.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetaGraphDef |
MetaGraphDef.parseFrom(ByteBuffer data) |
static MetaGraphDef |
MetaGraphDef.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetaGraphDef |
MetaGraphDef.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static MetaGraphDef |
MetaGraphDef.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetaGraphDef |
MetaGraphDef.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static MetaGraphDef |
MetaGraphDef.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetaGraphDef |
MetaGraphDef.parseFrom(InputStream input) |
static MetaGraphDef |
MetaGraphDef.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaGraphDef> |
SavedModel.getMetaGraphsList()
One or more MetaGraphs.
|
List<MetaGraphDef> |
SavedModel.Builder.getMetaGraphsList()
One or more MetaGraphs.
|
List<MetaGraphDef> |
SavedModelOrBuilder.getMetaGraphsList()
One or more MetaGraphs.
|
org.nd4j.shade.protobuf.Parser<MetaGraphDef> |
MetaGraphDef.getParserForType() |
static org.nd4j.shade.protobuf.Parser<MetaGraphDef> |
MetaGraphDef.parser() |
| Modifier and Type | Method and Description |
|---|---|
SavedModel.Builder |
SavedModel.Builder.addMetaGraphs(int index,
MetaGraphDef value)
One or more MetaGraphs.
|
SavedModel.Builder |
SavedModel.Builder.addMetaGraphs(MetaGraphDef value)
One or more MetaGraphs.
|
MetaGraphDef.Builder |
MetaGraphDef.Builder.mergeFrom(MetaGraphDef other) |
static MetaGraphDef.Builder |
MetaGraphDef.newBuilder(MetaGraphDef prototype) |
SavedModel.Builder |
SavedModel.Builder.setMetaGraphs(int index,
MetaGraphDef value)
One or more MetaGraphs.
|
| Modifier and Type | Method and Description |
|---|---|
SavedModel.Builder |
SavedModel.Builder.addAllMetaGraphs(Iterable<? extends MetaGraphDef> values)
One or more MetaGraphs.
|
Copyright © 2021. All rights reserved.