GraphExecutionTrace de clase final pública
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.Tipo de
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 | DEVICE_NAME_FIELD_NUMBER | |
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 a (Objeto obj) |
GraphExecutionTrace estático | |
GraphExecutionTrace | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getDeviceName () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
Cuerda | getOpName () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
com.google.protobuf.ByteString | getOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
En t | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
En t | |
TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
En t | 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`. |
Cuerda | 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 | |
booleano | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
En t | hashCode () |
booleano final | |
GraphExecutionTrace.Builder estático | newBuilder (prototipo GraphExecutionTrace ) |
GraphExecutionTrace.Builder estático | newBuilder () |
GraphExecutionTrace.Builder | |
GraphExecutionTrace estático | parseDelimitedFrom (entrada InputStream) |
GraphExecutionTrace estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace estático | parseFrom (datos ByteBuffer) |
GraphExecutionTrace estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace estático | parseFrom (datos 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 InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
GraphExecutionTrace.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int DEVICE_NAME_FIELD_NUMBER
Valor constante: 6
public static final int OP_NAME_FIELD_NUMBER
Valor constante: 2
público estático final int OUTPUT_SLOT_FIELD_NUMBER
Valor constante: 3
public static final int TENSOR_DEBUG_MODE_FIELD_NUMBER
Valor constante: 4
public static 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
public boolean es igual a (Object obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
nombre_dispositivo string device_name = 6;
public String getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
public 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 ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
public 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;
public 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;
public String 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;
public 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;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasTensorProto ()
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;
public int hashCode ()
public final boolean isInitialized ()
public static GraphExecutionTrace parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
GraphExecutionTrace estático público parseFrom (datos ByteBuffer)
Lanza
InvalidProtocolBufferException |
---|
público estático GraphExecutionTrace parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático GraphExecutionTrace parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático GraphExecutionTrace parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
público estático GraphExecutionTrace parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
GraphExecutionTrace estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static GraphExecutionTrace parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
GraphExecutionTrace estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|