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.
tensorflow.GraphExecutionTrace Clases anidadas
| clase | GraphExecutionTrace.Builder | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). | |
Constantes
| entero | DISPOSITIVO_NOMBRE_CAMPO_NÚMERO | |
| entero | OP_NAME_FIELD_NUMBER | |
| entero | OUTPUT_SLOT_FIELD_NUMBER | |
| entero | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
| entero | TENSOR_PROTO_FIELD_NUMBER | |
| entero | 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 | obtener nombre 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). |
| entero | obtener ranura de salida () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
| entero | |
| Modo TensorDebug | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| entero | 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`. |
| entero | código hash () |
| booleano final | |
| GraphExecutionTrace.Builder estático | newBuilder (prototipo GraphExecutionTrace ) |
| 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 | analizador () |
| 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ú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 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 estático público parseFrom (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 parseFrom estático público (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 ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOExcepción |
|---|