LostTech.TensorFlow : API Documentation

Type ControlOutputs

Namespace tensorflow.contrib.graph_editor

Parent PythonObjectContainer

Interfaces IControlOutputs

The control outputs topology.

Methods

Properties

Public instance methods

ValueTuple<object> get(IEnumerable<object> op)

return the control outputs of op.

IDictionary<object, object> get_all()

object get_all_dyn()

ControlOutputs update()

Update the control outputs if the graph has changed.

object update_dyn()

Update the control outputs if the graph has changed.

Public properties

Graph graph get;

object graph_dyn get;

object PythonObject get;