GraphExecutionTraceOrBuilder

interface pública GraphExecutionTraceOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getDeviceName ()
 Name of the device that the op belongs to.
abstrato com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
cadeia abstrata
getOpNome ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
abstrato com.google.protobuf.ByteString
getOpNomeBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
abstrato int
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
TensorDebugMode abstrato
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
abstrato int
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
TensorProto abstrato
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
TensorProtoOrBuilder abstrato
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
cadeia abstrata
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
abstrato 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 abstrato
hasTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

Métodos Públicos

String abstrata pública getDeviceName ()

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

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

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

String abstrata pública getOpName ()

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

resumo 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;

público abstrato int getOutputSlot ()

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

público abstrato TensorDebugMode getTensorDebugMode ()

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

público abstrato int getTensorDebugModeValue ()

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

público abstrato 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;

público abstrato 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;

String abstrata 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;

resumo 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 abstrato 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;