LostTech.TensorFlow : API Documentation

Type PartitionedVariable

Namespace tensorflow.python.ops.variables

Parent PythonObjectContainer

Interfaces IPartitionedVariable

Public instance methods

Tensor as_tensor()

object as_tensor_dyn()

IList<object> assign(double value, bool use_locking, string name, bool read_value)

IList<object> assign(ndarray value, bool use_locking, string name, bool read_value)

IList<object> assign(IEnumerable<double> value, bool use_locking, string name, bool read_value)

IList<object> assign(int value, bool use_locking, string name, bool read_value)

IList<object> assign(IGraphNodeBase value, bool use_locking, string name, bool read_value)

IList<object> assign_add(double value, bool use_locking, string name, bool read_value)

IList<object> assign_add(IEnumerable<object> value, bool use_locking, string name, bool read_value)

IList<object> assign_add(ValueTuple<IEnumerable<object>, object> value, bool use_locking, string name, bool read_value)

IList<object> assign_add(int value, bool use_locking, string name, bool read_value)

IList<object> assign_add(IGraphNodeBase value, bool use_locking, string name, bool read_value)

IList<object> assign_sub(double value, bool use_locking, string name, bool read_value)

IList<object> assign_sub(int value, bool use_locking, string name, bool read_value)

IList<object> assign_sub(IGraphNodeBase value, bool use_locking, string name, bool read_value)

Public properties

object dtype get;

object dtype_dyn get;

object name get;

object name_dyn get;

object PythonObject get;

object shape get;

object shape_dyn get;