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. 

상수

정수 ANY_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

공개 방법

부울
containFunctionAliases (문자열 키)
 FunctionDef name to aliases mapping.
부울
같음 (객체 객체)
com.google.protobuf.Any
getAnyInfo ()
 A serialized 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 (문자열 키, 문자열 defaultValue)
 FunctionDef name to aliases mapping.
getFunctionAliasesOrThrow (문자열 키)
 FunctionDef name to aliases mapping.
getMetaGraphVersion ()
 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.
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.
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
getTagsList ()
 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
부울
hasAnyInfo ()
 A serialized protobuf.
부울
hasStrippedOpList ()
 A copy of the OpDefs used by the producer of this graph_def.
정수
최종 부울
정적 MetaGraphDef.MetaInfoDef.Builder
정적 MetaGraphDef.MetaInfoDef.Builder
MetaGraphDef.MetaInfoDef.Builder
정적 MetaGraphDef.MetaInfoDef
parsDelimitedFrom (InputStream 입력)
정적 MetaGraphDef.MetaInfoDef
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 MetaGraphDef.MetaInfoDef
parsFrom (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 확장Registry)
정적 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 출력)

상속된 메서드

상수

공개 정적 최종 정수 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

공개 정적 최종 정수 TAGS_FIELD_NUMBER

상수값: 4

공개 정적 최종 int TENSORFLOW_GIT_VERSION_FIELD_NUMBER

상수값: 6

공개 정적 최종 int TENSORFLOW_VERSION_FIELD_NUMBER

상수값: 5

공개 방법

공개 부울 containFunctionAliases (문자열 키)

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

공개 부울(객체 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 ()

공개 MetaGraphDef.MetaInfoDef getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 Map<String, String> getFunctionAliases ()

대신 getFunctionAliasesMap() 사용하세요.

공개 int getFunctionAliasesCount ()

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

공용 Map<String, String> getFunctionAliasesMap ()

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

공개 문자열 getFunctionAliasesOrDefault (문자열 키, 문자열 defaultValue)

 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;

공개 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 ()

공개 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;

공개 OpList 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;

공개 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;

공개 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;

공개 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;

공개 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;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 MetaGraphDef.MetaInfoDef.Builder newBuilder ( MetaGraphDef.MetaInfoDef 프로토타입)

공개 정적 MetaGraphDef.MetaInfoDef.Builder newBuilder ()

공개 MetaGraphDef.MetaInfoDef.Builder newBuilderForType ()

공개 정적 MetaGraphDef.MetaInfoDef parseDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 MetaGraphDef.MetaInfoDefparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장 레지스트리)

던지기
IO예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 MetaGraphDef.MetaInfoDef 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 MetaGraphDef.MetaInfoDef.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외