שיעור הגמר הציבורי 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
מסוג Protobuf.GraphExecutionTrace כיתות מקוננות
מַחלָקָה | GraphExecutionTrace.Builder | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). |
קבועים
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 |
שיטות ציבוריות
בוליאני | שווה (Object obj) |
סטטי GraphExecutionTrace | |
GraphExecutionTrace | |
final static com.google.protobuf.Descriptors.Descriptor | |
חוּט | getDeviceName () Name of the device that the op belongs to. |
com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device that the op belongs to. |
חוּט | 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). |
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. |
TensorProto | getTensorProto () Tensor value in the type described by `tensor_value_type`. |
TensorProtoOrBuilder | getTensorProtoOrBuilder () Tensor value in the type described by `tensor_value_type`. |
חוּט | 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 | |
בוליאני | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
int | hashcode () |
בוליאנית סופית | |
סטטי GraphExecutionTrace.Builder | newBuilder (אב-טיפוס GraphExecutionTrace ) |
סטטי GraphExecutionTrace.Builder | newBuilder () |
GraphExecutionTrace.Builder | |
סטטי GraphExecutionTrace | parseDelimitedFrom (קלט InputStream) |
סטטי GraphExecutionTrace | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי GraphExecutionTrace | parseFrom (נתוני ByteBuffer) |
סטטי GraphExecutionTrace | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי GraphExecutionTrace | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי GraphExecutionTrace | parseFrom (קלט com.google.protobuf.CodedInputStream) |
סטטי GraphExecutionTrace | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי GraphExecutionTrace | parseFrom (נתוני com.google.protobuf.ByteString) |
סטטי GraphExecutionTrace | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטטי GraphExecutionTrace | parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטָטִי | מנתח () |
GraphExecutionTrace.Builder | toBuilder () |
בָּטֵל | writeTo (פלט com.google.protobuf.CodedOutputStream) |
שיטות בירושה
קבועים
גמר סטטי ציבורי DEVICE_NAME_FIELD_NUMBER
ערך קבוע: 6
הגמר הסטטי הציבורי OP_NAME_FIELD_NUMBER
ערך קבוע: 2
אינט סופי סטטי ציבורי OUTPUT_SLOT_FIELD_NUMBER
ערך קבוע: 3
גמר סטטי ציבורי TENSOR_DEBUG_MODE_FIELD_NUMBER
ערך קבוע: 4
גמר סטטי ציבורי TENSOR_PROTO_FIELD_NUMBER
ערך קבוע: 5
אינט סופי סטטי ציבורי TFDBG_CONTEXT_ID_FIELD_NUMBER
ערך קבוע: 1
שיטות ציבוריות
ציבורי בוליאני שווה (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
מחרוזת ציבורית getDeviceName ()
Name of the device that the op belongs to.
string device_name = 6;
public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device that the op belongs to.
string device_name = 6;
מחרוזת ציבורית 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;
פּוּמְבֵּי 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;
הציבור 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;
הציבור 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;
מחרוזת ציבורית 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 ()
יש TensorProto בוליאני ציבורי ()
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 static GraphExecutionTrace parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static GraphExecutionTrace parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static GraphExecutionTrace parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static GraphExecutionTrace parseFrom (קלט com.google.protobuf.CodedInputStream)
זורק
IOException |
---|
public static GraphExecutionTrace parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static GraphExecutionTrace parseFrom (נתוני com.google.protobuf.ByteString)
זורק
InvalidProtocolBufferException |
---|
public static GraphExecutionTrace parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static GraphExecutionTrace parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|