public interface SavedModelOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetaGraphDef |
getMetaGraphs(int index)
One or more MetaGraphs.
|
int |
getMetaGraphsCount()
One or more MetaGraphs.
|
List<MetaGraphDef> |
getMetaGraphsList()
One or more MetaGraphs.
|
MetaGraphDefOrBuilder |
getMetaGraphsOrBuilder(int index)
One or more MetaGraphs.
|
List<? extends MetaGraphDefOrBuilder> |
getMetaGraphsOrBuilderList()
One or more MetaGraphs.
|
long |
getSavedModelSchemaVersion()
The schema version of the SavedModel instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getSavedModelSchemaVersion()
The schema version of the SavedModel instance. Used for versioning when making future changes to the specification/implementation. Initial value at release will be 1.
int64 saved_model_schema_version = 1;List<MetaGraphDef> getMetaGraphsList()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;MetaGraphDef getMetaGraphs(int index)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;int getMetaGraphsCount()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;List<? extends MetaGraphDefOrBuilder> getMetaGraphsOrBuilderList()
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;MetaGraphDefOrBuilder getMetaGraphsOrBuilder(int index)
One or more MetaGraphs.
repeated .tensorflow.MetaGraphDef meta_graphs = 2;Copyright © 2021. All rights reserved.