classe final estática pública DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Métodos Públicos
DebuggedGraph.Builder | addAllInstrumentedOps (valores Iterable<String>) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOps (valor da string) Names of the instrumented ops. |
DebuggedGraph.Builder | addInstrumentedOpsBytes (valor com.google.protobuf.ByteString) Names of the instrumented ops. |
DebuggedGraph.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Gráfico depurado | construir () |
Gráfico depurado | |
DebuggedGraph.Builder | claro () |
DebuggedGraph.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedGraph.Builder | limparGraphId () An ID for the graph. |
DebuggedGraph.Builder | limparGraphName () Name of the graph (if available). |
DebuggedGraph.Builder | clearInstrumentedGraphDef () An encoded version of a GraphDef. |
DebuggedGraph.Builder | clearInstrumentedOps () Names of the instrumented ops. |
DebuggedGraph.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
DebuggedGraph.Builder | limparOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | clearOuterContextId () IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | clonar () |
Gráfico depurado | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getGraphId () An ID for the graph. |
com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
Corda | getGraphName () 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. |
Corda | getInstrumentedOps (índice interno) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (índice interno) Names of the instrumented ops. |
interno | 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). |
Corda | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
booleano final | |
DebuggedGraph.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedGraph.Builder | mergeFrom (com.google.protobuf.Message outro) |
final DebuggedGraph.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
DebuggedGraph.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
DebuggedGraph.Builder | setGraphId (valor da string) An ID for the graph. |
DebuggedGraph.Builder | setGraphIdBytes (valor com.google.protobuf.ByteString) An ID for the graph. |
DebuggedGraph.Builder | setGraphName (valor da string) Name of the graph (if available). |
DebuggedGraph.Builder | setGraphNameBytes (valor com.google.protobuf.ByteString) Name of the graph (if available). |
DebuggedGraph.Builder | setInstrumentedGraphDef (valor com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DebuggedGraph.Builder | setInstrumentedOps (índice int, valor String) Names of the instrumented ops. |
DebuggedGraph.Builder | setOriginalGraphDef (valor com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DebuggedGraph.Builder | setOuterContextId (valor da string) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setOuterContextIdBytes (valor com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DebuggedGraph.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final DebuggedGraph.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public DebuggedGraph.Builder addAllInstrumentedOps (valores 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;
público DebuggedGraph.Builder addInstrumentedOps (valor de 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;
público DebuggedGraph.Builder addInstrumentedOpsBytes (valor 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public 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;
público 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;
público DebuggedGraph.Builder clearOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
public DebuggedGraph.Builder clearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
String pública getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
público 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;
String pública getGraphName ()
Name of the graph (if available).
string graph_name = 2;
público 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;
String pública getInstrumentedOps (índice 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;
público com.google.protobuf.ByteString getInstrumentedOpsBytes (índice 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;
público com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
String pública getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público final booleano isInitialized ()
public DebuggedGraph.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
final público DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public DebuggedGraph.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público DebuggedGraph.Builder setGraphId (valor de string)
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
público DebuggedGraph.Builder setGraphIdBytes (valor 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;
público DebuggedGraph.Builder setGraphName (valor da string)
Name of the graph (if available).
string graph_name = 2;
público DebuggedGraph.Builder setGraphNameBytes (valor com.google.protobuf.ByteString)
Name of the graph (if available).
string graph_name = 2;
público DebuggedGraph.Builder setInstrumentedGraphDef (valor 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 (índice int, valor 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;
público DebuggedGraph.Builder setOriginalGraphDef (valor com.google.protobuf.ByteString)
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
público DebuggedGraph.Builder setOuterContextId (valor da string)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público DebuggedGraph.Builder setOuterContextIdBytes (valor com.google.protobuf.ByteString)
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;