LostTech.TensorFlow : API Documentation

Type SparseTensorSpec

Namespace tensorflow

Parent BatchableTypeSpec

Interfaces ISparseTensorSpec

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.

PythonClassContainer value_type get;

object value_type_dyn get;