מחלקה סופית סטטית ציבורית GraphDebugInfo.Builder
סוג Protobuf tensorflow.GraphDebugInfo
שיטות ציבוריות
| GraphDebugInfo.Builder | addAllFiles (ערכי <String> שניתן לבצע) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addFiles (ערך מחרוזת) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addFilesBytes (ערך com.google.protobuf.ByteString) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
| GraphDebugInfo | לבנות () |
| GraphDebugInfo | buildPartial () |
| GraphDebugInfo.Builder | ברור () |
| GraphDebugInfo.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
| GraphDebugInfo.Builder | clearFiles () This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| GraphDebugInfo.Builder | clearTraces () |
| GraphDebugInfo.Builder | שיבוט () |
| בוליאני | containsTraces (מפתח מחרוזת) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| חוּט | getFiles (int index) This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ByteString | getFilesBytes (int index) This stores all the source code file names and can be indexed by the `file_index`. |
| int | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ProtocolStringList | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
| מפה<String, GraphDebugInfo.StackTrace > | getMutableTraces () השתמש במקום זאת באביזרי מוטציה חלופיים. |
| מפה<String, GraphDebugInfo.StackTrace > | getTraces () השתמש ב- getTracesMap() במקום זאת. |
| int | getTracesCount () This maps a node name to a stack trace in the source code. |
| מפה<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrDefault (מפתח מחרוזת, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrThrow (מפתח מחרוזת) This maps a node name to a stack trace in the source code. |
| בוליאנית סופית | |
| GraphDebugInfo.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.Message אחר) |
| Final GraphDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| GraphDebugInfo.Builder | putAllTraces (Map<String, GraphDebugInfo.StackTrace > ערכים) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | putTraces (מפתח מחרוזת, ערך GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | removeTraces (מפתח מחרוזת) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
| GraphDebugInfo.Builder | setFiles (int index, ערך מחרוזת) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
| Final GraphDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public GraphDebugInfo.Builder addAllFiles (ערכי <String> שניתן לבצע)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public GraphDebugInfo.Builder addFiles (ערך מחרוזת)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public GraphDebugInfo.Builder addFilesBytes (ערך com.google.protobuf.ByteString)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public GraphDebugInfo.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public GraphDebugInfo.Builder clearFiles ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; Public Boolean containsTraces (מפתח מחרוזת)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
getFiles מחרוזת ציבורית (int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public com.google.protobuf.ByteString getFilesBytes (int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public com.google.protobuf.ProtocolStringList getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; מפה ציבורית<String, GraphDebugInfo.StackTrace > getMutableTraces ()
השתמש במקום זאת באביזרי מוטציה חלופיים.
public int getTracesCount ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; מפה ציבורית<String, GraphDebugInfo.StackTrace > getTracesMap ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; Public GraphDebugInfo.StackTrace getTracesOrDefault (מפתח מחרוזת, GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; public GraphDebugInfo.StackTrace getTracesOrThrow (מפתח מחרוזת)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; בוליאני הסופי הציבורי הוא אתחול ()
public GraphDebugInfo.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public final GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > ערכים)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; public GraphDebugInfo.Builder putTraces (מפתח מחרוזת, ערך GraphDebugInfo.StackTrace )
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; public GraphDebugInfo.Builder removeTraces (מפתח מחרוזת)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2; public GraphDebugInfo.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
public GraphDebugInfo.Builder setFiles (int index, ערך מחרוזת)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;