interfaz pública ExecutionOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| abstracto CodeLocation | getCodeLocation () Stack trace of the eager execution. |
| abstracto CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| cadena abstracta | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| resumen com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| abstracto largo | getInputTensorIds (índice int) IDs of the input tensors (if available). |
| int abstracto | getInputTensorIdsCount () IDs of the input tensors (if available). |
| Lista abstracta <Long> | getInputTensorIdsList () IDs of the input tensors (if available). |
| int abstracto | getNumOutputs () Number of output tensors. |
| cadena abstracta | getOpType () Op type (e.g., "MatMul"). |
| resumen com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
| int abstracto | getOutputTensorDeviceIds (índice int) Debugged-generated IDs of the devices on which the output tensors reside. |
| int abstracto | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
| Lista abstracta <Intero> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
| abstracto largo | getOutputTensorIds (índice int) IDs of the output tensors (if availbable). |
| int abstracto | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
| Lista abstracta <Long> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| abstracto TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| int abstracto | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto abstracto | getTensorProtos (índice int) Output Tensor values in the type described by `tensor_value_type`. |
| int abstracto | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
| Lista abstracta < TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
| TensorProtoOrBuilder abstracto | getTensorProtosOrBuilder (índice int) Output Tensor values in the type described by `tensor_value_type`. |
| Resumen Lista <? extiende TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
| booleano abstracto | hasCodeLocation () Stack trace of the eager execution. |
Métodos públicos
getCodeLocation () público abstracto CodeLocation
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;resumen público CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;cadena abstracta pública getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;resumen público com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;getInputTensorIds largo público abstracto (índice int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;public abstract int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;Lista pública abstracta <Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;public abstract int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;cadena abstracta pública getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;resumen público 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 (int índice)
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 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;Lista pública abstracta <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 largo público abstracto (índice 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 abstract 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;Lista pública abstracta <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;resumen público TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;public abstract int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;resumen público TensorProto getTensorProtos (índice 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 abstract 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;Lista pública abstracta < 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;resumen público TensorProtoOrBuilder getTensorProtosOrBuilder (índice 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;Lista de resumen público <? extiende 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 abstract boolean hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;