الواجهة العامة ExecutionOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
موقع كود مجردة | الحصول على رمز الموقع () Stack trace of the eager execution. |
مجردة CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
سلسلة مجردة | معرف الرسم البياني () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
مجردة com.google.protobuf.ByteString | الحصول على GraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
مجردة طويلة | getInputTensorIds (فهرس كثافة العمليات) IDs of the input tensors (if available). |
كثافة العمليات مجردة | getInputTensorIdsCount () IDs of the input tensors (if available). |
قائمة مجردة<طويلة> | getInputTensorIdsList () IDs of the input tensors (if available). |
كثافة العمليات مجردة | الحصول على عدد المخرجات () Number of output tensors. |
سلسلة مجردة | getOpType () Op type (e.g., "MatMul"). |
مجردة com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
كثافة العمليات مجردة | getOutputTensorDeviceIds (فهرس كثافة العمليات) Debugged-generated IDs of the devices on which the output tensors reside. |
كثافة العمليات مجردة | 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 (فهرس كثافة العمليات) IDs of the output tensors (if availbable). |
كثافة العمليات مجردة | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
قائمة مجردة<طويلة> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
مجردة TensorDebugMode | الحصول على TensorDebugMode () Type of the tensor value encapsulated in this proto. |
كثافة العمليات مجردة | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
مجردة TensorProto | getTensorProtos (فهرس كثافة العمليات) Output Tensor values in the type described by `tensor_value_type`. |
كثافة العمليات مجردة | الحصول على TensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
قائمة مجردة< TensorProto > | قائمة getTensorProtos () Output Tensor values in the type described by `tensor_value_type`. |
مجردة TensorProtoOrBuilder | getTensorProtosOrBuilder (فهرس كثافة العمليات) Output Tensor values in the type described by `tensor_value_type`. |
قائمة مجردة <؟ يمتد TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
منطقية مجردة | hasCodeLocation () Stack trace of the eager execution. |
الأساليب العامة
الملخص العام CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
الملخص العام CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
سلسلة getGraphId () مجردة عامة
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
الملخص العام com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
ملخص عام طويل getInputTensorIds (مؤشر int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
الملخص العام 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;
الملخص العام 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;
الملخص العام 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;
الملخص العام int getOutputTensorDeviceIds (مؤشر int)
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;
الملخص العام 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;
ملخص عام طويل getOutputTensorIds (مؤشر int)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
الملخص العام 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;
الملخص العام TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
الملخص العام int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
الملخص العام TensorProto getTensorProtos (مؤشر int)
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;
الملخص العام 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 (فهرس كثافة العمليات)
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;
الملخص المنطقي العام hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;