LostTech.TensorFlow : API Documentation

Type CondContext

Namespace tensorflow.python.ops.control_flow_ops

Parent ControlFlowContext

Interfaces ICondContext

Public instance methods

ValueTuple<object, object> BuildCondBranch(IEnumerable<object> fn)

ValueTuple<object, object> BuildCondBranch(PythonFunctionContainer fn)

ValueTuple<object, object> BuildCondBranch(object fn)

object BuildCondBranch_dyn(object fn)

Public properties

bool back_prop get;

object back_prop_dyn get;

Nullable<int> branch get;

object branch_dyn get;

object grad_state get;

object grad_state_dyn get;

object name get;

object name_dyn get;

object outer_context get;

object outer_context_dyn get;

object pivot get;

object pivot_dyn get;

object pred get;

object pred_dyn get;

object PythonObject get;