GraphExecutionTraceOrBuilder

interfejs publiczny GraphExecutionTraceOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz nazwę urządzenia ()
 Name of the device that the op belongs to.
streszczenie com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
abstrakcyjny ciąg
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
streszczenie com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
streszczenie wew
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
abstrakcyjny tryb TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
streszczenie wew
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
abstrakcyjny TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
streszczenie TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
abstrakcyjny ciąg
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
streszczenie com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
abstrakcyjna wartość logiczna
maTensorProto ()
 Tensor value in the type described by `tensor_value_type`.

Metody publiczne

publiczny ciąg abstrakcyjny getDeviceName ()

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

publiczna abstrakcja com.google.protobuf.ByteString getDeviceNameBytes ()

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

publiczny ciąg abstrakcyjny getOpName ()

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

publiczne streszczenie com.google.protobuf.ByteString getOpNameBytes ()

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

publiczne streszczenie int getOutputSlot ()

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

publiczne streszczenie TensorDebugMode getTensorDebugMode ()

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

publiczna abstrakcja int getTensorDebugModeValue ()

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

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczny ciąg abstrakcyjny 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna 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;