публичный финальный класс DebuggedGraph
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Вложенные классы
сорт | ОтладкаGraph.Builder | A debugger-instrumented graph. |
Константы
интервал | GRAPH_ID_FIELD_NUMBER | |
интервал | GRAPH_NAME_FIELD_NUMBER | |
интервал | INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER | |
интервал | INSTRUMENTED_OPS_FIELD_NUMBER | |
интервал | ORIGINAL_GRAPH_DEF_FIELD_NUMBER | |
интервал | OUTER_CONTEXT_ID_FIELD_NUMBER |
Публичные методы
логическое значение | равно (Объект obj) |
статический отладочный график | |
Отлаженный график | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьграфид () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
Нить | получитьИмяГрафика () Name of the graph (if available). |
com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
Нить | getInstrumentedOps (индекс целого числа) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (индекс целого числа) Names of the instrumented ops. |
интервал | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getInstrumentedOpsList () Names of the instrumented ops. |
com.google.protobuf.ByteString | getOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Нить | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
интервал | |
окончательный com.google.protobuf.UnknownFieldSet | |
интервал | хэш-код () |
последнее логическое значение | |
статический DebuggedGraph.Builder | |
статический DebuggedGraph.Builder | newBuilder (прототип DebuggedGraph ) |
ОтладкаGraph.Builder | |
статический отладочный график | parseDelimitedFrom (входной поток) |
статический отладочный график | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический отладочный график | parseFrom (данные ByteBuffer) |
статический отладочный график | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический отладочный график | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический отладочный график | parseFrom (вход com.google.protobuf.CodedInputStream) |
статический отладочный график | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический отладочный график | parseFrom (данные com.google.protobuf.ByteString) |
статический отладочный график | parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический отладочный график | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
статический | парсер () |
ОтладкаGraph.Builder | toBuilder () |
пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int GRAPH_ID_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int GRAPH_NAME_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
Постоянное значение: 5
общедоступный статический окончательный int INSTRUMENTED_OPS_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int ORIGINAL_GRAPH_DEF_FIELD_NUMBER
Постоянное значение: 4
общедоступный статический окончательный int OUTER_CONTEXT_ID_FIELD_NUMBER
Постоянное значение: 6
Публичные методы
общедоступное логическое значение равно (Object obj)
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступная строка getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public com.google.protobuf.ByteString getGraphIdBytes ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
публичная строка getGraphName ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
public com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
публичная строка getInstrumentedOps (индекс int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ByteString getInstrumentedOpsBytes (индекс int)
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public int getInstrumentedOpsCount ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ProtocolStringList getInstrumentedOpsList ()
Names of the instrumented ops. This can be used to look up op name based on the numeric-summary tensors (2nd column).
repeated string instrumented_ops = 3;
public com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
общедоступная строка getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
общественный getParserForType ()
public int getSerializedSize ()
публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
публичное финальное логическое значение isInitialized ()
общедоступный статический DebuggedGraph parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический DebuggedGraph parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
public static DebuggedGraph parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static DebuggedGraph parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический DebuggedGraph parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступный статический DebuggedGraph parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический DebuggedGraph parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический DebuggedGraph parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static DebuggedGraph parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|