LostTech.TensorFlow : API Documentation

Type ObjectIdentitySet

Namespace tensorflow.python.util.object_identity

Parent PythonObjectContainer

Interfaces IObjectIdentitySet

Public instance methods

void add(Layer key)

void add(Operation key)

void add(CompositeTensor key)

void add(BaseResourceVariable key)

void add(TensorArray key)

void add(IGraphNodeBase key)

object difference_dyn(object items)

void discard(_ObjectIdentityWrapper key)

void discard(IGraphNodeBase key)

object discard_dyn(object key)

IList<object> intersection(object items)

object intersection_dyn(object items)

void update(ObjectIdentitySet items)

Public properties

object PythonObject get;