open3d.visualization.tensorboard_plugin.summary.TensorProto¶
-
class
open3d.visualization.tensorboard_plugin.summary.TensorProto¶ -
ByteSize()¶ Returns the size of the message in bytes.
-
Clear()¶ Clears the message.
-
ClearExtension()¶ Clears a message field.
-
ClearField()¶ Clears a message field.
-
CopyFrom()¶ Copies a protocol message into the current message.
-
DiscardUnknownFields()¶ Discards the unknown fields.
-
FindInitializationErrors()¶ Finds unset required fields.
-
FromString()¶ Creates new method instance from given serialized data.
-
HasExtension()¶ Checks if a message field is set.
-
HasField()¶ Checks if a message field is set.
-
IsInitialized()¶ Checks if all required fields of a protocol message are set.
-
ListFields()¶ Lists all set fields of a message.
-
MergeFrom()¶ Merges a protocol message into the current message.
-
MergeFromString()¶ Merges a serialized message into the current message.
-
ParseFromString()¶ Parses a serialized message into the current message.
-
RegisterExtension()¶ Registers an extension with the current message.
-
SerializePartialToString()¶ Serializes the message to a string, even if it isn’t initialized.
-
SerializeToString()¶ Serializes the message to a string, only for initialized messages.
-
SetInParent()¶ Sets the has bit of the given field in its parent message.
-
UnknownFields()¶ Parse unknown field set
-
WhichOneof()¶ Returns the name of the field set inside a oneof, or None if no field is set.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
DESCRIPTOR= <google.protobuf.pyext._message.MessageDescriptor object>¶
-
Extensions¶ Extension dict
-
bool_val¶ Field tensorboard.TensorProto.bool_val
-
dcomplex_val¶ Field tensorboard.TensorProto.dcomplex_val
-
double_val¶ Field tensorboard.TensorProto.double_val
-
dtype¶ Field tensorboard.TensorProto.dtype
-
float_val¶ Field tensorboard.TensorProto.float_val
-
half_val¶ Field tensorboard.TensorProto.half_val
-
int64_val¶ Field tensorboard.TensorProto.int64_val
-
int_val¶ Field tensorboard.TensorProto.int_val
-
resource_handle_val¶ Field tensorboard.TensorProto.resource_handle_val
-
scomplex_val¶ Field tensorboard.TensorProto.scomplex_val
-
string_val¶ Field tensorboard.TensorProto.string_val
-
tensor_content¶ Field tensorboard.TensorProto.tensor_content
-
tensor_shape¶ Field tensorboard.TensorProto.tensor_shape
-
uint32_val¶ Field tensorboard.TensorProto.uint32_val
-
uint64_val¶ Field tensorboard.TensorProto.uint64_val
-
variant_val¶ Field tensorboard.TensorProto.variant_val
-
version_number¶ Field tensorboard.TensorProto.version_number
-