общедоступный статический конечный класс DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Публичные методы
ОтладкаGraph.Builder | addAllInstrumentedOps (значения Iterable<String>) Names of the instrumented ops. |
ОтладкаGraph.Builder | addInstrumentedOps (строковое значение) Names of the instrumented ops. |
ОтладкаGraph.Builder | addInstrumentedOpsBytes (значение com.google.protobuf.ByteString) Names of the instrumented ops. |
ОтладкаGraph.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
Отлаженный график | строить () |
Отлаженный график | |
ОтладкаGraph.Builder | прозрачный () |
ОтладкаGraph.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
ОтладкаGraph.Builder | очиститьграфид () An ID for the graph. |
ОтладкаGraph.Builder | очиститьимяграфика () Name of the graph (if available). |
ОтладкаGraph.Builder | ClearInstrumentedGraphDef () An encoded version of a GraphDef. |
ОтладкаGraph.Builder | очиститьИнструментедОпс () Names of the instrumented ops. |
ОтладкаGraph.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ОтладкаGraph.Builder | ОчиститьОригиналГрафДеф () Original (uninstrumented) GraphDef (if available). |
ОтладкаGraph.Builder | ClearOuterContextId () IDs of the immediate enclosing context (graph), if any. |
ОтладкаGraph.Builder | клон () |
Отлаженный график | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
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. |
последнее логическое значение | |
ОтладкаGraph.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ОтладкаGraph.Builder | mergeFrom (com.google.protobuf.Message другое) |
окончательный DebuggedGraph.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
ОтладкаGraph.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
ОтладкаGraph.Builder | setGraphId (строковое значение) An ID for the graph. |
ОтладкаGraph.Builder | setGraphIdBytes (значение com.google.protobuf.ByteString) An ID for the graph. |
ОтладкаGraph.Builder | setGraphName (строковое значение) Name of the graph (if available). |
ОтладкаGraph.Builder | setGraphNameBytes (значение com.google.protobuf.ByteString) Name of the graph (if available). |
ОтладкаGraph.Builder | setInstrumentedGraphDef (значение com.google.protobuf.ByteString) An encoded version of a GraphDef. |
ОтладкаGraph.Builder | setInstrumentedOps (индекс int, строковое значение) Names of the instrumented ops. |
ОтладкаGraph.Builder | setOriginalGraphDef (значение com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
ОтладкаGraph.Builder | setOuterContextId (строковое значение) IDs of the immediate enclosing context (graph), if any. |
ОтладкаGraph.Builder | setOuterContextIdBytes (значение com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
ОтладкаGraph.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
окончательный DebuggedGraph.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public DebuggedGraph.Builder addAllInstrumentedOps (значения Iterable<String>)
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 DebuggedGraph.Builder addInstrumentedOps (строковое значение)
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 DebuggedGraph.Builder addInstrumentedOpsBytes (значение com.google.protobuf.ByteString)
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 DebuggedGraph.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
общедоступный DebuggedGraph.Builder ClearGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder ClearGraphName ()
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder ClearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public DebuggedGraph.Builder ClearInstrumentedOps ()
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 DebuggedGraph.Builder ClearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
общедоступный DebuggedGraph.Builder ClearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступная строка 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;
публичное финальное логическое значение isInitialized ()
public DebuggedGraph.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный финальный DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public DebuggedGraph.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public DebuggedGraph.Builder setGraphId (строковое значение)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder setGraphIdBytes (значение com.google.protobuf.ByteString)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
public DebuggedGraph.Builder setGraphName (строковое значение)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setGraphNameBytes (значение com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
public DebuggedGraph.Builder setInstrumentedGraphDef (значение com.google.protobuf.ByteString)
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
public DebuggedGraph.Builder setInstrumentedOps (индекс 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 DebuggedGraph.Builder setOriginalGraphDef (значение com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public DebuggedGraph.Builder setOuterContextId (строковое значение)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
public DebuggedGraph.Builder setOuterContextIdBytes (значение com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;