GraphDebugInfo

public final class GraphDebugInfo

tensorflow.GraphDebugInfo type tensorflow.GraphDebugInfo

Classes aninhadas

aula GraphDebugInfo.Builder tensorflow.GraphDebugInfo type tensorflow.GraphDebugInfo
aula GraphDebugInfo.FileLineCol
 This represents a file/line location in the source code. 
interface GraphDebugInfo.FileLineColOrBuilder
aula 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étodos Públicos

boleano
containsTraces (chave String)
 This maps a node name to a stack trace in the source code.
boleano
igual a (objeto obj)
GraphDebugInfo estático
GraphDebugInfo
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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 interno )
 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 >
getTraces ()
Em vez disso, use 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 (String key, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (String key)
 This maps a node name to a stack trace in the source code.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static GraphDebugInfo.Builder
newBuilder (protótipo GraphDebugInfo )
static GraphDebugInfo.Builder
GraphDebugInfo.Builder
GraphDebugInfo estático
parseDelimitedFrom (input InputStream)
GraphDebugInfo estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo estático
parseFrom (dados ByteBuffer)
GraphDebugInfo estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo estático
parseFrom (com.google.protobuf.CodedInputStream input)
GraphDebugInfo estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo estático
parseFrom (com.google.protobuf.ByteString data)
GraphDebugInfo estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphDebugInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FILES_FIELD_NUMBER

Valor Constante: 1

public static final int TRACES_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean containsTraces (String key)

 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 boolean equals (Object obj)

public static GraphDebugInfo getDefaultInstance ()

public GraphDebugInfo getDefaultInstanceForType ()

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

public String getFiles (índice interno )

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

 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;

público getParserForType ()

public int getSerializedSize ()

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

Em vez disso, use 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 (String key, 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 (String key)

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

public int hashCode ()

public final boolean isInitialized ()

public static GraphDebugInfo.Builder newBuilder (protótipo GraphDebugInfo )

public static GraphDebugInfo.Builder newBuilder ()

public GraphDebugInfo.Builder newBuilderForType ()

public static GraphDebugInfo parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static GraphDebugInfo parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static GraphDebugInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static GraphDebugInfo parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static GraphDebugInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public GraphDebugInfo.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException