सार्वजनिक इंटरफ़ेस ExecutionOrBuilder
| ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
| सार कोड स्थान | 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 अनुक्रमणिका) IDs of the input tensors (if available). |
| सार इंट | getInputTensorIdsCount () IDs of the input tensors (if available). |
| सार सूची<लंबा> | getInputTensorIdsList () IDs of the input tensors (if available). |
| सार इंट | getNumOutputs () Number of output tensors. |
| सार स्ट्रिंग | गेटऑपटाइप () 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 (int अनुक्रमणिका) IDs of the output tensors (if availbable). |
| सार इंट | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
| सार सूची<लंबा> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| सार TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| सार इंट | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| सार TensorProto | getTensorProtos (int सूचकांक) Output Tensor values in the type described by `tensor_value_type`. |
| सार इंट | 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 (इंट इंडेक्स) 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; सार्वजनिक सार सूची<लंबा> 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; सार्वजनिक सार सूची<पूर्णांक> 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; सार्वजनिक सार सूची<लंबा> 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 (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; सार्वजनिक सार सूची<? 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;