classe final estática pública GraphDebugInfo.Builder
Tipo de protobuf tensorflow.GraphDebugInfo
Métodos Públicos
GraphDebugInfo.Builder | addAllFiles (valores Iterable<String>) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFiles (valor de string) This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | addFilesBytes (valor 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, valor do objeto) |
GraphDebugInfo | construir () |
GraphDebugInfo | |
GraphDebugInfo.Builder | claro () |
GraphDebugInfo.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
GraphDebugInfo.Builder | limpar arquivos () This stores all the source code file names and can be indexed by the `file_index`. |
GraphDebugInfo.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
GraphDebugInfo.Builder | limparTraces () |
GraphDebugInfo.Builder | clonar () |
booleano | contémTraces (chave de string) This maps a node name to a stack trace in the source code. |
GraphDebugInfo | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getFiles (índice interno) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (índice interno) This stores all the source code file names and can be indexed by the `file_index`. |
interno | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ProtocolStringList | getListaArquivos () This stores all the source code file names and can be indexed by the `file_index`. |
Mapa<String, GraphDebugInfo.StackTrace > | getMutableTraces () Use acessadores de mutação alternativos. |
Mapa<String, GraphDebugInfo.StackTrace > | obterTraces () Use getTracesMap() em vez disso. |
interno | getTracesCount () This maps a node name to a stack trace in the source code. |
Mapa<String, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (chave de string, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (chave de string) This maps a node name to a stack trace in the source code. |
booleano final | |
GraphDebugInfo.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.Builder | mergeFrom (com.google.protobuf.Message outro) |
final GraphDebugInfo.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
GraphDebugInfo.Builder | putAllTraces (Map<String, GraphDebugInfo.StackTrace > valores) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | putTraces (chave String, valor GraphDebugInfo.StackTrace ) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | removeTraces (chave de string) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
GraphDebugInfo.Builder | setFiles (índice int, valor String) 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, índice int, valor do objeto) |
final GraphDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public GraphDebugInfo.Builder addAllFiles (valores 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 (valor de string)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público GraphDebugInfo.Builder addFilesBytes (valor 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, valor do objeto)
público 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 (chave 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;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
string pública getFiles (índice int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público com.google.protobuf.ByteString getFilesBytes (índice int)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
público 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 ()
Use acessadores de mutação alternativos.
público 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;
público GraphDebugInfo.StackTrace getTracesOrDefault (chave String, 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;
público GraphDebugInfo.StackTrace getTracesOrThrow (chave de 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;
público final booleano isInitialized ()
public GraphDebugInfo.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
público final GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > valores)
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 (chave String, valor 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;
público GraphDebugInfo.Builder removeTraces (chave 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, valor do objeto)
público GraphDebugInfo.Builder setFiles (índice int, valor String)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;