classe finale statica pubblica GraphDebugInfo.Builder
Tipo di protocollo tensorflow.GraphDebugInfo
Metodi pubblici
GraphDebugInfo.Builder | addAllFiles (valori Iterable<String>) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFiles (valore stringa) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFilesBytes (valore com.google.protobuf.ByteString) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
GraphDebugInfo | costruire () |
GraphDebugInfo | buildPartial () |
GraphDebugInfo.Builder | chiaro () |
GraphDebugInfo.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GraphDebugInfo.Builder | cancellaFile () 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 | clone () |
booleano | contieneTracce (chiave String) This maps a node name to a stack trace in the source code. |
GraphDebugInfo | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getFiles (indice int) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (indice 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`. |
Map<String, GraphDebugInfo.StackTrace > | getMutableTraces () Utilizzare invece accessori di mutazione alternativi. |
Map<String, GraphDebugInfo.StackTrace > | getTracce () Utilizzare invece getTracesMap() . |
int | getTracesCount () This maps a node name to a stack trace in the source code. |
Map<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (chiave stringa, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (chiave String) This maps a node name to a stack trace in the source code. |
booleano finale | |
GraphDebugInfo.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.Message altro) |
finale GraphDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
GraphDebugInfo.Builder | putAllTraces (Map<String, GraphDebugInfo.StackTrace > valori) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | putTraces (chiave String, valore GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | rimuoviTracce (chiave String) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
GraphDebugInfo.Builder | setFiles (indice int, valore stringa) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
finale GraphDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public GraphDebugInfo.Builder addAllFiles (valori 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 (valore stringa)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
pubblico GraphDebugInfo.Builder addFilesBytes (valore 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public GraphDebugInfo.Builder clearFiles ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
booleano pubblico contieneTraces (chiave String)
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 ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getFiles (indice int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
pubblico com.google.protobuf.ByteString getFilesBytes (indice 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;
pubblico 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 ()
Utilizzare invece accessori di mutazione alternativi.
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 (chiave stringa, 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 (chiave String)
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 booleano isInitialized ()
public GraphDebugInfo.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
pubblico finale GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > valori)
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 (chiave String, valore 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 rimuoviTraces (chiave String)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public GraphDebugInfo.Builder setFiles (indice int, valore stringa)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;