পাবলিক ইন্টারফেস 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. |
বিমূর্ত int | getInstrumentedOpsCount () Names of the instrumented ops. |
বিমূর্ত তালিকা<স্ট্রিং> | 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 সূচক)
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 সূচক)
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;