interfejs publiczny ExecutionOrBuilder
| Znane podklasy pośrednie |
Metody publiczne
| abstrakcyjna lokalizacja kodu | getCodeLocation () Stack trace of the eager execution. |
| streszczenie CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| abstrakcyjny ciąg | getGraphId () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| streszczenie com.google.protobuf.ByteString | getGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
| streszczenie długie | getInputTensorIds (indeks int) IDs of the input tensors (if available). |
| streszczenie wew | getInputTensorIdsCount () IDs of the input tensors (if available). |
| streszczenie Lista<Długa> | getInputTensorIdsList () IDs of the input tensors (if available). |
| streszczenie wew | getNumOutputs () Number of output tensors. |
| abstrakcyjny ciąg | pobierzOpType () Op type (e.g., "MatMul"). |
| streszczenie com.google.protobuf.ByteString | getOpTypeBytes () Op type (e.g., "MatMul"). |
| streszczenie wew | getOutputTensorDeviceIds (indeks int) Debugged-generated IDs of the devices on which the output tensors reside. |
| streszczenie wew | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
| streszczenie Lista<Integer> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
| streszczenie długie | getOutputTensorIds (indeks int) IDs of the output tensors (if availbable). |
| streszczenie wew | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
| streszczenie Lista<Długa> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
| abstrakcyjny tryb TensorDebugMode | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| streszczenie wew | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| abstrakcyjny TensorProto | getTensorProtos (indeks int) Output Tensor values in the type described by `tensor_value_type`. |
| streszczenie wew | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
| lista abstrakcyjna< TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
| streszczenie TensorProtoOrBuilder | getTensorProtosOrBuilder (indeks int) Output Tensor values in the type described by `tensor_value_type`. |
| lista abstrakcyjna<? rozszerza TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
| abstrakcyjna wartość logiczna | maCodeLocation () Stack trace of the eager execution. |
Metody publiczne
publiczne streszczenie CodeLocation getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8; publiczne streszczenie CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8; publiczny ciąg abstrakcyjny getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3; publiczne streszczenie com.google.protobuf.ByteString getGraphIdBytes ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3; publiczne streszczenie długie getInputTensorIds (indeks int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; publiczne streszczenie int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; publiczna lista abstrakcyjna<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4; publiczne streszczenie int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2; publiczny ciąg abstrakcyjny getOpType ()
Op type (e.g., "MatMul"). In the case of a Graph, this is the name of the Graph.
string op_type = 1; publiczne streszczenie 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; publiczne streszczenie int getOutputTensorDeviceIds (indeks 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; publiczne streszczenie 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; publiczna lista abstrakcyjna<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; publiczne streszczenie długie getOutputTensorIds (indeks int)
IDs of the output tensors (if availbable). If specified, must have the same length as tensor_protos.
repeated int64 output_tensor_ids = 5; publiczne streszczenie 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; publiczna lista abstrakcyjna<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; publiczne streszczenie TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; publiczna abstrakcja int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; publiczne streszczenie TensorProto getTensorProtos (indeks 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; publiczne streszczenie 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; publiczna lista abstrakcyjna< 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; publiczne streszczenie TensorProtoOrBuilder getTensorProtosOrBuilder (indeks 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; publiczna lista abstrakcyjna<? rozszerza 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; publiczna wartość logiczna abstrakcyjna hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;