giao diện công cộng ExecutionOrBuilder
Các lớp con gián tiếp đã biết |
Phương pháp công khai
Mã vị trí trừu tượng | getCodeLocation () Stack trace of the eager execution. |
trừu tượng CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
chuỗi trừu tượng | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
trừu tượng com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
trừu tượng dài | getInputTensorIds (chỉ số int) IDs of the input tensors (if available). |
int trừu tượng | getInputTensorIdsCount () IDs of the input tensors (if available). |
Danh sách trừu tượng<Dài> | getInputTensorIdsList () IDs of the input tensors (if available). |
int trừu tượng | getNumOutputs () Number of output tensors. |
chuỗi trừu tượng | getOpType () Op type (e.g., "MatMul"). |
trừu tượng com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
int trừu tượng | getOutputTensorDeviceIds (chỉ mục int) Debugged-generated IDs of the devices on which the output tensors reside. |
int trừu tượng | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
Danh sách trừu tượng<Số nguyên> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
trừu tượng dài | getOutputTensorIds (chỉ mục int) IDs of the output tensors (if availbable). |
int trừu tượng | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
Danh sách trừu tượng<Dài> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
trừu tượng TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
int trừu tượng | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
trừu tượng TensorProto | getTensorProtos (chỉ số int) Output Tensor values in the type described by `tensor_value_type`. |
int trừu tượng | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
Danh sách trừu tượng< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
trừu tượng TensorProtoOrBuilder | getTensorProtosOrBuilder (chỉ mục int) Output Tensor values in the type described by `tensor_value_type`. |
Danh sách trừu tượng<? mở rộng TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
trừu tượng boolean | hasCodeLocation () Stack trace of the eager execution. |
Phương pháp công khai
tóm tắt công khai CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
tóm tắt công khai CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
Chuỗi tóm tắt công khai getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
tóm tắt công khai com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
tóm tắt công khai dài getInputTensorIds (chỉ mục int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
tóm tắt công khai int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
Danh sách tóm tắt công khai<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
tóm tắt công khai int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;
Chuỗi trừu tượng công khai getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1;
tóm tắt công khai 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;
tóm tắt công khai int getOutputTensorDeviceIds (chỉ mục 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;
tóm tắt công khai 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;
Danh sách tóm tắt công khai<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;
tóm tắt công khai dài getOutputTensorIds (chỉ mục int)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5;
tóm tắt công khai 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;
Danh sách tóm tắt công khai<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;
tóm tắt công khai TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
tóm tắt công khai int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
tóm tắt công khai TensorProto getTensorProtos (chỉ mục 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;
tóm tắt công khai 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;
Danh sách tóm tắt công khai< 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;
tóm tắt công khai TensorProtoOrBuilder getTensorProtosOrBuilder (chỉ mục 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;
Danh sách tóm tắt công khai<? mở rộng 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;
boolean trừu tượng công khai hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;