Execution

publiczna realizacja zajęć końcowych

 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 typu tensorflow.Execution

Klasy zagnieżdżone

klasa Wykonanie. Konstruktor
 Data relating to the eager execution of an op or a Graph. 

Stałe

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

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
Lokalizacja kodu
getCodeLocation ()
 Stack trace of the eager execution.
CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
wykonanie statyczne
Wykonanie
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
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.
długi
getInputTensorIds (indeks int)
 IDs of the input tensors (if available).
wew
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
Lista<Długa>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
wew
getNumOutputs ()
 Number of output tensors.
Strunowy
pobierzOpType ()
 Op type (e.g., "MatMul").
com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
wew
getOutputTensorDeviceIds (indeks int)
 Debugged-generated IDs of the devices on which the output tensors reside.
wew
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
Lista<liczba całkowita>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
długi
getOutputTensorIds (indeks int)
 IDs of the output tensors (if availbable).
wew
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
Lista<Długa>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
wew
Tryb TensoraDebug
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
wew
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto
getTensorProtos (indeks int)
 Output Tensor values in the type described by `tensor_value_type`.
wew
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 (indeks int)
 Output Tensor values in the type described by `tensor_value_type`.
Lista<? rozszerza TensorProtoOrBuilder >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maCodeLocation ()
 Stack trace of the eager execution.
wew
końcowa wartość logiczna
statyczne wykonanie.Builder
newBuilder (prototyp wykonania )
statyczne wykonanie.Builder
Wykonanie. Konstruktor
wykonanie statyczne
parseDelimitedFrom (wejście strumienia wejściowego)
wykonanie statyczne
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wykonanie statyczne
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wykonanie statyczne
parseFrom (wejście com.google.protobuf.CodedInputStream)
wykonanie statyczne
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
wykonanie statyczne
parseFrom (dane ByteBuffer)
wykonanie statyczne
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wykonanie statyczne
parseFrom (dane com.google.protobuf.ByteString)
wykonanie statyczne
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
wykonanie statyczne
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
Wykonanie. Konstruktor
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int CODE_LOCATION_FIELD_NUMBER

Wartość stała: 8

publiczny statyczny końcowy int GRAPH_ID_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int INPUT_TENSOR_IDS_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int NUM_OUTPUTS_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int OP_TYPE_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER

Wartość stała: 9

publiczny statyczny końcowy int OUTPUT_TENSOR_IDS_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int TENSOR_DEBUG_MODE_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int TENSOR_PROTOS_FIELD_NUMBER

Wartość stała: 7

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny CodeLocation getCodeLocation ()

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

publiczny CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

publiczne statyczne wykonanie getDefaultInstance ()

wykonanie publiczne getDefaultInstanceForType ()

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

publiczny ciąg 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;

publiczne długie getInputTensorIds (indeks 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;

publiczny ciąg getOpType ()

 Op type (e.g., "MatMul").
 In the case of a Graph, this is the name of the Graph.
 
string op_type = 1;

publiczny 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 (indeks 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;

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;

publiczne długie getOutputTensorIds (indeks 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;

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

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny 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 (indeks 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;

public List< 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 (indeks 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 publiczna<? rozszerza 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;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna hasCodeLocation ()

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

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static Execution.Builder newBuilder (prototyp wykonania )

public static Execution.Builder newBuilder ()

public Execution.Builder newBuilderForType ()

public static Wykonanie parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczne wykonanie statyczne parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczne wykonanie statyczne parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne wykonanie statyczne parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static Wykonanie parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne statyczne wykonanie parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne wykonanie statyczne parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczne statyczne wykonanie parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne wykonanie statyczne parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczne statyczne wykonanie parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

publiczne wykonanie.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO