![]() |
Class TensorInfo
Aliases:
- Class
tf.compat.v1.TensorInfo
__init__
__init__(**kwargs)
Child Classes
Properties
coo_sparse
CooSparse coo_sparse
dtype
DataType dtype
name
string name
tensor_shape
TensorShapeProto tensor_shape
Methods
ByteSize
ByteSize()
Clear
Clear()
ClearField
ClearField(field_name)
DiscardUnknownFields
DiscardUnknownFields()
FindInitializationErrors
FindInitializationErrors()
Finds required fields which are not initialized.
Returns:
A list of strings. Each string is a path to an uninitialized field from the top-level message, e.g. "foo.bar[5].baz".
FromString
@staticmethod
FromString(s)
HasField
HasField(field_name)
IsInitialized
IsInitialized(errors=None)
Checks if all required fields of a message are set.
Args:
errors
: A list which, if provided, will be populated with the field paths of all missing required fields.
Returns:
True iff the specified message has all required fields set.
ListFields
ListFields()
MergeFrom
MergeFrom(msg)
MergeFromString
MergeFromString(serialized)
RegisterExtension
@staticmethod
RegisterExtension(extension_handle)
SerializePartialToString
SerializePartialToString(**kwargs)
SerializeToString
SerializeToString(**kwargs)
SetInParent
SetInParent()
Sets the _cached_byte_size_dirty bit to true, and propagates this to our listener iff this was a state change.
UnknownFields
UnknownFields()
WhichOneof
WhichOneof(oneof_name)
Returns the name of the currently set field inside a oneof, or None.
__eq__
__eq__(other)