classe finale statique publique GraphDebugInfo.Builder
tensorflow.GraphDebugInfo de type Protobuf.GraphDebugInfo
Méthodes publiques
| GraphDebugInfo.Builder | addAllFiles (valeurs Iterable<String>) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addFiles (valeur de chaîne) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addFilesBytes (valeur com.google.protobuf.ByteString) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| GraphDebugInfo | construire () |
| GraphDebugInfo | buildPartial () |
| GraphDebugInfo.Builder | clair () |
| GraphDebugInfo.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
| GraphDebugInfo.Builder | effacer les fichiers () 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 | |
| GraphDebugInfo.Builder | cloner () |
| booléen | contientTraces (clé de chaîne) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Chaîne | getFiles (index entier) This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ByteString | getFilesBytes (index int) 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`. |
| Carte<String, GraphDebugInfo.StackTrace > | getMutableTraces () Utilisez plutôt d’autres accesseurs de mutation. |
| Carte<String, GraphDebugInfo.StackTrace > | obtenirTraces () Utilisez plutôt getTracesMap() . |
| int | getTracesCount () This maps a node name to a stack trace in the source code. |
| Carte<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrDefault (clé de chaîne, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.StackTrace | getTracesOrThrow (clé de chaîne) This maps a node name to a stack trace in the source code. |
| booléen final | |
| GraphDebugInfo.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.Message autre) |
| final GraphDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
| GraphDebugInfo.Builder | putAllTraces (Map<String, GraphDebugInfo.StackTrace > valeurs) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | putTraces (clé de chaîne, valeur GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | supprimerTraces (clé de chaîne) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| GraphDebugInfo.Builder | setFiles (index int, valeur de chaîne) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
| final GraphDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public GraphDebugInfo.Builder addAllFiles (valeurs Iterable<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 (valeur de chaîne)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1; public GraphDebugInfo.Builder addFilesBytes (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
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 containTraces (clé de chaîne)
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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique getFiles (index int)
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 (index int)
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; public Map<String, GraphDebugInfo.StackTrace > getMutableTraces ()
Utilisez plutôt d’autres accesseurs de mutation.
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; public Map<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 (clé de chaîne, 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 (clé de chaîne)
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 final booléen isInitialized ()
public GraphDebugInfo.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public final GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > valeurs)
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 (clé de chaîne, valeur 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 (clé de chaîne)
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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public GraphDebugInfo.Builder setFiles (index int, valeur de chaîne)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;