GraphDebugInfo

classe finale publique GraphDebugInfo

tensorflow.GraphDebugInfo de type Protobuf.GraphDebugInfo

Classes imbriquées

classe GraphDebugInfo.Builder tensorflow.GraphDebugInfo de type Protobuf.GraphDebugInfo
classe GraphDebugInfo.FileLineCol
 This represents a file/line location in the source code. 
interface GraphDebugInfo.FileLineColOrBuilder
classe GraphDebugInfo.StackTrace
 This represents a stack trace which is a ordered list of `FileLineCol`. 
interface GraphDebugInfo.StackTraceOrBuilder

Constantes

int FILES_FIELD_NUMBER
int TRACES_FIELD_NUMBER

Méthodes publiques

booléen
contientTraces (clé de chaîne)
 This maps a node name to a stack trace in the source code.
booléen
est égal (Obj objet)
statique GraphDebugInfo
GraphDebugInfo
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getFiles (index entier)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (index 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`.
int
Carte<String, GraphDebugInfo.StackTrace >
obtenirTraces ()
Utilisez plutôt getTracesMap() .
int
getTracesCount ()
 This maps a node name to a stack trace in the source code.
Carte<String, GraphDebugInfo.StackTrace >
getTracesMap ()
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrDefault (clé de chaîne, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (clé de chaîne)
 This maps a node name to a stack trace in the source code.
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique GraphDebugInfo.Builder
statique GraphDebugInfo.Builder
GraphDebugInfo.Builder
statique GraphDebugInfo
parseDelimitedFrom (entrée InputStream)
statique GraphDebugInfo
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo
parseFrom (données ByteBuffer)
statique GraphDebugInfo
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique GraphDebugInfo
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo
parseFrom (données com.google.protobuf.ByteString)
statique GraphDebugInfo
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
GraphDebugInfo.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier FILES_FIELD_NUMBER

Valeur constante : 1

public statique final int TRACES_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public boolean containTraces (clé de chaîne)

 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 booléen égal (Objet obj)

public statique GraphDebugInfo getDefaultInstance ()

public GraphDebugInfo getDefaultInstanceForType ()

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

chaîne publique getFiles (index 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 (index 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;

publique getParserForType ()

public int getSerializedSize ()

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

Utilisez plutôt 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 (clé de chaîne, 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 (clé de chaîne)

 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 com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique GraphDebugInfo.Builder newBuilder (prototype GraphDebugInfo )

public statique GraphDebugInfo.Builder newBuilder ()

public GraphDebugInfo.Builder newBuilderForType ()

public statique GraphDebugInfo parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static GraphDebugInfo parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique GraphDebugInfo parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static GraphDebugInfo parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static GraphDebugInfo parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique GraphDebugInfo parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public GraphDebugInfo.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException