رابط عمومی DebuggedGraphOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
رشته انتزاعی | getGraphId () An ID for the graph. |
چکیده com.google.protobuf.ByteString | getGraphIdBytes () An ID for the graph. |
رشته انتزاعی | 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. |
رشته انتزاعی | getInstrumentedOps (شاخص int) Names of the instrumented ops. |
چکیده com.google.protobuf.ByteString | getInstrumentedOpsBytes (شاخص int) Names of the instrumented ops. |
انتزاعی | getInstrumentedOpsCount () Names of the instrumented ops. |
فهرست انتزاعی<String> | 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. |
روش های عمومی
رشته انتزاعی عمومی getGraphId ()
An ID for the graph. This can be used up to look up graph names. Generated by the debugger.
string graph_id = 1;
چکیده عمومی 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;
عمومی انتزاعی com.google.protobuf.ByteString getGraphNameBytes ()
Name of the graph (if available).
string graph_name = 2;
چکیده عمومی 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 index)
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;
چکیده عمومی com.google.protobuf.ByteString getInstrumentedOpsBytes (int index)
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;
انتزاعی عمومی 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;
فهرست انتزاعی عمومی<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;
چکیده عمومی 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;
چکیده عمومی com.google.protobuf.ByteString getOuterContextIdBytes ()
IDs of the immediate enclosing context (graph), if any.
string outer_context_id = 6;