ExecutionOrBuilder

genel arayüz ExecutionOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

özet CodeLocation
getCodeLocation ()
 Stack trace of the eager execution.
özet CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
soyut Dize
getGraphId ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
abstract com.google.protobuf.ByteString
getGraphIdBytes ()
 The graph that's executed: applicable only to the eager
 execution of a FuncGraph.
soyut uzun
getInputTensorIds (int dizini)
 IDs of the input tensors (if available).
soyut int
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
Özet Listesi<Uzun>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
soyut int
getNumOutputs ()
 Number of output tensors.
soyut Dize
getOpType ()
 Op type (e.g., "MatMul").
abstract com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
soyut int
getOutputTensorDeviceIds (int dizini)
 Debugged-generated IDs of the devices on which the output tensors reside.
soyut int
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
özet Listesi<Tamsayı>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
soyut uzun
getOutputTensorIds (int dizini)
 IDs of the output tensors (if availbable).
soyut int
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
Özet Listesi<Uzun>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
soyut TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
soyut int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
soyut TensorProto
getTensorProtos (int dizini)
 Output Tensor values in the type described by `tensor_value_type`.
soyut int
getTensorProtosCount ()
 Output Tensor values in the type described by `tensor_value_type`.
özet Listesi< TensorProto >
getTensorProtosList ()
 Output Tensor values in the type described by `tensor_value_type`.
soyut TensorProtoOrBuilder
getTensorProtosOrBuilder (int dizini)
 Output Tensor values in the type described by `tensor_value_type`.
Özet Liste<? TensorProtoOrBuilder'ı genişletiyor >
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
soyut boole
hasCodeLocation ()
 Stack trace of the eager execution.

Genel Yöntemler

genel özet CodeLocation getCodeLocation ()

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

genel özet CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

genel özet Dize getGraphId ()

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

genel özet com.google.protobuf.ByteString getGraphIdBytes ()

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

genel özet uzun getInputTensorIds (int dizini)

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

genel özet int getInputTensorIdsCount ()

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

genel özet Listesi<Uzun> getInputTensorIdsList ()

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

genel özet int getNumOutputs ()

 Number of output tensors.
 
int32 num_outputs = 2;

genel özet Dize getOpType ()

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

genel özet 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;

genel özet 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;

genel özet 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 özet Listesi<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 özet 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;

genel soyut 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 özet Listesi<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;

genel özet TensorDebugMode getTensorDebugMode ()

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

genel soyut int getTensorDebugModeValue ()

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

genel özet 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;

genel özet 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 özet Listesi< 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;

genel özet 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 özet listesi<? 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 soyut boolean hasCodeLocation ()

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