interface pública ExecutionOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| Localização de código abstrata | getCodeLocation () Stack trace of the eager execution. |
| CodeLocationOrBuilder abstrato | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| cadeia abstrata | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| abstrato com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| abstrato longo | getInputTensorIds (índice interno) IDs of the input tensors (if available). |
| abstrato int | getInputTensorIdsCount () IDs of the input tensors (if available). |
| lista abstrata<longa> | getInputTensorIdsList () IDs of the input tensors (if available). |
| abstrato int | getNumOutputs () Number of output tensors. |
| cadeia abstrata | getOpType () Op type (e.g., "MatMul"). |
| abstrato com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
| abstrato int | getOutputTensorDeviceIds (índice interno) Debugged-generated IDs of the devices on which the output tensors reside. |
| abstrato int | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
| lista abstrata<inteiro> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
| abstrato longo | getOutputTensorIds (índice interno) IDs of the output tensors (if availbable). |
| abstrato int | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
| lista abstrata<longa> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| TensorDebugMode abstrato | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| abstrato int | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| TensorProto abstrato | getTensorProtos (índice interno) Output Tensor values in the type described by `tensor_value_type`. |
| abstrato int | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
| Lista abstrata< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
| TensorProtoOrBuilder abstrato | getTensorProtosOrBuilder (índice interno) Output Tensor values in the type described by `tensor_value_type`. |
| lista abstrata<? estende TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
| booleano abstrato | hasCodeLocation () Stack trace of the eager execution. |
Métodos Públicos
público abstrato CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8; público abstrato CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8; String abstrata pública getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3; resumo público com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3; público abstrato longo getInputTensorIds (índice int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; público abstrato int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; lista abstrata pública<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; resumo público int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2; String abstrata pública getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1; resumo público 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; público abstrato int getOutputTensorDeviceIds (índice 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; público abstrato 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 abstract 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; público abstrato longo getOutputTensorIds (índice int)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5; público abstrato 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 abstract 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; público abstrato TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; público abstrato int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; público abstrato TensorProto getTensorProtos (índice 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; público abstrato 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; lista abstrata pública< 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; público abstrato TensorProtoOrBuilder getTensorProtosOrBuilder (índice 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 abstrata pública<? estende 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; público abstrato booleano hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;