ExecutionOrBuilder

رابط عمومی ExecutionOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

کد مکان انتزاعی
getCodeLocation ()
 Stack trace of the eager execution.
انتزاعی CodeLocationOrBuilder
getCodeLocationOrBuilder ()
 Stack trace of the eager execution.
رشته انتزاعی
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.
انتزاعی طولانی
getInputTensorIds (شاخص int)
 IDs of the input tensors (if available).
انتزاعی
getInputTensorIdsCount ()
 IDs of the input tensors (if available).
فهرست چکیده <طولانی>
getInputTensorIdsList ()
 IDs of the input tensors (if available).
انتزاعی
getNumOutputs ()
 Number of output tensors.
رشته انتزاعی
getOpType ()
 Op type (e.g., "MatMul").
چکیده com.google.protobuf.ByteString
getOpTypeBytes ()
 Op type (e.g., "MatMul").
انتزاعی
getOutputTensorDeviceIds (شاخص int)
 Debugged-generated IDs of the devices on which the output tensors reside.
انتزاعی
getOutputTensorDeviceIdsCount ()
 Debugged-generated IDs of the devices on which the output tensors reside.
فهرست انتزاعی<Integer>
getOutputTensorDeviceIdsList ()
 Debugged-generated IDs of the devices on which the output tensors reside.
انتزاعی طولانی
getOutputTensorIds (شاخص int)
 IDs of the output tensors (if availbable).
انتزاعی
getOutputTensorIdsCount ()
 IDs of the output tensors (if availbable).
فهرست چکیده <طولانی>
getOutputTensorIdsList ()
 IDs of the output tensors (if availbable).
TensorDebugMode انتزاعی
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
انتزاعی
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
انتزاعی TensorProto
getTensorProtos (شاخص int)
 Output Tensor values in the type described by `tensor_value_type`.
انتزاعی
getTensorProtosCount ()
 Output Tensor values in the type described by `tensor_value_type`.
فهرست انتزاعی< TensorProto >
getTensorProtosList ()
 Output Tensor values in the type described by `tensor_value_type`.
انتزاعی TensorProtoOrBuilder
getTensorProtosOrBuilder (شاخص int)
 Output Tensor values in the type described by `tensor_value_type`.
فهرست چکیده <? TensorProtoOrBuilder > را گسترش می دهد
getTensorProtosOrBuilderList ()
 Output Tensor values in the type described by `tensor_value_type`.
بولی انتزاعی
hasCodeLocation ()
 Stack trace of the eager execution.

روش های عمومی

انتزاعی عمومی CodeLocation getCodeLocation ()

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

انتزاعی عمومی CodeLocationOrBuilder getCodeLocationOrBuilder ()

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

رشته انتزاعی عمومی getGraphId ()

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

چکیده عمومی com.google.protobuf.ByteString getGraphIdBytes ()

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

انتزاع عمومی طولانی getInputTensorIds (شاخص int)

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

انتزاع عمومی int getInputTensorIdsCount ()

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

فهرست انتزاعی عمومی<Long> getInputTensorIdsList ()

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

انتزاع عمومی int getNumOutputs ()

 Number of output tensors.
 
int32 num_outputs = 2;

رشته انتزاعی عمومی getOpType ()

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

چکیده عمومی 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;

انتزاعی عمومی int getOutputTensorDeviceIds (شاخص 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;

انتزاعی عمومی 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;

فهرست انتزاعی عمومی<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;

انتزاع عمومی طولانی getOutputTensorIds (شاخص int)

 IDs of the output tensors (if availbable).
 If specified, must have the same length as tensor_protos.
 
repeated int64 output_tensor_ids = 5;

انتزاع عمومی 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;

فهرست انتزاعی عمومی<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;

انتزاعی عمومی TensorDebugMode getTensorDebugMode ()

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

انتزاعی عمومی int getTensorDebugModeValue ()

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

چکیده عمومی TensorProto getTensorProtos (int index)

 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;

انتزاع عمومی 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;

فهرست انتزاعی عمومی< 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;

انتزاعی عمومی TensorProtoOrBuilder getTensorProtosOrBuilder (int index)

 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;

فهرست چکیده عمومی<? گسترش 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;

بولی انتزاعی عمومی hasCodeLocation ()

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