Execution

Ejecución pública de clase final

 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

En t CODE_LOCATION_FIELD_NUMBER
En t GRAPH_ID_FIELD_NUMBER
En t INPUT_TENSOR_IDS_FIELD_NUMBER
En t NUM_OUTPUTS_FIELD_NUMBER
En t OP_TYPE_FIELD_NUMBER
En t OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
En t OUTPUT_TENSOR_IDS_FIELD_NUMBER
En t TENSOR_DEBUG_MODE_FIELD_NUMBER
En t TENSOR_PROTOS_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
CódigoUbicación
getCodeLocation ()
 Stack trace of the eager execution.
CódigoUbicaciónOrConstructor
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
Ejecución estática
Ejecución
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtenerIdGrafico ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
com.google.protobuf.ByteString
obtenerGraphIdBytes ()
 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
getNumSalidas ()
 Number of output tensors.
Cadena
getOpType ()
 Op type (e.g., "MatMul").
com.google.protobuf.ByteString
obtenerOpTypeBytes ()
 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<Entero>
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
Modo TensorDebug
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`.
com.google.protobuf.UnknownFieldSet final
booleano
tieneCodeLocation ()
 Stack trace of the eager execution.
En t
booleano final
Ejecución estática.Constructor
Ejecución estática.Constructor
Ejecución.Constructor
Ejecución estática
parseDelimitedFrom (entrada de InputStream)
Ejecución estática
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Ejecución estática
parseFrom (datos de 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 de ByteBuffer)
Ejecución estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Ejecución estática
parseFrom (datos com.google.protobuf.ByteString)
Ejecución estática
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Ejecución estática
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
Ejecución.Constructor
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público CODE_LOCATION_FIELD_NUMBER

Valor constante: 8

int final estático público GRAPH_ID_FIELD_NUMBER

Valor constante: 3

int final estático público INPUT_TENSOR_IDS_FIELD_NUMBER

Valor constante: 4

int final estático público NUM_OUTPUTS_FIELD_NUMBER

Valor constante: 2

int final estático público OP_TYPE_FIELD_NUMBER

Valor constante: 1

int final estático público OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER

Valor constante: 9

int final estático público OUTPUT_TENSOR_IDS_FIELD_NUMBER

Valor constante: 5

int final estático público TENSOR_DEBUG_MODE_FIELD_NUMBER

Valor constante: 6

int final estático público TENSOR_PROTOS_FIELD_NUMBER

Valor constante: 7

Métodos públicos

público booleano es igual (Objeto obj)

ubicación de código pública getubicación de código ()

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

ubicaciónCódigo públicoOrBuilder getUbicaciónCódigoOrBuilder ()

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

Ejecución estática pública getDefaultInstance ()

Ejecución pública getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

cadena pública getGraphId ()

 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
 
string graph_id = 3;

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;

público largo getInputTensorIds (índice int)

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

público int getInputTensorIdsCount ()

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

Lista pública<Larga> getInputTensorIdsList ()

 IDs of the input tensors (if available).
 
repeated int64 input_tensor_ids = 4;

público int getNumOutputs ()

 Number of output tensors.
 
int32 num_outputs = 2;

cadena 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;

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;

público int getOutputTensorDeviceIds (índice 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;

público 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<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;

público largo getOutputTensorIds (í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;

público 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<Larga> 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 ()

público int getSerializedSize ()

público TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 6;

público int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 6;

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;

público 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;

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

público final com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasCodeLocation público booleano ()

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

código hash int público ()

público final booleano isInitialized ()

public static Execution.Builder newBuilder (prototipo de ejecución )

Ejecución estática pública.Builder newBuilder ()

Ejecución pública.Builder newBuilderForType ()

ejecución estática pública parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

ParseDelimitedFrom de ejecución estática pública (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

ParseFrom de ejecución estática pública (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

ParseFrom de ejecución estática pública (entrada de com.google.protobuf.CodedInputStream)

Lanza
IOExcepción

ParseFrom de ejecución estática pública (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

ParseFrom de ejecución estática pública (datos de ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

ParseFrom de ejecución estática pública (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

ParseFrom de ejecución estática pública (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

ParseFrom de ejecución estática pública (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

ParseFrom de ejecución estática pública (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

Ejecución pública.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción