Type SparseTensorSpec
Namespace tensorflow
Parent BatchableTypeSpec
Interfaces ISparseTensorSpec
Type specification for a
tf.SparseTensor
.
Properties
Public properties
DType dtype get;
The
tf.dtypes.DType
specified by this type for the SparseTensor.
object dtype_dyn get;
The
tf.dtypes.DType
specified by this type for the SparseTensor.
object PythonObject get;
TensorShape shape get;
The
tf.TensorShape
specified by this type for the SparseTensor.
object shape_dyn get;
The
tf.TensorShape
specified by this type for the SparseTensor.