genel final sınıfının yürütülmesi
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
İç İçe Sınıflar
sınıf | Yürütme.Oluşturucu | Data relating to the eager execution of an op or a Graph. |
Sabitler
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
Kod Konumu | getCodeLocation () Stack trace of the eager execution. |
CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
Statik Yürütme | |
Uygulamak | |
final statik com.google.protobuf.Descriptors.Descriptor | |
Sicim | 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. |
uzun | getInputTensorIds (int dizini) IDs of the input tensors (if available). |
int | getInputTensorIdsCount () IDs of the input tensors (if available). |
Liste<Uzun> | getInputTensorIdsList () IDs of the input tensors (if available). |
int | getNumOutputs () Number of output tensors. |
Sicim | getOpType () Op type (e.g., "MatMul"). |
com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
int | getOutputTensorDeviceIds (int dizini) 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<Tamsayı> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
uzun | getOutputTensorIds (int dizini) IDs of the output tensors (if availbable). |
int | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
Liste<Uzun> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
int | |
TensörHata Ayıklama Modu | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
int | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensorProto | getTensorProtos (int dizini) 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 (int dizini) Output Tensor values in the type described by `tensor_value_type`. |
Liste<? TensorProtoOrBuilder'ı genişletiyor > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
final com.google.protobuf.UnknownFieldSet | |
boolean | hasCodeLocation () Stack trace of the eager execution. |
int | hashKodu () |
son boole değeri | Başlatıldı () |
Statik Yürütme.Oluşturucu | newBuilder ( Yürütme prototipi) |
Statik Yürütme.Oluşturucu | yeniİnşaatçı () |
Yürütme.Oluşturucu | |
Statik Yürütme | parseDelimitedFrom (InputStream girişi) |
Statik Yürütme | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Yürütme | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Yürütme | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
Statik Yürütme | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Yürütme | parseFrom (ByteBuffer verileri) |
Statik Yürütme | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Yürütme | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
Statik Yürütme | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Yürütme | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
Yürütme.Oluşturucu | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int CODE_LOCATION_FIELD_NUMBER
Sabit Değer: 8
genel statik final int GRAPH_ID_FIELD_NUMBER
Sabit Değer: 3
genel statik final int INPUT_TENSOR_IDS_FIELD_NUMBER
Sabit Değer: 4
genel statik final int NUM_OUTPUTS_FIELD_NUMBER
Sabit Değer: 2
genel statik final int OP_TYPE_FIELD_NUMBER
Sabit Değer: 1
genel statik final int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
Sabit Değer: 9
genel statik final int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Sabit Değer: 5
genel statik final int TENSOR_DEBUG_MODE_FIELD_NUMBER
Sabit Değer: 6
genel statik final int TENSOR_PROTOS_FIELD_NUMBER
Sabit Değer: 7
Genel Yöntemler
genel boole eşittir (Object obj)
genel 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 ()
genel Dize 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;
genel uzun getInputTensorIds (int dizini)
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;
genel Liste<Uzun> 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;
genel Dize 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 dizini)
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;
genel Liste<Tamsayı> 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;
genel uzun getOutputTensorIds (int dizini)
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;
genel Liste<Uzun> getOutputTensorIdsList ()
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
halk getParserForType ()
public int getSerializedSize ()
genel 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;
genel TensorProto getTensorProtos (int dizini)
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;
genel Liste< 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;
herkese açık TensorProtoOrBuilder getTensorProtosOrBuilder (int dizini)
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;
genel liste<? TensorProtoOrBuilder'ı genişletir > 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;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel boolean hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
genel int hashCode ()
genel son boolean isInitialized ()
public static Yürütme ayrıştırmaDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Yürütme ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
public static Yürütme ayrıştırmaFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Yürütme ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Yürütme ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
public static Execution parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Yürütme ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IOİstisnası |
---|