GraphExecutionTraceOrBuilder

interfaz pública GraphExecutionTraceOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getDeviceName ()
 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
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
resumen com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
int abstracto
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
abstracto TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
int abstracto
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto abstracto
getTensorProto ()
 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
hasTensorProto ()
 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; nombre_dispositivo 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; nombre_dispositivo 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;

public abstract 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;

public abstract 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;

público abstracto booleano hasTensorProto ()

 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;