DebuggedGraph

パブリック最終クラスDebuggedGraph

 A debugger-instrumented graph.
 
Protobuf 型tensorflow.DebuggedGraph

ネストされたクラス

クラスDebuggedGraph.Builder
 A debugger-instrumented graph. 

定数

整数GRAPH_ID_FIELD_NUMBER
整数GRAPH_NAME_FIELD_NUMBER
整数INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
整数INSTRUMENTED_OPS_FIELD_NUMBER
整数ORIGINAL_GRAPH_DEF_FIELD_NUMBER
整数OUTER_CONTEXT_ID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的なDebuggedGraph
デバッグされたグラフ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
getグラフ名()
 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.
com.google.protobuf.ProtocolStringList
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.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的DebuggedGraph.Builder
静的DebuggedGraph.Builder
newBuilder ( DebuggedGraphプロトタイプ)
DebuggedGraph.Builder
静的なDebuggedGraph
parseDelimitedFrom (InputStream 入力)
静的なDebuggedGraph
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なDebuggedGraph
parseFrom (ByteBuffer データ)
静的なDebuggedGraph
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なDebuggedGraph
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なDebuggedGraph
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的なDebuggedGraph
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なDebuggedGraph
parseFrom (com.google.protobuf.ByteString データ)
静的なDebuggedGraph
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的なDebuggedGraph
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
DebuggedGraph.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数GRAPH_ID_FIELD_NUMBER

定数値: 1

パブリック静的最終整数GRAPH_NAME_FIELD_NUMBER

定数値: 2

パブリック静的最終整数INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

定数値: 5

パブリック静的最終整数INSTRUMENTED_OPS_FIELD_NUMBER

定数値: 3

パブリック静的最終整数ORIGINAL_GRAPH_DEF_FIELD_NUMBER

定数値: 4

パブリック静的最終整数OUTER_CONTEXT_ID_FIELD_NUMBER

定数値: 6

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static DebuggedGraph getDefaultInstance ()

public DebuggedGraph getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

パブリック String getGraphId ()

 An ID for the graph.
 This can be used up to look up graph names. Generated by the debugger.
 
string graph_id = 1;

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

public String getGraphName ()

 Name of the graph (if available).
 
string graph_name = 2;

public com.google.protobuf.ByteString getGraphNameBytes ()

 Name of the graph (if available).
 
string graph_name = 2;

public com.google.protobuf.ByteString getInstrumentedGraphDef ()

 An encoded version of a GraphDef.
 This graph may include the debugger-inserted ops.
 
bytes instrumented_graph_def = 5;

public String 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;

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

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

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

public com.google.protobuf.ByteString getOriginalGraphDef ()

 Original (uninstrumented) GraphDef (if available).
 
bytes original_graph_def = 4;

パブリック String getOuterContextId ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

public com.google.protobuf.ByteString getOuterContextIdBytes ()

 IDs of the immediate enclosing context (graph), if any.
 
string outer_context_id = 6;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static DebuggedGraph.Builder newBuilder ()

public static DebuggedGraph.Builder newBuilder ( DebuggedGraphプロトタイプ)

public DebuggedGraph.Builder newBuilderForType ()

public static DebuggedGraph parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static DebuggedGraph parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedGraph parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedGraph parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebuggedGraph parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static DebuggedGraph parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebuggedGraph parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static DebuggedGraph parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedGraph parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public DebuggedGraph.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外