ejecución de clase final pública
Data relating to the eager execution of an op or a Graph. For a op that generates N output tensors (N >= 0), only one Execution proto will be used to describe the execution event.Protobuf tipo
tensorflow.Execution Clases anidadas
| clase | Ejecución Constructor | Data relating to the eager execution of an op or a Graph. | |
Constantes
Métodos públicos
| booleano | es igual a (Objeto obj) |
| CodeLocation | getCodeLocation () Stack trace of the eager execution. |
| CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| ejecución estática | |
| Ejecución | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cuerda | 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. |
| largo | getInputTensorIds (índice int) IDs of the input tensors (if available). |
| En t | getInputTensorIdsCount () IDs of the input tensors (if available). |
| Lista <larga> | getInputTensorIdsList () IDs of the input tensors (if available). |
| En t | getNumOutputs () Number of output tensors. |
| Cuerda | getOpType () Op type (e.g., "MatMul"). |
| com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
| En t | getOutputTensorDeviceIds (índice int) Debugged-generated IDs of the devices on which the output tensors reside. |
| En t | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
| Lista <Intero> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
| largo | getOutputTensorIds (índice int) IDs of the output tensors (if availbable). |
| En t | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
| Lista <larga> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| En t | |
| TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| En t | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto | getTensorProtos (índice int) Output Tensor values in the type described by `tensor_value_type`. |
| En t | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
| Lista < TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
| TensorProtoOrBuilder | getTensorProtosOrBuilder (índice int) Output Tensor values in the type described by `tensor_value_type`. |
| Lista <? extiende TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
| final com.google.protobuf.UnknownFieldSet | |
| booleano | hasCodeLocation () Stack trace of the eager execution. |
| En t | hashCode () |
| booleano final | |
| Execution.Builder estático | newBuilder (prototipo de ejecución ) |
| Execution.Builder estático | newBuilder () |
| Ejecución Constructor | |
| ejecución estática | parseDelimitedFrom (entrada InputStream) |
| ejecución estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ejecución estática | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ejecución estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| ejecución estática | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ejecución estática | parseFrom (datos ByteBuffer) |
| ejecución estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ejecución estática | parseFrom (datos com.google.protobuf.ByteString) |
| ejecución estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ejecución estática | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| Ejecución Constructor | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int CODE_LOCATION_FIELD_NUMBER
Valor constante: 8
public static final int GRAPH_ID_FIELD_NUMBER
Valor constante: 3
public static final int INPUT_TENSOR_IDS_FIELD_NUMBER
Valor constante: 4
público estático final int NUM_OUTPUTS_FIELD_NUMBER
Valor constante: 2
público estático final int OP_TYPE_FIELD_NUMBER
Valor constante: 1
público estático final int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
Valor constante: 9
público estático final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Valor constante: 5
public static final int TENSOR_DEBUG_MODE_FIELD_NUMBER
Valor constante: 6
public static final int TENSOR_PROTOS_FIELD_NUMBER
Valor constante: 7
Métodos públicos
public boolean es igual a (Object obj)
public CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;public CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;public 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 (índice int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;public int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;Public List <Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;public int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;public String getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;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 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 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 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;getOutputTensorIds largo público (í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 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 <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; público getParserForType ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;public 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 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 < 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;public 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 pública <? 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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;public int hashCode ()
public final boolean isInitialized ()
ejecución estática pública parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
parseFrom de ejecución estática pública (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
parseFrom de ejecución estática pública (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
ejecución estática pública parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
ejecución estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
parseFrom de ejecución estática pública (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
parseFrom de ejecución estática pública (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
ejecución estática pública parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|