ממשק ציבורי ExecutionOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| תקציר CodeLocation | getCodeLocation () Stack trace of the eager execution. |
| תקציר CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| מחרוזת מופשטת | 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). |
| רשימה מופשטת<Long> | 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). |
| רשימה מופשטת<Long> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| מופשט 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`. |
| בוליאני מופשט | 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 index)
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 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; תקציר ציבורי 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 index)
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 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; תקציר ציבורי 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; תקציר ציבורי בוליאני hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;