GraphDebugInfo.Builder

clase final estática pública GraphDebugInfo.Builder

Tipo de tensorflow.GraphDebugInfo

Métodos públicos

GraphDebugInfo.Builder
addAllFiles (valores <String> iterables )
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
addFiles (valor de cadena)
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
addFilesBytes (valor de 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 del objeto)
GraphDebugInfo
GraphDebugInfo
GraphDebugInfo.Builder
claro ()
GraphDebugInfo.Builder
clearField (campo 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
clonar ()
booleano
containsTraces (clave de cadena)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getFiles (índice int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (índice int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
En t
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`.
Mapa <String, GraphDebugInfo.StackTrace >
getMutableTraces ()
En su lugar, utilice accesores de mutación alternativos.
Mapa <String, GraphDebugInfo.StackTrace >
getTraces ()
Utilice getTracesMap() lugar.
En t
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 (clave de cadena, GraphDebugInfo.StackTrace defaultValue )
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (clave de cadena)
 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 otro)
final GraphDebugInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
GraphDebugInfo.Builder
putAllTraces ( valores de Map <String, GraphDebugInfo.StackTrace >)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
putTraces (clave de cadena, valor GraphDebugInfo.StackTrace )
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
removeTraces (clave de cadena)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
GraphDebugInfo.Builder
setFiles (índice int, valor de cadena)
 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 del objeto)
final GraphDebugInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public GraphDebugInfo.Builder addAllFiles (valores <String> iterables )

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

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

public GraphDebugInfo.Builder addFilesBytes (valor de 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 del objeto)

public GraphDebugInfo build ()

public GraphDebugInfo buildPartial ()

public GraphDebugInfo.Builder clear ()

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)

public GraphDebugInfo.Builder clearTraces ()

public GraphDebugInfo.Builder clone ()

public boolean containsTraces (clave de cadena)

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

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

getFiles de cadena pública (índice 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 (índice 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;

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;

public Map <String, GraphDebugInfo.StackTrace > getMutableTraces ()

En su lugar, utilice accesores de mutación alternativos.

public Map <String, GraphDebugInfo.StackTrace > getTraces ()

Utilice getTracesMap() lugar.

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 (clave de cadena, GraphDebugInfo.StackTrace valor predeterminado)

 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 (clave de cadena)

 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 boolean isInitialized ()

public GraphDebugInfo.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

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

public GraphDebugInfo.Builder putAllTraces ( valores de 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 (clave de cadena, 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;

public GraphDebugInfo.Builder removeTraces (clave de cadena)

 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 del objeto)

public GraphDebugInfo.Builder setFiles (índice int, valor de cadena)

 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, índice int, valor del objeto)

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