tf.Variable.SaveSliceInfo

View source on GitHub

Information on how to save this Variable as a slice.

tf.Variable.SaveSliceInfo(
    full_name=None, full_shape=None, var_offset=None, var_shape=None,
    save_slice_info_def=None, import_scope=None
)

Provides internal support for saving variables as slices of a larger variable. This API is not public and is subject to change.

Available properties:

Args:

Attributes:

Methods

to_proto

View source

to_proto(
    export_scope=None
)

Returns a SaveSliceInfoDef() proto.

Args:

Returns:

A SaveSliceInfoDef protocol buffer, or None if the Variable is not in the specified name scope.