کلاس نهایی عمومی 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
کلاس های تو در تو
کلاس | GraphExecutionTrace.Builder | Data relating to an execution of a Graph (e.g., an eager execution of a FuncGraph). |
ثابت ها
بین المللی | DEVICE_NAME_FIELD_NUMBER | |
بین المللی | OP_NAME_FIELD_NUMBER | |
بین المللی | OUTPUT_SLOT_FIELD_NUMBER | |
بین المللی | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
بین المللی | TENSOR_PROTO_FIELD_NUMBER | |
بین المللی | TFDBG_CONTEXT_ID_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
Static GraphExecutionTrace | |
GraphExecutionTrace | |
نهایی 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). |
بین المللی | getOutputSlot () Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level). |
بین المللی | |
TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
بین المللی | 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). |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | hasTensorProto () Tensor value in the type described by `tensor_value_type`. |
بین المللی | کد هش () |
بولی نهایی | |
Static GraphExecutionTrace.Builder | newBuilder (نمونه اولیه GraphExecutionTrace ) |
Static GraphExecutionTrace.Builder | newBuilder () |
GraphExecutionTrace.Builder | |
Static GraphExecutionTrace | parseDelimitedFrom (ورودی جریان ورودی) |
Static GraphExecutionTrace | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Static GraphExecutionTrace | parseFrom (داده های ByteBuffer) |
Static GraphExecutionTrace | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Static GraphExecutionTrace | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Static GraphExecutionTrace | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
Static GraphExecutionTrace | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Static GraphExecutionTrace | parseFrom (داده های com.google.protobuf.ByteString) |
Static GraphExecutionTrace | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Static 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;
عمومی 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;
عمومی com.google.protobuf.ByteString getOpNameBytes ()
Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).
string op_name = 2;
عمومی int getOutputSlot ()
Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).
int32 output_slot = 3;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 4;
عمومی 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;
عمومی 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;
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
بولی عمومی 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;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
استاتیک عمومی GraphExecutionTrace parseDelimitedFrom (ورودی جریان ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی Static GraphExecutionTrace parseFrom (داده بایت بافر)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی GraphExecutionTrace parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک GraphExecutionTrace parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک GraphExecutionTrace parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک GraphExecutionTrace parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک GraphExecutionTrace parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک GraphExecutionTrace parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
استاتیک عمومی GraphExecutionTrace parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|