LostTech.TensorFlow : API Documentation

Type SparseTensorValue

Namespace tensorflow

Parent PythonObjectContainer

Interfaces ISparseTensorValue

SparseTensorValue(indices, values, dense_shape)

Properties

Public properties

object dense_shape get; set;

object indices get; set;

object PythonObject get;

object values get; set;