GraphExecutionTrace

classe final pública GraphExecutionTrace

 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph).
 The values of the intermediate tensors computed in the graph are recorded
 in this proto. A graph execution may correspond to one or more pieces of
 `GraphExecutionTrace`, depending on whether the instrumented tensor values
 are summarized in an aggregated or separate fashion.
 
Protobuf tipo tensorflow.GraphExecutionTrace

Classes aninhadas

aula GraphExecutionTrace.Builder
 Data relating to an execution of a Graph (e.g., an eager execution of a
 FuncGraph). 

Constantes

interno DEVICE_NAME_FIELD_NUMBER
interno OP_NAME_FIELD_NUMBER
interno OUTPUT_SLOT_FIELD_NUMBER
interno TENSOR_DEBUG_MODE_FIELD_NUMBER
interno TENSOR_PROTO_FIELD_NUMBER
interno TFDBG_CONTEXT_ID_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
GraphExecutionTrace estático
GraphExecutionTrace
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getDeviceName ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
Corda
getOpNome ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
com.google.protobuf.ByteString
getOpNomeBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
interno
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
interno
TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
interno
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Corda
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
final com.google.protobuf.UnknownFieldSet
boleano
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
interno
booleano final
GraphExecutionTrace.Builder estático
GraphExecutionTrace.Builder estático
GraphExecutionTrace.Builder
GraphExecutionTrace estático
parseDelimitedFrom (entrada InputStream)
GraphExecutionTrace estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (dados de ByteBuffer)
GraphExecutionTrace estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
GraphExecutionTrace estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (dados com.google.protobuf.ByteString)
GraphExecutionTrace estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphExecutionTrace.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DEVICE_NAME_FIELD_NUMBER

Valor Constante: 6

público estático final int OP_NAME_FIELD_NUMBER

Valor Constante: 2

público estático final int OUTPUT_SLOT_FIELD_NUMBER

Valor Constante: 3

int final estático público TENSOR_DEBUG_MODE_FIELD_NUMBER

Valor Constante: 4

público estático final int TENSOR_PROTO_FIELD_NUMBER

Valor Constante: 5

público estático final int TFDBG_CONTEXT_ID_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

público estático GraphExecutionTrace getDefaultInstance ()

público GraphExecutionTrace getDefaultInstanceForType ()

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

String pública getDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

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

 Name of the device that the op belongs to.
 
string device_name = 6;

String pública getOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

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

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

público int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

público getParserForType ()

público int getSerializedSize ()

public TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

público int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

TensorProto público getTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

público TensorProtoOrBuilder getTensorProtoOrBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

String pública getTfdbgContextId ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

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

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

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

hasTensorProto booleano público ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

hashCode int público ()

público final booleano isInitialized ()

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

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

público GraphExecutionTrace.Builder newBuilderForType ()

público estático GraphExecutionTrace parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático GraphExecutionTrace parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

público estático GraphExecutionTrace parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

público estático GraphExecutionTrace parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático GraphExecutionTrace parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

público GraphExecutionTrace.Builder toBuilder ()

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

Lança
IOException