공개 정적 최종 클래스 DebuggedGraph.Builder
A debugger-instrumented graph.Protobuf 유형
tensorflow.DebuggedGraph
공개 방법
디버깅된 그래프.빌더 | addAllInstrumentedOps (Iterable<String> 값) Names of the instrumented ops. |
디버깅된 그래프.빌더 | addInstrumentedOps (문자열 값) Names of the instrumented ops. |
디버깅된 그래프.빌더 | addInstrumentedOpsBytes (com.google.protobuf.ByteString 값) Names of the instrumented ops. |
디버깅된 그래프.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버깅된 그래프 | 짓다 () |
디버깅된 그래프 | 빌드부분 () |
디버깅된 그래프.빌더 | 분명한 () |
디버깅된 그래프.빌더 | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
디버깅된 그래프.빌더 | 클리어그래프ID () An ID for the graph. |
디버깅된 그래프.빌더 | 클리어그래프이름 () Name of the graph (if available). |
디버깅된 그래프.빌더 | ClearInstrumentedGraphDef () An encoded version of a GraphDef. |
디버깅된 그래프.빌더 | 명확한InstrumentedOps () Names of the instrumented ops. |
디버깅된 그래프.빌더 | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
디버깅된 그래프.빌더 | ClearOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
디버깅된 그래프.빌더 | ClearOuterContextId () IDs of the immediate enclosing context (graph), if any. |
디버깅된 그래프.빌더 | 클론 () |
디버깅된 그래프 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
끈 | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
끈 | 그래프이름 () Name of the graph (if available). |
com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
끈 | getInstrumentedOps (정수 인덱스) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (정수 인덱스) Names of the instrumented ops. |
정수 | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | getOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
끈 | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
최종 부울 | 초기화됨 () |
디버깅된 그래프.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
디버깅된 그래프.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 DebuggedGraph.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
디버깅된 그래프.빌더 | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버깅된 그래프.빌더 | setGraphId (문자열 값) An ID for the graph. |
디버깅된 그래프.빌더 | setGraphIdBytes (com.google.protobuf.ByteString 값) An ID for the graph. |
디버깅된 그래프.빌더 | setGraphName (문자열 값) Name of the graph (if available). |
디버깅된 그래프.빌더 | setGraphNameBytes (com.google.protobuf.ByteString 값) Name of the graph (if available). |
디버깅된 그래프.빌더 | setInstrumentedGraphDef (com.google.protobuf.ByteString 값) An encoded version of a GraphDef. |
디버깅된 그래프.빌더 | setInstrumentedOps (int 인덱스, 문자열 값) Names of the instrumented ops. |
디버깅된 그래프.빌더 | setOriginalGraphDef (com.google.protobuf.ByteString 값) Original (uninstrumented) GraphDef (if available). |
디버깅된 그래프.빌더 | setOuterContextId (문자열 값) IDs of the immediate enclosing context (graph), if any. |
디버깅된 그래프.빌더 | setOuterContextIdBytes (com.google.protobuf.ByteString 값) IDs of the immediate enclosing context (graph), if any. |
디버깅된 그래프.빌더 | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 DebuggedGraph.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 DebuggedGraph.Builder addAllInstrumentedOps (Iterable<String> 값)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 DebuggedGraph.Builder addInstrumentedOps (문자열 값)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 DebuggedGraph.Builder addInstrumentedOpsBytes (com.google.protobuf.ByteString 값)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 DebuggedGraph.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 DebuggedGraph.Builder ClearGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
공개 DebuggedGraph.Builder ClearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
공개 DebuggedGraph.Builder ClearInstrumentedOps ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 DebuggedGraph.Builder ClearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
공개 DebuggedGraph.BuilderclearOuterContextId ( )
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
공개 com.google.protobuf.ByteString getGraphIdBytes ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
공개 문자열 getGraphName ()
Name of the graph (if available).
string graph_name = 2;
공개 com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
공개 com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
공개 문자열 getInstrumentedOps (int 인덱스)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 com.google.protobuf.ByteString getInstrumentedOpsBytes (int 인덱스)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 int getInstrumentedOpsCount ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 com.google.protobuf.ProtocolStringList getInstrumentedOpsList ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
공개 문자열 getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
공개 com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
공개 최종 부울 isInitialized ()
공개 DebuggedGraph.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 DebuggedGraph.Builder setGraphId (문자열 값)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
공개 DebuggedGraph.Builder setGraphIdBytes (com.google.protobuf.ByteString 값)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
공개 DebuggedGraph.Builder setGraphName (문자열 값)
Name of the graph (if available).
string graph_name = 2;
공개 DebuggedGraph.Builder setGraphNameBytes (com.google.protobuf.ByteString 값)
Name of the graph (if available).
string graph_name = 2;
공개 DebuggedGraph.Builder setInstrumentedGraphDef (com.google.protobuf.ByteString 값)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
공개 DebuggedGraph.Builder setInstrumentedOps (int 인덱스, 문자열 값)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
공개 DebuggedGraph.Builder setOriginalGraphDef (com.google.protobuf.ByteString 값)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
공개 DebuggedGraph.Builder setOuterContextId (문자열 값)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
공개 DebuggedGraph.Builder setOuterContextIdBytes (com.google.protobuf.ByteString 값)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;