GraphExecutionTraceOrBuilder

सार्वजनिक इंटरफ़ेस GraphExecutionTraceOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
डिवाइस का नाम प्राप्त करें ()
 Name of the device that the op belongs to.
सार com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device that the op belongs to.
सार स्ट्रिंग
getOpName ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
सार com.google.protobuf.ByteString
getOpNameBytes ()
 Name of the op (applicable only in the case of the `FULL_TENSOR` trace
 level).
सार इंट
getOutputSlot ()
 Output slot of the tensor (applicable only in the case of the `FULL_TENSOR`
 trace level).
सार TensorDebugMode
getTensorDebugMode ()
 Type of the tensor value encapsulated in this proto.
सार इंट
getTensorDebugModeValue ()
 Type of the tensor value encapsulated in this proto.
सार TensorProto
getTensorProto ()
 Tensor value in the type described by `tensor_value_type`.
सार TensorProtoOrBuilder
getTensorProtoOrBuilder ()
 Tensor value in the type described by `tensor_value_type`.
सार स्ट्रिंग
getTfdbgContextId ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
सार com.google.protobuf.ByteString
getTfdbgContextIdBytes ()
 Unique ID of the context that the executed op(s) belong to (e.g., a
 compiled concrete tf.function).
अमूर्त बूलियन
हैटेन्सरप्रोटो ()
 Tensor value in the type described by `tensor_value_type`.

सार्वजनिक तरीके

सार्वजनिक सार स्ट्रिंग getDeviceName ()

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

सार्वजनिक सार com.google.protobuf.ByteString getDeviceNameBytes ()

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

सार्वजनिक सार स्ट्रिंग getOpName ()

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

सार्वजनिक सार com.google.protobuf.ByteString getOpNameBytes ()

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

सार्वजनिक सार int getOutputSlot ()

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

सार्वजनिक सार TensorDebugMode getTensorDebugMode ()

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

सार्वजनिक सार int getTensorDebugModeValue ()

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

सार्वजनिक सार 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;

सार्वजनिक सार 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;

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार 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 ()

 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;