GraphDebugInfo

classe finale pubblica GraphDebugInfo

Tipo di protocollo tensorflow.GraphDebugInfo

Classi nidificate

classe GraphDebugInfo.Builder Tipo di protocollo tensorflow.GraphDebugInfo
classe GraphDebugInfo.FileLineCol
 This represents a file/line location in the source code. 
interfaccia GraphDebugInfo.FileLineColOrBuilder
classe GraphDebugInfo.StackTrace
 This represents a stack trace which is a ordered list of `FileLineCol`. 
interfaccia GraphDebugInfo.StackTraceOrBuilder

Costanti

int FILES_FIELD_NUMBER
int TRACES_FIELD_NUMBER

Metodi pubblici

booleano
contieneTracce (chiave String)
 This maps a node name to a stack trace in the source code.
booleano
è uguale a (Oggetto oggetto)
GraphDebugInfo statico
GraphDebugInfo
com.google.protobuf.Descriptors.Descriptor statico finale
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`.
int
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.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
GraphDebugInfo.Builder statico
GraphDebugInfo.Builder statico
GraphDebugInfo.Builder
GraphDebugInfo statico
parseDelimitedFrom (input InputStream)
GraphDebugInfo statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo statico
parseFrom (dati ByteBuffer)
GraphDebugInfo statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
GraphDebugInfo statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
GraphDebugInfo statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo statico
parseFrom (dati com.google.protobuf.ByteString)
GraphDebugInfo statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
GraphDebugInfo.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int FILES_FIELD_NUMBER

Valore costante: 1

public static final int TRACES_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

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;

booleano pubblico è uguale a (Oggetto obj)

pubblico statico GraphDebugInfo getDefaultInstance ()

pubblico GraphDebugInfo getDefaultInstanceForType ()

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

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;

pubblico getParserForType ()

public int getSerializedSize ()

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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static GraphDebugInfo.Builder newBuilder (prototipo GraphDebugInfo )

pubblico statico GraphDebugInfo.Builder newBuilder ()

public GraphDebugInfo.Builder newBuilderForType ()

public static GraphDebugInfo parseDelimitedFrom (input InputStream)

Lancia
IOException

public static GraphDebugInfo parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico GraphDebugInfo (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico GraphDebugInfo (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico GraphDebugInfo (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico GraphDebugInfo (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static GraphDebugInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico GraphDebugInfo (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico GraphDebugInfo (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico GraphDebugInfo.Builder toBuilder ()

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

Lancia
IOException