GraphExecutionTraceOrBuilder

interfaz pública GraphExecutionTraceOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getNombre del dispositivo ()
 Name of the device that the op belongs to.
resumen com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
cadena abstracta
obtenerNombreOp ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
resumen com.google.protobuf.ByteString
getNombreOpBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
resumen entero
obtener ranura de salida ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
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
obtenerTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder abstracto
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
cadena abstracta
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
resumen com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
booleano abstracto
tieneTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

Métodos públicos

Cadena abstracta pública getDeviceName ()

 Name of the device that the op belongs to.
 
string device_name = 6;

resumen público com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device that the op belongs to.
 
string device_name = 6;

Cadena abstracta pública getOpName ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

resumen público com.google.protobuf.ByteString getOpNameBytes ()

 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
 
string op_name = 2;

resumen público int getOutputSlot ()

 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
 
int32 output_slot = 3;

resumen público TensorDebugMode getTensorDebugMode ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

resumen público int getTensorDebugModeValue ()

 Type of the tensor value encapsulated in this proto.
 
.tensorflow.TensorDebugMode tensor_debug_mode = 4;

resumen público TensorProto getTensorProto ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

resumen público TensorProtoOrBuilder getTensorProtoOrBuilder ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;

Cadena abstracta pública getTfdbgContextId ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

resumen público com.google.protobuf.ByteString getTfdbgContextIdBytes ()

 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
 
string tfdbg_context_id = 1;

hasTensorProto booleano abstracto público ()

 Tensor value in the type described by `tensor_value_type`.
 This tensor may summarize the value of a single intermediate op of the
 graph, or those of multiple intermediate tensors.
 
.tensorflow.TensorProto tensor_proto = 5;