публичное выполнение финального класса
Data relating to the eager execution of an op or a Graph. For a op that generates N output tensors (N >= 0), only one Execution proto will be used to describe the execution event.
tensorflow.Execution типа Protobuf. Выполнение Вложенные классы
| сорт | Исполнение.Строитель | Data relating to the eager execution of an op or a Graph. | |
Константы
| интервал | CODE_LOCATION_FIELD_NUMBER | |
| интервал | GRAPH_ID_FIELD_NUMBER | |
| интервал | INPUT_TENSOR_IDS_FIELD_NUMBER | |
| интервал | NUM_OUTPUTS_FIELD_NUMBER | |
| интервал | OP_TYPE_FIELD_NUMBER | |
| интервал | OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER | |
| интервал | OUTPUT_TENSOR_IDS_FIELD_NUMBER | |
| интервал | TENSOR_DEBUG_MODE_FIELD_NUMBER | |
| интервал | TENSOR_PROTOS_FIELD_NUMBER |
Публичные методы
| логическое значение | равно (Объект obj) |
| КодМестоположение | getCodeLocation () Stack trace of the eager execution. |
| КодLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
| статическое выполнение | |
| Исполнение | |
| окончательный статический com.google.protobuf.Descriptors.Descriptor | |
| Нить | получитьграфид () 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). |
| интервал | |
| Тензордебагмоде | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
| интервал | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
| ТензорПрото | 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`. |
| ТензорПротоОрБилдер | 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`. |
| окончательный com.google.protobuf.UnknownFieldSet | |
| логическое значение | имеетКодЛокация () Stack trace of the eager execution. |
| интервал | хэш-код () |
| последнее логическое значение | |
| статическое выполнение.Builder | newBuilder (прототип выполнения ) |
| статическое выполнение.Builder | |
| Исполнение.Строитель | |
| статическое выполнение | parseDelimitedFrom (входной поток) |
| статическое выполнение | parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическое выполнение | parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическое выполнение | parseFrom (вход com.google.protobuf.CodedInputStream) |
| статическое выполнение | parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическое выполнение | parseFrom (данные ByteBuffer) |
| статическое выполнение | parseFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическое выполнение | parseFrom (данные com.google.protobuf.ByteString) |
| статическое выполнение | parseFrom (ввод входного потока, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статическое выполнение | parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| статический | парсер () |
| Исполнение.Строитель | toBuilder () |
| пустота | writeTo (вывод com.google.protobuf.CodedOutputStream) |
Унаследованные методы
Константы
общедоступный статический окончательный int CODE_LOCATION_FIELD_NUMBER
Постоянное значение: 8
общедоступный статический окончательный int GRAPH_ID_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int INPUT_TENSOR_IDS_FIELD_NUMBER
Постоянное значение: 4
общедоступный статический окончательный int NUM_OUTPUTS_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int OP_TYPE_FIELD_NUMBER
Постоянное значение: 1
общедоступный статический окончательный int OUTPUT_TENSOR_DEVICE_IDS_FIELD_NUMBER
Постоянное значение: 9
общедоступный статический окончательный int OUTPUT_TENSOR_IDS_FIELD_NUMBER
Постоянное значение: 5
общедоступный статический окончательный int TENSOR_DEBUG_MODE_FIELD_NUMBER
Постоянное значение: 6
общедоступный статический финал int TENSOR_PROTOS_FIELD_NUMBER
Постоянное значение: 7
Публичные методы
общедоступное логическое значение равно (Object obj)
общедоступный 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; общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступная строка getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3; public 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; public 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; public 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; public 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; public 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; public 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; public 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; общественный getParserForType ()
public int getSerializedSize ()
public TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; public int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6; public 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; public 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; public 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; публичный финал com.google.protobuf.UnknownFieldSet getUnknownFields ()
общедоступное логическое значение hasCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8; public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступное статическое выполнение parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
public static Execution parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
public static Execution parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступное статическое выполнение parseFrom (данные ByteBuffer)
Броски
| Инвалидпротоколбуфферисключение |
|---|
public static Execution parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
public static Execution parseFrom (данные com.google.protobuf.ByteString)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общедоступное статическое выполнение parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
public static Execution parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Инвалидпротоколбуфферисключение |
|---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
| Исключение IO |
|---|