classe finale pubblica 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
Classi nidificate
classe | GraphExecutionTrace.Builder | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). |
Costanti
int | DEVICE_NAME_FIELD_NUMBER | |
int | OP_NAME_FIELD_NUMBER | |
int | OUTPUT_SLOT_FIELD_NUMBER | |
int | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
int | TENSOR_PROTO_FIELD_NUMBER | |
int | TFDBG_CONTEXT_ID_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
GraphExecutionTrace statico | |
GraphExecutionTrace | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getNomeDispositivo () 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 | getOpNameBytes () Name of the op (applicable only in the case of the `FULL_TENSOR` trace level). |
int | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
int | |
TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
int | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensoreProto | 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). |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
int | codicehash () |
booleano finale | |
GraphExecutionTrace.Builder statico | newBuilder (prototipo GraphExecutionTrace ) |
GraphExecutionTrace.Builder statico | |
GraphExecutionTrace.Builder | |
GraphExecutionTrace statico | parseDelimitedFrom (input InputStream) |
GraphExecutionTrace statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace statico | parseFrom (dati ByteBuffer) |
GraphExecutionTrace statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
GraphExecutionTrace statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
GraphExecutionTrace statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace statico | parseFrom (dati com.google.protobuf.ByteString) |
GraphExecutionTrace statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphExecutionTrace statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
GraphExecutionTrace.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
pubblico statico finale int DEVICE_NAME_FIELD_NUMBER
Valore costante: 6
public static final int OP_NAME_FIELD_NUMBER
Valore costante: 2
public static final int OUTPUT_SLOT_FIELD_NUMBER
Valore costante: 3
public static final int TENSOR_DEBUG_MODE_FIELD_NUMBER
Valore costante: 4
public static final int TENSOR_PROTO_FIELD_NUMBER
Valore costante: 5
public static final int TFDBG_CONTEXT_ID_FIELD_NUMBER
Valore costante: 1
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
pubblico com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
stringa pubblica getOpName ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
pubblico 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;
pubblico 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;
stringa pubblica 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;
pubblico 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;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
pubblico booleano 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 booleano isInitialized ()
public static GraphExecutionTrace parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico GraphExecutionTrace (dati ByteBuffer)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphExecutionTrace (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom pubblico statico GraphExecutionTrace (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphExecutionTrace (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
public static GraphExecutionTrace parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphExecutionTrace (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico GraphExecutionTrace (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom di GraphExecutionTrace statico pubblico (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|