MetaGraphDef.MetaInfoDefOrBuilder

interfaz estática pública MetaGraphDef.MetaInfoDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

booleano abstracto
containsFunctionAliases (clave de cadena)
 FunctionDef name to aliases mapping.
resumen com.google.protobuf.Any
getAnyInfo ()
 A serialized protobuf.
resumen com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
Mapa abstracto <Cadena, Cadena>
int abstracto
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Mapa abstracto <Cadena, Cadena>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
cadena abstracta
getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)
 FunctionDef name to aliases mapping.
cadena abstracta
getFunctionAliasesOrThrow (clave de cadena)
 FunctionDef name to aliases mapping.
cadena abstracta
getMetaGraphVersion ()
 User specified Version string.
resumen com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
booleano abstracto
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
OpList abstracto
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
OpListOrBuilder abstracto
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
cadena abstracta
getTags (índice int)
 User supplied tag(s) on the meta_graph and included graph_def.
resumen com.google.protobuf.ByteString
getTagsBytes (índice int)
 User supplied tag(s) on the meta_graph and included graph_def.
int abstracto
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
Lista abstracta <String>
getTagsList ()
 User supplied tag(s) on the meta_graph and included graph_def.
cadena abstracta
getTensorflowGitVersion ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
resumen com.google.protobuf.ByteString
getTensorflowGitVersionBytes ()
 The __git_version__ string of the tensorflow build used to write this
 graph.
cadena abstracta
getTensorflowVersion ()
 The __version__ string of the tensorflow build used to write this graph.
resumen com.google.protobuf.ByteString
getTensorflowVersionBytes ()
 The __version__ string of the tensorflow build used to write this graph.
booleano abstracto
hasAnyInfo ()
 A serialized protobuf.
booleano abstracto
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.

Métodos públicos

public abstract boolean containsFunctionAliases (clave de cadena)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

resumen público com.google.protobuf.Any getAnyInfo ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

resumen público com.google.protobuf.AnyOrBuilder getAnyInfoOrBuilder ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

Mapa abstracto público <String, String> getFunctionAliases ()

Utilice getFunctionAliasesMap() lugar.

public abstract int getFunctionAliasesCount ()

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

Mapa abstracto público <String, String> getFunctionAliasesMap ()

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

public abstract String getFunctionAliasesOrDefault (clave de cadena, valor predeterminado de cadena)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

public abstract String getFunctionAliasesOrThrow (clave de cadena)

 FunctionDef name to aliases mapping.
 
map<string, string> function_aliases = 8;

cadena abstracta pública getMetaGraphVersion ()

 User specified Version string. Can be the name of the model and revision,
 steps this model has been trained to, etc.
 
string meta_graph_version = 1;

resumen público com.google.protobuf.ByteString getMetaGraphVersionBytes ()

 User specified Version string. Can be the name of the model and revision,
 steps this model has been trained to, etc.
 
string meta_graph_version = 1;

getStrippedDefaultAttrs () booleano abstracto público

 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
 
bool stripped_default_attrs = 7;

OpList abstracto público getStrippedOpList ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;

resumen público OpListOrBuilder getStrippedOpListOrBuilder ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;

getTags de cadena abstracta pública (índice int)

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

resumen público com.google.protobuf.ByteString getTagsBytes (índice int)

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

public abstract int getTagsCount ()

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

Lista pública abstracta <String> getTagsList ()

 User supplied tag(s) on the meta_graph and included graph_def.
 MetaGraphDefs should be tagged with their capabilities or use-cases.
 Examples: "train", "serve", "gpu", "tpu", etc.
 These tags enable loaders to access the MetaGraph(s) appropriate for a
 specific use-case or runtime environment.
 
repeated string tags = 4;

cadena abstracta pública getTensorflowGitVersion ()

 The __git_version__ string of the tensorflow build used to write this
 graph. This will be populated by the framework, which will overwrite any
 user supplied value.
 
string tensorflow_git_version = 6;

resumen público com.google.protobuf.ByteString getTensorflowGitVersionBytes ()

 The __git_version__ string of the tensorflow build used to write this
 graph. This will be populated by the framework, which will overwrite any
 user supplied value.
 
string tensorflow_git_version = 6;

cadena abstracta pública getTensorflowVersion ()

 The __version__ string of the tensorflow build used to write this graph.
 This will be populated by the framework, which will overwrite any user
 supplied value.
 
string tensorflow_version = 5;

resumen público com.google.protobuf.ByteString getTensorflowVersionBytes ()

 The __version__ string of the tensorflow build used to write this graph.
 This will be populated by the framework, which will overwrite any user
 supplied value.
 
string tensorflow_version = 5;

público abstracto booleano hasAnyInfo ()

 A serialized protobuf. Can be the time this meta graph is created, or
 modified, or name of the model.
 
.google.protobuf.Any any_info = 3;

público abstracto booleano hasStrippedOpList ()

 A copy of the OpDefs used by the producer of this graph_def.
 Descriptions and Ops not used in graph_def are stripped out.
 
.tensorflow.OpList stripped_op_list = 2;