MetaGraphDef.MetaInfoDef

публичный статический конечный класс 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 tensorflow.MetaGraphDef.MetaInfoDef

Вложенные классы

сорт MetaGraphDef.MetaInfoDef.Builder
 Meta information regarding the graph to be exported. 

Константы

интервал ЛЮБОЕ_INFO_FIELD_NUMBER
интервал FUNCTION_ALIASES_FIELD_NUMBER
интервал META_GRAPH_VERSION_FIELD_NUMBER
интервал STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER
интервал STRIPPED_OP_LIST_FIELD_NUMBER
интервал TAGS_FIELD_NUMBER
интервал TENSORFLOW_GIT_VERSION_FIELD_NUMBER
интервал TENSORFLOW_VERSION_FIELD_NUMBER

Публичные методы

логическое значение
содержитFunctionAliases (строковый ключ)
 FunctionDef name to aliases mapping.
логическое значение
равно (Объект obj)
com.google.protobuf.Любой
com.google.protobuf.AnyOrBuilder
getAnyInfoOrBuilder ()
 A serialized protobuf.
статический MetaGraphDef.MetaInfoDef
MetaGraphDef.MetaInfoDef
окончательный статический com.google.protobuf.Descriptors.Descriptor
Карта<Строка, Строка>
getFunctionAliases ()
Вместо этого используйте getFunctionAliasesMap() .
интервал
getFunctionAliasesCount ()
 FunctionDef name to aliases mapping.
Карта<Строка, Строка>
getFunctionAliasesMap ()
 FunctionDef name to aliases mapping.
Нить
getFunctionAliasesOrDefault (строковый ключ, строковое значение по умолчанию)
 FunctionDef name to aliases mapping.
Нить
getFunctionAliasesOrThrow (строковый ключ)
 FunctionDef name to aliases mapping.
Нить
получитьМетаГрафВерсион ()
 User specified Version string.
com.google.protobuf.ByteString
getMetaGraphVersionBytes ()
 User specified Version string.
интервал
логическое значение
getStrippedDefaultAttrs ()
 A flag to denote whether default-valued attrs have been stripped from
 the nodes in this graph_def.
Оплист
getStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
Оплисторбилдер
getStrippedOpListOrBuilder ()
 A copy of the OpDefs used by the producer of this graph_def.
Нить
getTags (целочисленный индекс)
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ByteString
getTagsBytes (целочисленный индекс)
 User supplied tag(s) on the meta_graph and included graph_def.
интервал
getTagsCount ()
 User supplied tag(s) on the meta_graph and included graph_def.
com.google.protobuf.ProtocolStringList
получитьСписокТегов ()
 User supplied tag(s) on the meta_graph and included graph_def.
Нить
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.
Нить
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.
окончательный com.google.protobuf.UnknownFieldSet
логическое значение
имеетЛюбаяИнформация ()
 A serialized protobuf.
логическое значение
имеетСтрипОпЛист ()
 A copy of the OpDefs used by the producer of this graph_def.
интервал
последнее логическое значение
статический MetaGraphDef.MetaInfoDef.Builder
статический MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef.Builder
статический MetaGraphDef.MetaInfoDef
parseDelimitedFrom (входной поток)
статический MetaGraphDef.MetaInfoDef
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический MetaGraphDef.MetaInfoDef
parseFrom (данные ByteBuffer)
статический MetaGraphDef.MetaInfoDef
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический MetaGraphDef.MetaInfoDef
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический MetaGraphDef.MetaInfoDef
parseFrom (ввод com.google.protobuf.CodedInputStream)
статический MetaGraphDef.MetaInfoDef
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический MetaGraphDef.MetaInfoDef
parseFrom (данные com.google.protobuf.ByteString)
статический MetaGraphDef.MetaInfoDef
parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический MetaGraphDef.MetaInfoDef
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
MetaGraphDef.MetaInfoDef.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int ANY_INFO_FIELD_NUMBER

Постоянное значение: 3

общедоступный статический окончательный int FUNCTION_ALIASES_FIELD_NUMBER

Постоянное значение: 8

общедоступный статический окончательный int META_GRAPH_VERSION_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int STRIPPED_DEFAULT_ATTRS_FIELD_NUMBER

Постоянное значение: 7

общедоступный статический окончательный int STRIPPED_OP_LIST_FIELD_NUMBER

Постоянное значение: 2

общедоступный статический финал int TAGS_FIELD_NUMBER

Постоянное значение: 4

общедоступный статический окончательный int TENSORFLOW_GIT_VERSION_FIELD_NUMBER

Постоянное значение: 6

общедоступный статический окончательный int TENSORFLOW_VERSION_FIELD_NUMBER

Постоянное значение: 5

Публичные методы

общедоступное логическое значение containsFunctionAliases (строковый ключ)

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

общедоступное логическое значение равно (Object obj)

общедоступный 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;

общедоступный 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;

общедоступный статический MetaGraphDef.MetaInfoDef getDefaultInstance ()

public MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступная Map<String, String> getFunctionAliases ()

Вместо этого используйте getFunctionAliasesMap() .

public int getFunctionAliasesCount ()

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

общедоступная карта<String, String> getFunctionAliasesMap ()

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

общедоступная строка getFunctionAliasesOrDefault (строковый ключ, строковое значение по умолчанию)

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

общедоступная строка getFunctionAliasesOrThrow (строковый ключ)

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

публичная строка 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;

public 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;

общественный getParserForType ()

public int getSerializedSize ()

общедоступное логическое значение getStrippedDefaultAttrs ()

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

общедоступный список операций 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;

общедоступный 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 (индекс 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 com.google.protobuf.ByteString getTagsBytes (индекс 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 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;

общедоступный com.google.protobuf.ProtocolStringList 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;

публичная строка 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;

public 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;

публичная строка 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;

public 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;

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

общедоступное логическое значение 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;

общедоступное логическое значение 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;

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический MetaGraphDef.MetaInfoDef.Builder newBuilder (прототип MetaGraphDef.MetaInfoDef )

общедоступный статический MetaGraphDef.MetaInfoDef.Builder newBuilder ()

общедоступный MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

общедоступный статический MetaGraphDef.MetaInfoDef parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступный статический MetaGraphDef.MetaInfoDef parseDelimitedFrom (вход InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический MetaGraphDef.MetaInfoDef parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный MetaGraphDef.MetaInfoDef.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO