GraphExecutionTrace

clase 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

Clases anidadas

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

Constantes

En t DISPOSITIVO_NOMBRE_CAMPO_NÚMERO
En t OP_NAME_FIELD_NUMBER
En t OUTPUT_SLOT_FIELD_NUMBER
En t TENSOR_DEBUG_MODE_FIELD_NUMBER
En t TENSOR_PROTO_FIELD_NUMBER
En t TFDBG_CONTEXT_ID_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
GraphExecutionTrace estático
GraphExecutionTrace
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
getNombre del dispositivo ()
 Name of the device that the op belongs to.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
Cadena
obtenerNombreOp ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
com.google.protobuf.ByteString
getNombreOpBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
En t
obtener ranura de salida ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
En t
Modo TensorDebug
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
En t
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
obtenerTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
Cadena
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).
com.google.protobuf.UnknownFieldSet final
booleano
tieneTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
En t
booleano final
GraphExecutionTrace.Builder estático
GraphExecutionTrace.Builder estático
GraphExecutionTrace.Builder
GraphExecutionTrace estático
parseDelimitedFrom (entrada de InputStream)
GraphExecutionTrace estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (datos de ByteBuffer)
GraphExecutionTrace estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
GraphExecutionTrace estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
GraphExecutionTrace estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (datos com.google.protobuf.ByteString)
GraphExecutionTrace estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphExecutionTrace estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
GraphExecutionTrace.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DEVICE_NAME_FIELD_NUMBER

Valor constante: 6

int final estático público OP_NAME_FIELD_NUMBER

Valor constante: 2

int final estático público OUTPUT_SLOT_FIELD_NUMBER

Valor constante: 3

int final estático público TENSOR_DEBUG_MODE_FIELD_NUMBER

Valor constante: 4

int final estático público TENSOR_PROTO_FIELD_NUMBER

Valor constante: 5

int final estático público TFDBG_CONTEXT_ID_FIELD_NUMBER

Valor constante: 1

Métodos públicos

público booleano es igual (Objeto obj)

pública estática GraphExecutionTrace getDefaultInstance ()

pública GraphExecutionTrace getDefaultInstanceForType ()

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

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

cadena 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 ()

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

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

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

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

código hash int público ()

público final booleano isInitialized ()

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

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

público GraphExecutionTrace.Builder newBuilderForType ()

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

Lanza
IOExcepción

GraphExecutionTrace estático público parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

GraphExecutionTrace parseFrom estático público (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

GraphExecutionTrace parseFrom estático público (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

GraphExecutionTrace parseFrom estático público (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público GraphExecutionTrace.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción