GraphDebugInfo.Builder

מחלקה סופית סטטית ציבורית GraphDebugInfo.Builder

סוג Protobuf tensorflow.GraphDebugInfo

שיטות ציבוריות

GraphDebugInfo.Builder
addAllFiles (ערכי <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
GraphDebugInfo
GraphDebugInfo.Builder
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`.
GraphDebugInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphDebugInfo.Builder
GraphDebugInfo.Builder
בוליאני
containsTraces (מפתח מחרוזת)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
חוּט
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`.
מפה<String, GraphDebugInfo.StackTrace >
getMutableTraces ()
השתמש במקום זאת באביזרי מוטציה חלופיים.
מפה<String, GraphDebugInfo.StackTrace >
getTraces ()
השתמש getTracesMap() במקום זאת.
int
getTracesCount ()
 This maps a node name to a stack trace in the source code.
מפה<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 אחר)
Final GraphDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
GraphDebugInfo.Builder
putAllTraces (Map<String, GraphDebugInfo.StackTrace > ערכים)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
putTraces (מפתח מחרוזת, ערך 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 index, ערך מחרוזת)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
Final GraphDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public GraphDebugInfo.Builder addAllFiles (ערכי <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 ציבורית ()

public GraphDebugInfo buildPartial ()

public GraphDebugInfo.Builder clear ()

public GraphDebugInfo.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

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 clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public GraphDebugInfo.Builder clearTraces ()

שיבוט ציבורי GraphDebugInfo.Builder ()

בוליאני ציבורי מכיל עקבות (מפתח מחרוזת)

 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 getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

getFiles מחרוזת ציבורית (int index)

 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 index)

 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;

מפה ציבורית<String, GraphDebugInfo.StackTrace > getMutableTraces ()

השתמש במקום זאת באביזרי מוטציה חלופיים.

מפה ציבורית<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;

מפה ציבורית<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;

בוליאני הסופי הציבורי הוא אתחול ()

public GraphDebugInfo.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public GraphDebugInfo.Builder mergeFrom (com.google.protobuf.Message אחר)

public final GraphDebugInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

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 index, ערך מחרוזת)

 This stores all the source code file names and can be indexed by the
 `file_index`.
 
repeated string files = 1;

public GraphDebugInfo.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)

public final GraphDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)