공개 인터페이스 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 (정수 인덱스) 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 (정수 인덱스) 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. |
추상 목록<정수> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
추상적인 긴 | getOutputTensorIds (정수 인덱스) 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 (정수 인덱스) 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 (정수 인덱스) Output Tensor values in the type described by `tensor_value_type`. |
추상 목록<? TensorProtoOrBuilder 확장 > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
추상 부울 | 해시코드위치 () 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;
공개 추상 List<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;
공개 추상 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;
공개 추상 긴 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;
공개 추상 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;
공개 추상 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 인덱스)
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 인덱스)
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;