שיעור הגמר הציבורי ביצוע
Data relating to the eager execution of an op or a Graph. For a op that generates N output tensors (N >= 0), only one Execution proto will be used to describe the execution event.
tensorflow.Execution
מסוג Protobuf. ביצוע כיתות מקוננות
מַחלָקָה | ביצוע.בונה | Data relating to the eager execution of an op or a Graph. |
קבועים
שיטות ציבוריות
בוליאני | שווה (Object obj) |
CodeLocation | getCodeLocation () Stack trace of the eager execution. |
CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
ביצוע סטטי | |
הוֹצָאָה לְפוֹעַל | |
final static com.google.protobuf.Descriptors.Descriptor | |
חוּט | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
אָרוֹך | getInputTensorIds (int index) IDs of the input tensors (if available). |
int | getInputTensorIdsCount () IDs of the input tensors (if available). |
רשימה<ארוכה> | getInputTensorIdsList () IDs of the input tensors (if available). |
int | getNumOutputs () Number of output tensors. |
חוּט | getOpType () Op type (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
int | getOutputTensorDeviceIds (int index) Debugged-generated IDs of the devices on which the output tensors reside. |
int | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
רשימה <מספר שלם> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
אָרוֹך | getOutputTensorIds (int index) IDs of the output tensors (if availbable). |
int | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
רשימה<ארוכה> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
int | |
TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
int | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensorProto | getTensorProtos (int index) Output Tensor values in the type described by `tensor_value_type`. |
int | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
רשימה< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
TensorProtoOrBuilder | getTensorProtosOrBuilder (int index) Output Tensor values in the type described by `tensor_value_type`. |
רשימה<? מרחיב את TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
final com.google.protobuf.UnknownFieldSet | |
בוליאני | hasCodeLocation () Stack trace of the eager execution. |
int | hashcode () |
בוליאנית סופית | |
סטטי Execution.Builder | newBuilder (אב טיפוס ביצוע ) |
סטטי Execution.Builder | newBuilder () |
ביצוע.בונה | |
ביצוע סטטי | parseDelimitedFrom (קלט InputStream) |
ביצוע סטטי | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ביצוע סטטי | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ביצוע סטטי | parseFrom (קלט com.google.protobuf.CodedInputStream) |
ביצוע סטטי | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ביצוע סטטי | parseFrom (נתוני ByteBuffer) |
ביצוע סטטי | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ביצוע סטטי | parseFrom (נתוני com.google.protobuf.ByteString) |
ביצוע סטטי | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ביצוע סטטי | parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סטָטִי | מנתח () |
ביצוע.בונה | toBuilder () |
בָּטֵל | writeTo (פלט com.google.protobuf.CodedOutputStream) |
שיטות בירושה
קבועים
אינט סופי סטטי ציבורי CODE_LOCATION_FIELD_NUMBER
ערך קבוע: 8
אינט סופי סטטי ציבורי GRAPH_ID_FIELD_NUMBER
ערך קבוע: 3
אינט סופי סטטי ציבורי INPUT_TENSOR_IDS_FIELD_NUMBER
ערך קבוע: 4
גמר סטטי ציבורי NUM_OUTPUTS_FIELD_NUMBER
ערך קבוע: 2
גמר סטטי ציבורי OP_TYPE_FIELD_NUMBER
ערך קבוע: 1
אינט סופי סטטי ציבורי OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
ערך קבוע: 9
אינט סופי סטטי ציבורי OUTPUT_TENSOR_IDS_FIELD_NUMBER
ערך קבוע: 5
גמר סטטי ציבורי TENSOR_DEBUG_MODE_FIELD_NUMBER
ערך קבוע: 6
גמר סטטי ציבורי TENSOR_PROTOS_FIELD_NUMBER
ערך קבוע: 7
שיטות ציבוריות
שווה ערך בוליאני ציבורי (Object obj)
Public CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
Public CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
מחרוזת ציבורית getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
public com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
public long getInputTensorIds (int index)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
רשימה ציבורית<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;
מחרוזת ציבורית getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
public com.google.protobuf.ByteString getOpTypeBytes ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
public int getOutputTensorDeviceIds (int index)
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
public int getOutputTensorDeviceIdsCount ()
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
רשימה ציבורית<Integer> getOutputTensorDeviceIdsList ()
Debugged-generated IDs of the devices on which the output tensors reside. To look up details about the device (e.g., name), cross-reference this field with the DebuggedDevice messages.
repeated int32 output_tensor_device_ids = 9;
public long getOutputTensorIds (int index)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
public int getOutputTensorIdsCount ()
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
רשימה ציבורית<Long> getOutputTensorIdsList ()
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
פּוּמְבֵּי getParserForType ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
Public TensorProto getTensorProtos (int index)
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
public int getTensorProtosCount ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
רשימה ציבורית< TensorProto > getTensorProtosList ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
הציבור TensorProtoOrBuilder getTensorProtosOrBuilder (int index)
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
רשימה ציבורית<? מרחיב את TensorProtoOrBuilder > getTensorProtosOrBuilderList ()
Output Tensor values in the type described by `tensor_value_type`. The length of this should match `num_outputs`.
repeated .tensorflow.TensorProto tensor_protos = 7;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
יש קוד מיקום בוליאני ציבורי ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public int hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
public static Execution parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static Execution parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
public static Execution parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
ניתוח ביצוע סטטי ציבורי (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
מנתח ביצוע סטטי ציבורי (נתח InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public static Execution parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
InvalidProtocolBufferException |
---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
IOException |
---|