interface publiqueExecutionOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
résumé CodeLocation | getCodeLocation () Stack trace of the eager execution. |
résumé CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
chaîne abstraite | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
résumé com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
abstrait long | getInputTensorIds (index int) IDs of the input tensors (if available). |
entier abstrait | getInputTensorIdsCount () IDs of the input tensors (if available). |
Liste abstraite<Long> | getInputTensorIdsList () IDs of the input tensors (if available). |
entier abstrait | getNumOutputs () Number of output tensors. |
chaîne abstraite | getOpType () Op type (e.g., "MatMul"). |
résumé com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
entier abstrait | getOutputTensorDeviceIds (index int) Debugged-generated IDs of the devices on which the output tensors reside. |
entier abstrait | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
Liste abstraite<Integer> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
abstrait long | getOutputTensorIds (index int) IDs of the output tensors (if availbable). |
entier abstrait | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
Liste abstraite<Long> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
TensorDebugMode abstrait | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
entier abstrait | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensorProto abstrait | getTensorProtos (index int) Output Tensor values in the type described by `tensor_value_type`. |
entier abstrait | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
Liste abstraite< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
abstrait TensorProtoOrBuilder | getTensorProtosOrBuilder (index int) Output Tensor values in the type described by `tensor_value_type`. |
Liste abstraite <? étend TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
booléen abstrait | hasCodeLocation () Stack trace of the eager execution. |
Méthodes publiques
CodeLocation abstrait public getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
public abstrait CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
chaîne abstraite publique getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
résumé 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 abstrait long getInputTensorIds (index int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public abstrait int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
liste abstraite publique<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
public abstrait int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;
Chaîne abstraite publique getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
résumé 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 abstract int getOutputTensorDeviceIds (index 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;
public abstrait 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;
public abstract List<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 abstrait long getOutputTensorIds (index int)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
public abstrait 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;
liste abstraite publique<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;
résumé public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
public abstrait int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
résumé public TensorProto getTensorProtos (index 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;
public abstrait 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;
Liste abstraite publique < 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;
résumé public TensorProtoOrBuilder getTensorProtosOrBuilder (index 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;
Liste des résumés publics<? étend 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 abstrait booléen hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;