DebuggedGraphOrBuilder

interfaz pública DebuggedGraphOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtenerIdGrafico ()
 An ID for the graph.
resumen com.google.protobuf.ByteString
obtenerGraphIdBytes ()
 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.
resumen entero
getInstrumentedOpsCount ()
 Names of the instrumented ops.
Lista abstracta<Cadena>
getLista de operaciones instrumentadas ()
 Names of the instrumented ops.
resumen com.google.protobuf.ByteString
obtenerOriginalGraphDef ()
 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;

Cadena abstracta 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;

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;

resumen 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;

Lista abstracta pública<Cadena> 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;