Execution

Execução da classe 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

Classes aninhadas

aula Execução.Construtor
 Data relating to the eager execution of an op or a Graph. 

Constantes

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

Métodos Públicos

boleano
é igual (objeto obj)
Localização do código
getCodeLocation ()
 Stack trace of the eager execution.
CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
Execução estática
Execução
final estático com.google.protobuf.Descriptors.Descriptor
Corda
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.
longo
getInputTensorIds (índice interno)
 IDs of the input tensors (if available).
interno
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
Lista<Longa>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
interno
getNumOutputs ()
 Number of output tensors.
Corda
getOpType ()
 Op type (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
interno
getOutputTensorDeviceIds (índice interno)
 Debugged-generated IDs of the devices on which the output tensors reside.
interno
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
Lista<Inteiro>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
longo
getOutputTensorIds (índice interno)
 IDs of the output tensors (if availbable).
interno
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
Lista<Longa>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
interno
TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
interno
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProtos (índice interno)
 Output Tensor values in the type described by `tensor_value_type`.
interno
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 interno)
 Output Tensor values in the type described by `tensor_value_type`.
Lista<? estende TensorProtoOrBuilder >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
final com.google.protobuf.UnknownFieldSet
boleano
hasCodeLocation ()
 Stack trace of the eager execution.
interno
booleano final
Execução estática.Builder
newBuilder (protótipo de execução )
Execução estática.Builder
Execução.Construtor
Execução estática
parseDelimitedFrom (entrada InputStream)
Execução estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execução estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execução estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
Execução estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execução estática
parseFrom (dados de ByteBuffer)
Execução estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execução estática
parseFrom (dados com.google.protobuf.ByteString)
Execução estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execução estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Execução.Construtor
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int CODE_LOCATION_FIELD_NUMBER

Valor Constante: 8

int final estático público GRAPH_ID_FIELD_NUMBER

Valor Constante: 3

público estático final int INPUT_TENSOR_IDS_FIELD_NUMBER

Valor Constante: 4

int final estático público 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

int final estático público TENSOR_DEBUG_MODE_FIELD_NUMBER

Valor Constante: 6

público estático final int TENSOR_PROTOS_FIELD_NUMBER

Valor Constante: 7

Métodos Públicos

booleano público é igual (Object obj)

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

Execução estática pública getDefaultInstance ()

Execução pública getDefaultInstanceForType ()

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

String 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 longo 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<longa> 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;

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

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;

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

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

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;

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

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

hasCodeLocation booleano público ()

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

hashCode int público ()

público final booleano isInitialized ()

public static Execution.Builder newBuilder (protótipo de execução )

execução estática pública.Builder newBuilder ()

execução pública.Builder newBuilderForType ()

execução estática pública parseDelimitedFrom (entrada InputStream)

Lança
IOException

execução estática pública parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

análise de execução estática pública parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

parseFrom de execução estática pública (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

análise de execução estática pública parseFrom (byte [] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

Execução estática pública parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

análise de execução estática pública parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

análise de execução estática pública parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

Execução estática pública parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

análise de execução estática pública parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

execução pública.Builder paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException