общедоступный статический конечный класс GraphDebugInfo.Builder
Тип Protobuf tensorflow.GraphDebugInfo
Публичные методы
| GraphDebugInfo.Builder | addAllFiles (значения Iterable<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.Builder | прозрачный () |
| GraphDebugInfo.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
| GraphDebugInfo.Builder | ОчиститьФайлы () 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 | клон () |
| логическое значение | содержитTraces (строковый ключ) This maps a node name to a stack trace in the source code. |
| Графдебагинформация | |
| окончательный статический com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Нить | getFiles (целевой индекс) This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ByteString | getFilesBytes (индекс целого числа) This stores all the source code file names and can be indexed by the `file_index`. |
| интервал | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
| com.google.protobuf.ProtocolStringList | получить список файлов () This stores all the source code file names and can be indexed by the `file_index`. |
| Map<String, GraphDebugInfo.StackTrace > | getMutableTraces () Вместо этого используйте альтернативные методы доступа к мутациям. |
| Map<String, GraphDebugInfo.StackTrace > | получитьТрассы () Вместо этого используйте getTracesMap() . |
| интервал | 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 (строковый ключ, 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 другое) |
| окончательный GraphDebugInfo.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| GraphDebugInfo.Builder | putAllTraces (значения Map<String, GraphDebugInfo.StackTrace >) This maps a node name to a stack trace in the source code. |
| GraphDebugInfo.Builder | putTraces (ключ String, значение 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, строковое значение) This stores all the source code file names and can be indexed by the `file_index`. |
| GraphDebugInfo.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
| окончательный GraphDebugInfo.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public GraphDebugInfo.Builder addAllFiles (значения 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 (строковое значение)
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, значение объекта)
общедоступный 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`.
repeated string files = 1; общедоступный GraphDebugInfo.Builder ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
общедоступное логическое значение 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; общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступная строка getFiles (индекс 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 (индекс 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; общедоступный 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; общедоступная Map<String, GraphDebugInfo.StackTrace > getMutableTraces ()
Вместо этого используйте альтернативные методы доступа к мутациям.
общедоступная Map<String, GraphDebugInfo.StackTrace > getTraces ()
Вместо этого используйте getTracesMap() .
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 (строковый ключ, 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; публичное окончательное логическое значение isInitialized ()
общедоступный GraphDebugInfo.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный финал GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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, строковое значение)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;