GraphDebugInfo

publiczna klasa końcowa GraphDebugInfo

Protobuf typu tensorflow.GraphDebugInfo

Klasy zagnieżdżone

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

Stałe

wew FILES_FIELD_NUMBER
wew TRACES_FIELD_NUMBER

Metody publiczne

wartość logiczna
zawieraTraces (klucz ciąg)
 This maps a node name to a stack trace in the source code.
wartość logiczna
równa się (obiekt obiektu)
statyczne GraphDebugInfo
Informacje o debugowaniu wykresu
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
getFiles (indeks int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (indeks int)
 This stores all the source code file names and can be indexed by the
 `file_index`.
wew
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`.
wew
Mapa<String, GraphDebugInfo.StackTrace >
pobierzTraces ()
Zamiast tego użyj getTracesMap() .
wew
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 (klucz ciągu, GraphDebugInfo.StackTrace wartość domyślna)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (klawisz ciągu)
 This maps a node name to a stack trace in the source code.
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny GraphDebugInfo.Builder
statyczny GraphDebugInfo.Builder
GraphDebugInfo.Builder
statyczne GraphDebugInfo
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne GraphDebugInfo
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne GraphDebugInfo
parseFrom (dane ByteBuffer)
statyczne GraphDebugInfo
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne GraphDebugInfo
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne GraphDebugInfo
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne GraphDebugInfo
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne GraphDebugInfo
parseFrom (dane com.google.protobuf.ByteString)
statyczne GraphDebugInfo
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne GraphDebugInfo
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
GraphDebugInfo.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int FILES_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int TRACES_FIELD_NUMBER

Wartość stała: 2

Metody publiczne

publiczna wartość logiczna zawieraTraces (klucz ciąg)

 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;

publiczna wartość logiczna równa się (obiekt obiektu)

public static GraphDebugInfo getDefaultInstance ()

public GraphDebugInfo getDefaultInstanceForType ()

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

public String getFiles (indeks 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 (indeks int)

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

publiczny 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;

publiczny getParserForType ()

publiczny int getSerializedSize ()

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

Zamiast tego użyj getTracesMap() .

publiczny 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;

publiczny GraphDebugInfo.StackTrace getTracesOrDefault (klucz ciąg, GraphDebugInfo.StackTrace wartość domyślna)

 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 (klucz ciąg)

 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;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny GraphDebugInfo.Builder newBuilder (prototyp GraphDebugInfo )

publiczny statyczny GraphDebugInfo.Builder newBuilder ()

public GraphDebugInfo.Builder newBuilderForType ()

public static GraphDebugInfo parseDelimitedFrom (wejście InputStream)

Rzuca
Wyjątek IO

publiczny statyczny GraphDebugInfo parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static GraphDebugInfo parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny GraphDebugInfo parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static GraphDebugInfo parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static GraphDebugInfo parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny GraphDebugInfo parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny GraphDebugInfo parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public GraphDebugInfo.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO