DebuggedGraph

classe final pública DebuggedGraph

 A debugger-instrumented graph.
 
Protobuf tipo tensorflow.DebuggedGraph

Classes aninhadas

aula DebuggedGraph.Builder
 A debugger-instrumented graph. 

Constantes

interno GRAPH_ID_FIELD_NUMBER
interno GRAPH_NAME_FIELD_NUMBER
interno INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER
interno INSTRUMENTED_OPS_FIELD_NUMBER
interno ORIGINAL_GRAPH_DEF_FIELD_NUMBER
interno OUTER_CONTEXT_ID_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
DebuggedGraph estático
Gráfico depurado
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getGraphId ()
 An ID for the graph.
com.google.protobuf.ByteString
getGraphIdBytes ()
 An ID for the graph.
Corda
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.
Corda
getInstrumentedOps (índice interno)
 Names of the instrumented ops.
com.google.protobuf.ByteString
getInstrumentedOpsBytes (índice interno)
 Names of the instrumented ops.
interno
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).
Corda
getOuterContextId ()
 IDs of the immediate enclosing context (graph), if any.
com.google.protobuf.ByteString
getOuterContextIdBytes ()
 IDs of the immediate enclosing context (graph), if any.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
DebuggedGraph.Builder estático
DebuggedGraph.Builder estático
newBuilder (protótipo DebuggedGraph )
DebuggedGraph.Builder
DebuggedGraph estático
parseDelimitedFrom (entrada InputStream)
DebuggedGraph estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph estático
parseFrom (dados de ByteBuffer)
DebuggedGraph estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
DebuggedGraph estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph estático
parseFrom (dados com.google.protobuf.ByteString)
DebuggedGraph estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedGraph estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebuggedGraph.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

int final estático público GRAPH_ID_FIELD_NUMBER

Valor Constante: 1

int final estático público GRAPH_NAME_FIELD_NUMBER

Valor Constante: 2

público estático final int INSTRUMENTED_GRAPH_DEF_FIELD_NUMBER

Valor Constante: 5

público estático final int INSTRUMENTED_OPS_FIELD_NUMBER

Valor Constante: 3

público estático final int ORIGINAL_GRAPH_DEF_FIELD_NUMBER

Valor Constante: 4

público estático final int OUTER_CONTEXT_ID_FIELD_NUMBER

Valor Constante: 6

Métodos Públicos

booleano público é igual (Object obj)

público estático DebuggedGraph getDefaultInstance ()

público DebuggedGraph getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

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;

String pública getGraphName ()

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

público 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;

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

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

público com.google.protobuf.ByteString getOriginalGraphDef ()

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

String pública getOuterContextId ()

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

público com.google.protobuf.ByteString getOuterContextIdBytes ()

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

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático DebuggedGraph.Builder newBuilder ()

público estático DebuggedGraph.Builder newBuilder (protótipo DebuggedGraph )

público DebuggedGraph.Builder newBuilderForType ()

public static DebuggedGraph parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static DebuggedGraph parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebuggedGraph parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebuggedGraph parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static DebuggedGraph parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static DebuggedGraph parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DebuggedGraph parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público DebuggedGraph.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException