clase final estática pública DebuggedGraph.Builder
A debugger-instrumented graph.
tensorflow.DebuggedGraph
Métodos públicos
DepuradoGraph.Builder | addAllInstrumentedOps (valores Iterable<String>) Names of the instrumented ops. |
DepuradoGraph.Builder | addInstrumentedOps (valor de cadena) Names of the instrumented ops. |
DepuradoGraph.Builder | addInstrumentedOpsBytes (valor com.google.protobuf.ByteString) Names of the instrumented ops. |
DepuradoGraph.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
Gráfico depurado | construir () |
Gráfico depurado | |
DepuradoGraph.Builder | claro () |
DepuradoGraph.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
DepuradoGraph.Builder | borrarIdGraphId () An ID for the graph. |
DepuradoGraph.Builder | borrar nombre de gráfico () Name of the graph (if available). |
DepuradoGraph.Builder | clearInstrumentedGraphDef () An encoded version of a GraphDef. |
DepuradoGraph.Builder | clearInstrumentedOps () Names of the instrumented ops. |
DepuradoGraph.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
DepuradoGraph.Builder | borrarOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
DepuradoGraph.Builder | borrarContextoExteriorId () IDs of the immediate enclosing context (graph), if any. |
DepuradoGraph.Builder | clonar () |
Gráfico depurado | |
com.google.protobuf.Descriptors.Descriptor estático final | |
com.google.protobuf.Descriptors.Descriptor | |
Cadena | obtenerIdGrafico () An ID for the graph. |
com.google.protobuf.ByteString | obtenerGraphIdBytes () An ID for the graph. |
Cadena | 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. |
Cadena | getInstrumentedOps (índice int) Names of the instrumented ops. |
com.google.protobuf.ByteString | getInstrumentedOpsBytes (índice int) Names of the instrumented ops. |
entero | getInstrumentedOpsCount () Names of the instrumented ops. |
com.google.protobuf.ProtocolStringList | getLista de operaciones instrumentadas () Names of the instrumented ops. |
com.google.protobuf.ByteString | obtenerOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
Cadena | 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 | |
DepuradoGraph.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
DepuradoGraph.Builder | mergeFrom (com.google.protobuf.Message otro) |
final DebuggedGraph.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
DepuradoGraph.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
DepuradoGraph.Builder | setGraphId (valor de cadena) An ID for the graph. |
DepuradoGraph.Builder | setGraphIdBytes (valor com.google.protobuf.ByteString) An ID for the graph. |
DepuradoGraph.Builder | setGraphName (valor de cadena) Name of the graph (if available). |
DepuradoGraph.Builder | setGraphNameBytes (valor com.google.protobuf.ByteString) Name of the graph (if available). |
DepuradoGraph.Builder | setInstrumentedGraphDef (valor com.google.protobuf.ByteString) An encoded version of a GraphDef. |
DepuradoGraph.Builder | setInstrumentedOps (índice int, valor de cadena) Names of the instrumented ops. |
DepuradoGraph.Builder | setOriginalGraphDef (valor com.google.protobuf.ByteString) Original (uninstrumented) GraphDef (if available). |
DepuradoGraph.Builder | setOuterContextId (valor de cadena) IDs of the immediate enclosing context (graph), if any. |
DepuradoGraph.Builder | setOuterContextIdBytes (valor com.google.protobuf.ByteString) IDs of the immediate enclosing context (graph), if any. |
DepuradoGraph.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
final DebuggedGraph.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
Métodos heredados
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;
public DebuggedGraph.Builder addInstrumentedOps (valor de cadena)
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 del objeto)
público 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;
público DebuggedGraph.Builder clearInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
público 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;
público DebuggedGraph.Builder clearOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
cadena 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;
cadena 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;
público com.google.protobuf.ByteString getInstrumentedGraphDef ()
An encoded version of a GraphDef. This graph may include the debugger-inserted ops.
bytes instrumented_graph_def = 5;
cadena 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;
público 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;
público 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;
Cadena 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)
Lanza
IOExcepción |
---|
público final DebuggedGraph.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público DebuggedGraph.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público DebuggedGraph.Builder setGraphId (valor de cadena)
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 de cadena)
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;
público DebuggedGraph.Builder setInstrumentedOps (índice int, valor de cadena)
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 de cadena)
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;