public static final class
MetaGraphDef.MetaInfoDef
Meta information regarding the graph to be exported. To be used by users of this protocol buffer to encode information regarding their meta graph.Protobuf type
tensorflow.MetaGraphDef.MetaInfoDef
Nested Classes
class | MetaGraphDef.MetaInfoDef.Builder | Meta information regarding the graph to be exported. |
Constants
Public Methods
boolean |
containsFunctionAliases(String key)
FunctionDef name to aliases mapping. |
boolean |
equals(Object obj)
|
com.google.protobuf.Any |
getAnyInfo()
A serialized protobuf. |
com.google.protobuf.AnyOrBuilder |
getAnyInfoOrBuilder()
A serialized protobuf. |
static MetaGraphDef.MetaInfoDef | |
MetaGraphDef.MetaInfoDef | |
final static com.google.protobuf.Descriptors.Descriptor | |
Map<String, String> |
getFunctionAliases()
Use
getFunctionAliasesMap() instead. |
int |
getFunctionAliasesCount()
FunctionDef name to aliases mapping. |
Map<String, String> |
getFunctionAliasesMap()
FunctionDef name to aliases mapping. |
String |
getFunctionAliasesOrDefault(String key, String defaultValue)
FunctionDef name to aliases mapping. |
String |
getFunctionAliasesOrThrow(String key)
FunctionDef name to aliases mapping. |
String |
getMetaGraphVersion()
User specified Version string. |
com.google.protobuf.ByteString |
getMetaGraphVersionBytes()
User specified Version string. |
|
|
int | |
boolean |
getStrippedDefaultAttrs()
A flag to denote whether default-valued attrs have been stripped from the nodes in this graph_def. |
OpList |
getStrippedOpList()
A copy of the OpDefs used by the producer of this graph_def. |
OpListOrBuilder |
getStrippedOpListOrBuilder()
A copy of the OpDefs used by the producer of this graph_def. |
String |
getTags(int index)
User supplied tag(s) on the meta_graph and included graph_def. |
com.google.protobuf.ByteString |
getTagsBytes(int index)
User supplied tag(s) on the meta_graph and included graph_def. |
int |
getTagsCount()
User supplied tag(s) on the meta_graph and included graph_def. |
com.google.protobuf.ProtocolStringList |
getTagsList()
User supplied tag(s) on the meta_graph and included graph_def. |
String |
getTensorflowGitVersion()
The __git_version__ string of the tensorflow build used to write this graph. |
com.google.protobuf.ByteString |
getTensorflowGitVersionBytes()
The __git_version__ string of the tensorflow build used to write this graph. |
String |
getTensorflowVersion()
The __version__ string of the tensorflow build used to write this graph. |
com.google.protobuf.ByteString |
getTensorflowVersionBytes()
The __version__ string of the tensorflow build used to write this graph. |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasAnyInfo()
A serialized protobuf. |
boolean |
hasStrippedOpList()
A copy of the OpDefs used by the producer of this graph_def. |
int |
hashCode()
|
final boolean | |
static MetaGraphDef.MetaInfoDef.Builder |
newBuilder(MetaGraphDef.MetaInfoDef prototype)
|
static MetaGraphDef.MetaInfoDef.Builder | |
MetaGraphDef.MetaInfoDef.Builder | |
static MetaGraphDef.MetaInfoDef |
parseDelimitedFrom(InputStream input)
|
static MetaGraphDef.MetaInfoDef |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(ByteBuffer data)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(com.google.protobuf.ByteString data)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MetaGraphDef.MetaInfoDef |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
MetaGraphDef.MetaInfoDef.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|