общедоступный интерфейс ExecutionOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактное расположение кода | getCodeLocation () Stack trace of the eager execution. |
абстрактный CodeLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
абстрактная строка | получитьграфид () 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. |
абстрактная строка | получитьОпТип () 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 (индекс 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`. |
абстрактное логическое значение | имеетКодЛокация () 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)
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;