GraphDebugInfo.Builder

clase final estática pública GraphDebugInfo.Builder

Protobuf tipo tensorflow.GraphDebugInfo

Métodos públicos

GraphDebugInfo.Builder
addAllFiles (valores Iterable<String>)
 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 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
borrar archivos ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
GraphDebugInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
GraphDebugInfo.Builder
GraphDebugInfo.Builder
clonar ()
booleano
contieneTraces (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
Cadena
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
obtener lista de archivos ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
Mapa<Cadena, GraphDebugInfo.StackTrace >
getMutableTraces ()
Utilice descriptores de acceso de mutación alternativos en su lugar.
Mapa<Cadena, GraphDebugInfo.StackTrace >
obtenerTrazas ()
Utilice getTracesMap() en su lugar.
En t
getTracesCount ()
 This maps a node name to a stack trace in the source code.
Mapa<Cadena, GraphDebugInfo.StackTrace >
obtenerTracesMap ()
 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 extensiónRegistry)
GraphDebugInfo.Builder
mergeFrom (com.google.protobuf.Message otro)
GraphDebugInfo.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
GraphDebugInfo.Builder
putAllTraces (Map<String, GraphDebugInfo.StackTrace > valores)
 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)
GraphDebugInfo.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

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

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

addFiles públicos GraphDebugInfo.Builder (valor de cadena)

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

público GraphDebugInfo.Builder addFilesBytes (valor com.google.protobuf.ByteString)

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

público GraphDebugInfo.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública GraphDebugInfo ()

public GraphDebugInfo buildPartial ()

público GraphDebugInfo.Builder claro ()

público GraphDebugInfo.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público GraphDebugInfo.Builder clearFiles ()

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

público GraphDebugInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público GraphDebugInfo.Builder clearTraces ()

clon público GraphDebugInfo.Builder ()

booleano público contieneTraces (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;

público GraphDebugInfo getDefaultInstanceForType ()

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

cadena pública getFiles (índice int)

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

público 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;

público int getFilesCount ()

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

público 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;

Mapa público<Cadena, GraphDebugInfo.StackTrace > getMutableTraces ()

Utilice descriptores de acceso de mutación alternativos en su lugar.

Mapa público<Cadena, GraphDebugInfo.StackTrace > getTraces ()

Utilice getTracesMap() en su lugar.

público 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;

Mapa público<Cadena, 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;

público GraphDebugInfo.StackTrace getTracesOrDefault (clave de cadena, 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;

pública 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;

público final booleano isInitialized ()

mergeFrom público GraphDebugInfo.Builder (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público GraphDebugInfo.Builder mergeFrom (com.google.protobuf.Message otro)

GraphDebugInfo.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público GraphDebugInfo.Builder putAllTraces (Map<String, GraphDebugInfo.StackTrace > valores)

 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;

público GraphDebugInfo.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

setFiles públicos GraphDebugInfo.Builder (í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;

público GraphDebugInfo.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

GraphDebugInfo.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)