interfaz pública ExecutionOrBuilder
Subclases indirectas conocidas |
Métodos públicos
Ubicación del código abstracto | getCodeLocation () Stack trace of the eager execution. |
Código abstractoLocationOrBuilder | getCodeLocationOrBuilder () Stack trace of the eager execution. |
cadena abstracta | obtenerIdGrafico () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
resumen com.google.protobuf.ByteString | obtenerGraphIdBytes () The graph that's executed: applicable only to the eager execution of a FuncGraph. |
abstracto largo | getInputTensorIds (índice int) IDs of the input tensors (if available). |
resumen entero | getInputTensorIdsCount () IDs of the input tensors (if available). |
Lista abstracta<Larga> | getInputTensorIdsList () IDs of the input tensors (if available). |
resumen entero | getNumSalidas () Number of output tensors. |
cadena abstracta | getOpType () Op type (e.g., "MatMul"). |
resumen com.google.protobuf.ByteString | obtenerOpTypeBytes () Op type (e.g., "MatMul"). |
resumen entero | getOutputTensorDeviceIds (índice int) Debugged-generated IDs of the devices on which the output tensors reside. |
resumen entero | getOutputTensorDeviceIdsCount () Debugged-generated IDs of the devices on which the output tensors reside. |
Lista abstracta<Entero> | getOutputTensorDeviceIdsList () Debugged-generated IDs of the devices on which the output tensors reside. |
abstracto largo | getOutputTensorIds (índice int) IDs of the output tensors (if availbable). |
resumen entero | getOutputTensorIdsCount () IDs of the output tensors (if availbable). |
Lista abstracta<Larga> | getOutputTensorIdsList () IDs of the output tensors (if availbable). |
Modo TensorDebug abstracto | getTensorDebugMode () Type of the tensor value encapsulated in this proto. |
resumen entero | getTensorDebugModeValue () Type of the tensor value encapsulated in this proto. |
TensorProto abstracto | getTensorProtos (índice int) Output Tensor values in the type described by `tensor_value_type`. |
resumen entero | getTensorProtosCount () Output Tensor values in the type described by `tensor_value_type`. |
Lista abstracta < TensorProto > | getTensorProtosList () Output Tensor values in the type described by `tensor_value_type`. |
TensorProtoOrBuilder abstracto | getTensorProtosOrBuilder (índice int) Output Tensor values in the type described by `tensor_value_type`. |
Lista abstracta<? extiende TensorProtoOrBuilder > | getTensorProtosOrBuilderList () Output Tensor values in the type described by `tensor_value_type`. |
booleano abstracto | tieneCodeLocation () Stack trace of the eager execution. |
Métodos públicos
Ubicación de código abstracta pública getCodeLocation ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
resumen público CodeLocationOrBuilder getCodeLocationOrBuilder ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;
Cadena abstracta pública getGraphId ()
The graph that's executed: applicable only to the eager execution of a FuncGraph.
string graph_id = 3;
resumen 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;
getInputTensorIds largo abstracto público (índice int)
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
resumen público int getInputTensorIdsCount ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
Lista abstracta pública<Long> getInputTensorIdsList ()
IDs of the input tensors (if available).
repeated int64 input_tensor_ids = 4;
resumen público int getNumOutputs ()
Number of output tensors.
int32 num_outputs = 2;
Cadena abstracta 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;
resumen 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;
resumen público 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;
resumen público 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;
Lista abstracta pública <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 largo abstracto público (í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;
resumen público 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;
Lista abstracta pública <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;
resumen público TensorDebugMode getTensorDebugMode ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
resumen público int getTensorDebugModeValue ()
Type of the tensor value encapsulated in this proto.
.tensorflow.TensorDebugMode tensor_debug_mode = 6;
resumen público 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;
resumen público 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 abstracta 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;
resumen público 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 de resúmenes públicos <? extiende 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 booleano abstracto público ()
Stack trace of the eager execution.
.tensorflow.CodeLocation code_location = 8;