NodeDef.ExperimentalDebugInfo

공개 정적 최종 클래스 NodeDef.ExperimentalDebugInfo

Protobuf 유형 tensorflow.NodeDef.ExperimentalDebugInfo

중첩 클래스

수업 NodeDef.ExperimentalDebugInfo.Builder Protobuf 유형 tensorflow.NodeDef.ExperimentalDebugInfo

상수

정수 ORIGINAL_FUNC_NAMES_FIELD_NUMBER
정수 ORIGINAL_NODE_NAMES_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 NodeDef.ExperimentalDebugInfo
NodeDef.ExperimentalDebugInfo
최종 정적 com.google.protobuf.Descriptors.Descriptor
getOriginalFuncNames (정수 인덱스)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
com.google.protobuf.ByteString
getOriginalFuncNamesBytes (정수 인덱스)
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
정수
getOriginalFuncNamesCount ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
com.google.protobuf.ProtocolStringList
getOriginalFuncNamesList ()
 This is intended to store the list of names of the functions from the
 original graph that this node was derived.
getOriginalNodeNames (정수 인덱스)
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ByteString
getOriginalNodeNamesBytes (정수 인덱스)
 Opaque string inserted into error messages created by the runtime.
정수
getOriginalNodeNamesCount ()
 Opaque string inserted into error messages created by the runtime.
com.google.protobuf.ProtocolStringList
getOriginalNodeNamesList ()
 Opaque string inserted into error messages created by the runtime.
정수
최종 com.google.protobuf.UnknownFieldSet
정수
최종 부울
정적 NodeDef.ExperimentalDebugInfo.Builder
정적 NodeDef.ExperimentalDebugInfo.Builder
NodeDef.ExperimentalDebugInfo.Builder
정적 NodeDef.ExperimentalDebugInfo
parsDelimitedFrom (InputStream 입력)
정적 NodeDef.ExperimentalDebugInfo
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 NodeDef.ExperimentalDebugInfo
parsFrom (ByteBuffer 데이터)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 NodeDef.ExperimentalDebugInfo
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 NodeDef.ExperimentalDebugInfo
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
NodeDef.ExperimentalDebugInfo.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int ORIGINAL_FUNC_NAMES_FIELD_NUMBER

상수값: 2

공개 정적 최종 int ORIGINAL_NODE_NAMES_FIELD_NUMBER

상수값: 1

공개 방법

공개 부울은 (객체 obj)와 같습니다 .

공개 정적 NodeDef.ExperimentalDebugInfo getDefaultInstance ()

공개 NodeDef.ExperimentalDebugInfo getDefaultInstanceForType ()

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

공개 문자열 getOriginalFuncNames (int 인덱스)

 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 
repeated string original_func_names = 2;

공개 com.google.protobuf.ByteString getOriginalFuncNamesBytes (int 인덱스)

 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 
repeated string original_func_names = 2;

공개 int getOriginalFuncNamesCount ()

 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 
repeated string original_func_names = 2;

공개 com.google.protobuf.ProtocolStringList getOriginalFuncNamesList ()

 This is intended to store the list of names of the functions from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of node A in function FA and node B in function
 FB, then `original_funcs` would be {FA, FB}. If the node is in the top
 level graph, the `original_func` is empty. This information, with the
 `original_node_names` can be used to map errors originating at the
 current ndoe to some top level source code.
 
repeated string original_func_names = 2;

공개 문자열 getOriginalNodeNames (int 인덱스)

 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 
repeated string original_node_names = 1;

공개 com.google.protobuf.ByteString getOriginalNodeNamesBytes (int 인덱스)

 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 
repeated string original_node_names = 1;

공개 int getOriginalNodeNamesCount ()

 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 
repeated string original_node_names = 1;

공개 com.google.protobuf.ProtocolStringList getOriginalNodeNamesList ()

 Opaque string inserted into error messages created by the runtime.
 This is intended to store the list of names of the nodes from the
 original graph that this node was derived. For example if this node, say
 C, was result of a fusion of 2 nodes A and B, then 'original_node' would
 be {A, B}. This information can be used to map errors originating at the
 current node to some top level source code.
 
repeated string original_node_names = 1;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 NodeDef.ExperimentalDebugInfo.Builder newBuilder ( NodeDef.ExperimentalDebugInfo 프로토타입)

공개 정적 NodeDef.ExperimentalDebugInfo.Builder newBuilder ()

공개 NodeDef.ExperimentalDebugInfo.Builder newBuilderForType ()

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석DelimitedFrom (InputStream 입력)

던지기
IO예외

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

던지기
IO예외

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석 (ByteBuffer 데이터)

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

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

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

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

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

던지기
IO예외

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

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

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

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

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석 (InputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 NodeDef.ExperimentalDebugInfo 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

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

공개 정적 파서 ()

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

던지기
IO예외