Execution

Classe finale publique

 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.
 
tensorflow.Execution de type Protobuf.Exécution

Classes imbriquées

classe Exécution.Builder
 Data relating to the eager execution of an op or a Graph. 

Constantes

int CODE_LOCATION_FIELD_NUMBER
int GRAPH_ID_FIELD_NUMBER
int INPUT_TENSOR_IDS_FIELD_NUMBER
int NUM_OUTPUTS_FIELD_NUMBER
int OP_TYPE_FIELD_NUMBER
int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
int OUTPUT_TENSOR_IDS_FIELD_NUMBER
int TENSOR_DEBUG_MODE_FIELD_NUMBER
int TENSOR_PROTOS_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
CodeEmplacement
getCodeLocation ()
 Stack trace of the eager execution.
CodeEmplacementOuBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
Exécution statique
Exécution
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
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.
long
getInputTensorIds (index int)
 IDs of the input tensors (if available).
int
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
Liste<Long>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
int
getNumOutputs ()
 Number of output tensors.
Chaîne
getOpType ()
 Op type (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
int
getOutputTensorDeviceIds (index int)
 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.
Liste<Entier>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
long
getOutputTensorIds (index int)
 IDs of the output tensors (if availbable).
int
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
Liste<Long>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
int
TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProtos (index int)
 Output Tensor values in the type described by `tensor_value_type`.
int
getTensorProtosCount ()
 Output Tensor values in the type described by `tensor_value_type`.
Liste< TensorProto >
getTensorProtosList ()
 Output Tensor values in the type described by `tensor_value_type`.
TensorProtoOrBuilder
getTensorProtosOrBuilder (index int)
 Output Tensor values in the type described by `tensor_value_type`.
Liste<? étend TensorProtoOrBuilder >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
final com.google.protobuf.UnknownFieldSet
booléen
hasCodeLocation ()
 Stack trace of the eager execution.
int
booléen final
Exécution statique.Builder
newBuilder (prototype d'exécution )
Exécution statique.Builder
Exécution.Builder
Exécution statique
parseDelimitedFrom (entrée InputStream)
Exécution statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Exécution statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Exécution statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Exécution statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Exécution statique
parseFrom (données ByteBuffer)
Exécution statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Exécution statique
parseFrom (données com.google.protobuf.ByteString)
Exécution statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Exécution statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
Exécution.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CODE_LOCATION_FIELD_NUMBER

Valeur constante : 8

public statique final int GRAPH_ID_FIELD_NUMBER

Valeur constante : 3

public statique final int INPUT_TENSOR_IDS_FIELD_NUMBER

Valeur constante : 4

public statique final entier NUM_OUTPUTS_FIELD_NUMBER

Valeur constante : 2

public statique final int OP_TYPE_FIELD_NUMBER

Valeur constante : 1

public statique final int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER

Valeur constante : 9

public statique final int OUTPUT_TENSOR_IDS_FIELD_NUMBER

Valeur constante : 5

public statique final int TENSOR_DEBUG_MODE_FIELD_NUMBER

Valeur constante : 6

public statique final int TENSOR_PROTOS_FIELD_NUMBER

Valeur constante : 7

Méthodes publiques

public booléen égal (Objet 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 statique Exécution getDefaultInstance ()

Exécution publique getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique 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;

public long getInputTensorIds (index 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;

liste publique<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;

chaîne publique 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 (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 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;

liste publique<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 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 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 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;

publique 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 (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 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 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;

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 publique <? é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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public booléen hasCodeLocation ()

 Stack trace of the eager execution.
 
.tensorflow.CodeLocation code_location = 8;

code de hachage int public ()

public final booléen isInitialized ()

public static Execution.Builder newBuilder (prototype d'exécution )

public statique Execution.Builder newBuilder ()

public Execution.Builder newBuilderForType ()

Exécution statique publique parseDelimitedFrom (entrée InputStream)

Jetés
IOException

Exécution statique publique parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

Exécution statique publique parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

exécution statique publique parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

Exécution statique publique parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

Exécution statique publique parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

Exécution statique publique parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

Exécution statique publique parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

Exécution statique publique parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

Exécution statique publique parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public Execution.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException