GraphDebugInfo.Builder

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
GraphDebugInfo
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;

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

build pubblica di GraphDebugInfo ()

public GraphDebugInfo buildPartial ()

pubblico GraphDebugInfo.Builder chiaro ()

public GraphDebugInfo.Builder clearField (campo 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)

pubblico GraphDebugInfo.Builder clearTraces ()

clone pubblico di GraphDebugInfo.Builder ()

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;

pubblico GraphDebugInfo getDefaultInstanceForType ()

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 Map<String, GraphDebugInfo.StackTrace > getTraces ()

Utilizzare invece 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 (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

public GraphDebugInfo.Builder mergeFrom (com.google.protobuf.Message altro)

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;

public GraphDebugInfo.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

pubblico finale GraphDebugInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)