interfaz pública DebuggedGraphOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | getGraphId () An ID for the graph. |
resumen com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
cadena abstracta | getGraphName () Name of the graph (if available). |
resumen com.google.protobuf.ByteString | getGraphNameBytes () Name of the graph (if available). |
resumen com.google.protobuf.ByteString | getInstrumentedGraphDef () An encoded version of a GraphDef. |
cadena abstracta | getInstrumentedOps (índice int) Names of the instrumented ops. |
resumen com.google.protobuf.ByteString | getInstrumentedOpsBytes (índice int) Names of the instrumented ops. |
int abstracto | getInstrumentedOpsCount () Names of the instrumented ops. |
Lista abstracta <String> | getInstrumentedOpsList () Names of the instrumented ops. |
resumen com.google.protobuf.ByteString | getOriginalGraphDef () Original (uninstrumented) GraphDef (if available). |
cadena abstracta | getOuterContextId () IDs of the immediate enclosing context (graph), if any. |
resumen com.google.protobuf.ByteString | getOuterContextIdBytes () IDs of the immediate enclosing context (graph), if any. |
Métodos públicos
cadena abstracta 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;
resumen 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 abstracta pública getGraphName ()
Name of the graph (if available).
string graph_name = 2;
resumen público com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
resumen 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;
getInstrumentedOps de cadena abstracta pública (í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;
resumen 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 abstract 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;
Lista pública abstracta <String> 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;
resumen público com.google.protobuf.ByteString getOriginalGraphDef ()
Original (uninstrumented) GraphDef (if available).
bytes original_graph_def = 4;
cadena abstracta pública getOuterContextId ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;
resumen público com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;