GraphDebugInfo

публичный финальный класс GraphDebugInfo

Тип Protobuf tensorflow.GraphDebugInfo

Вложенные классы

сорт GraphDebugInfo.Builder Тип Protobuf tensorflow.GraphDebugInfo
сорт GraphDebugInfo.FileLineCol
 This represents a file/line location in the source code. 
интерфейс GraphDebugInfo.FileLineColOrBuilder
сорт GraphDebugInfo.StackTrace
 This represents a stack trace which is a ordered list of `FileLineCol`. 
интерфейс GraphDebugInfo.StackTraceOrBuilder

Константы

интервал FILES_FIELD_NUMBER
интервал TRACES_FIELD_NUMBER

Публичные методы

логическое значение
содержитTraces (строковый ключ)
 This maps a node name to a stack trace in the source code.
логическое значение
равно (Объект obj)
статический GraphDebugInfo
Графдебагинформация
окончательный статический com.google.protobuf.Descriptors.Descriptor
Нить
getFiles (целевой индекс)
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ByteString
getFilesBytes (индекс целого числа)
 This stores all the source code file names and can be indexed by the
 `file_index`.
интервал
getFilesCount ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
com.google.protobuf.ProtocolStringList
получить список файлов ()
 This stores all the source code file names and can be indexed by the
 `file_index`.
интервал
Map<String, GraphDebugInfo.StackTrace >
получитьТрассы ()
Вместо этого используйте getTracesMap() .
интервал
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 (строковый ключ, GraphDebugInfo.StackTrace defaultValue)
 This maps a node name to a stack trace in the source code.
GraphDebugInfo.StackTrace
getTracesOrThrow (строковый ключ)
 This maps a node name to a stack trace in the source code.
окончательный com.google.protobuf.UnknownFieldSet
интервал
последнее логическое значение
статический GraphDebugInfo.Builder
newBuilder (прототип GraphDebugInfo )
статический GraphDebugInfo.Builder
GraphDebugInfo.Builder
статический GraphDebugInfo
parseDelimitedFrom (входной поток)
статический GraphDebugInfo
parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDebugInfo
parseFrom (данные ByteBuffer)
статический GraphDebugInfo
parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDebugInfo
parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDebugInfo
parseFrom (вход com.google.protobuf.CodedInputStream)
статический GraphDebugInfo
parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDebugInfo
parseFrom (данные com.google.protobuf.ByteString)
статический GraphDebugInfo
parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический GraphDebugInfo
parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
статический
GraphDebugInfo.Builder
пустота
writeTo (вывод com.google.protobuf.CodedOutputStream)

Унаследованные методы

Константы

общедоступный статический окончательный int FILES_FIELD_NUMBER

Постоянное значение: 1

общедоступный статический окончательный int TRACES_FIELD_NUMBER

Постоянное значение: 2

Публичные методы

общедоступное логическое значение containsTraces (строковый ключ)

 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;

общедоступное логическое значение равно (Object obj)

общедоступный статический GraphDebugInfo getDefaultInstance ()

общедоступный GraphDebugInfo getDefaultInstanceForType ()

общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()

общедоступная строка getFiles (индекс 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 (индекс 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;

общедоступный 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;

общественный getParserForType ()

public int getSerializedSize ()

общедоступная Map<String, GraphDebugInfo.StackTrace > getTraces ()

Вместо этого используйте 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;

общедоступная 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 (строковый ключ, 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 (строковый ключ)

 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;

публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

публичное финальное логическое значение isInitialized ()

общедоступный статический GraphDebugInfo.Builder newBuilder (прототип GraphDebugInfo )

общедоступный статический GraphDebugInfo.Builder newBuilder ()

общедоступный GraphDebugInfo.Builder newBuilderForType ()

общедоступный статический GraphDebugInfo parseDelimitedFrom (вход InputStream)

Броски
Исключение IO

общедоступный статический GraphDebugInfo parseDelimitedFrom (входной поток InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический GraphDebugInfo parseFrom (данные ByteBuffer)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический анализ GraphDebugInfo (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический GraphDebugInfo parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический анализ GraphDebugInfo (вход com.google.protobuf.CodedInputStream)

Броски
Исключение IO

общедоступный статический GraphDebugInfo parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический анализ GraphDebugInfo (данные com.google.protobuf.ByteString)

Броски
Инвалидпротоколбуфферисключение

общедоступный статический GraphDebugInfo parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Исключение IO

общедоступный статический анализ GraphDebugInfo (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Броски
Инвалидпротоколбуфферисключение

общественный статический парсер ()

общедоступный GraphDebugInfo.Builder toBuilder ()

public void writeTo (вывод com.google.protobuf.CodedOutputStream)

Броски
Исключение IO