public static final class GraphDebugInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder> implements GraphDebugInfoOrBuilder
tensorflow.GraphDebugInfo
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.Builder |
addAllFiles(Iterable<String> values)
This stores all the source code file names and can be indexed by the
`file_index`.
|
GraphDebugInfo.Builder |
addFiles(String value)
This stores all the source code file names and can be indexed by the
`file_index`.
|
GraphDebugInfo.Builder |
addFilesBytes(com.google.protobuf.ByteString value)
This stores all the source code file names and can be indexed by the
`file_index`.
|
GraphDebugInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GraphDebugInfo |
build() |
GraphDebugInfo |
buildPartial() |
GraphDebugInfo.Builder |
clear() |
GraphDebugInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
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 |
clone() |
boolean |
containsTraces(String key)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
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`.
|
Map<String,GraphDebugInfo.StackTrace> |
getMutableTraces()
Deprecated.
|
Map<String,GraphDebugInfo.StackTrace> |
getTraces()
Deprecated.
|
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(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
GraphDebugInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.Builder |
mergeFrom(GraphDebugInfo other) |
GraphDebugInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
GraphDebugInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GraphDebugInfo.Builder |
putAllTraces(Map<String,GraphDebugInfo.StackTrace> values)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.Builder |
putTraces(String key,
GraphDebugInfo.StackTrace value)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.Builder |
removeTraces(String key)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GraphDebugInfo.Builder |
setFiles(int index,
String value)
This stores all the source code file names and can be indexed by the
`file_index`.
|
GraphDebugInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GraphDebugInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GraphDebugInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GraphDebugInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GraphDebugInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder mergeFrom(GraphDebugInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public GraphDebugInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GraphDebugInfo.Builder>
IOException
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;
getFilesList
in interface GraphDebugInfoOrBuilder
public int getFilesCount()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFilesCount
in interface GraphDebugInfoOrBuilder
public String getFiles(int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFiles
in interface GraphDebugInfoOrBuilder
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;
getFilesBytes
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.Builder setFiles(int index, String value)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public GraphDebugInfo.Builder addFiles(String value)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public GraphDebugInfo.Builder addAllFiles(Iterable<String> values)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
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 GraphDebugInfo.Builder addFilesBytes(com.google.protobuf.ByteString value)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
public int getTracesCount()
GraphDebugInfoOrBuilder
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesCount
in interface GraphDebugInfoOrBuilder
public boolean containsTraces(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
containsTraces
in interface GraphDebugInfoOrBuilder
@Deprecated public Map<String,GraphDebugInfo.StackTrace> getTraces()
getTracesMap()
instead.getTraces
in interface GraphDebugInfoOrBuilder
public Map<String,GraphDebugInfo.StackTrace> getTracesMap()
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesMap
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.StackTrace getTracesOrDefault(String key, GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesOrDefault
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.StackTrace getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesOrThrow
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.Builder clearTraces()
public GraphDebugInfo.Builder removeTraces(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
@Deprecated public Map<String,GraphDebugInfo.StackTrace> getMutableTraces()
public GraphDebugInfo.Builder putTraces(String key, GraphDebugInfo.StackTrace value)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
public GraphDebugInfo.Builder putAllTraces(Map<String,GraphDebugInfo.StackTrace> values)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
public final GraphDebugInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
public final GraphDebugInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
Copyright © 2015–2019. All rights reserved.