LostTech.TensorFlow : API Documentation

Type WhileContext

Namespace tensorflow.python.ops.control_flow_ops

Parent ControlFlowContext

Interfaces IWhileContext

Public instance methods

object AddBackpropAccumulator(object op, object grad)

object AddBackpropAccumulator_dyn(object op, object grad)

IndexedSlices AddBackpropIndexedSlicesAccumulator(object op, object grad)

object AddBackpropIndexedSlicesAccumulator_dyn(object op, object grad)

object AddBackpropLoopCounter(object count, object outer_grad_state)

object AddBackpropLoopCounter_dyn(object count, object outer_grad_state)

ValueTuple<object, object> AddForwardLoopCounter(object outer_grad_state)

object AddForwardLoopCounter_dyn(object outer_grad_state)

object BuildLoop(PythonFunctionContainer pred, PythonFunctionContainer body, object loop_vars, object shape_invariants, bool return_same_structure)

object BuildLoop_dyn(object pred, object body, object loop_vars, object shape_invariants, object return_same_structure)

Public static methods

WhileContext NewDyn(object maximum_iterations, ImplicitContainer<T> parallel_iterations, ImplicitContainer<T> back_prop, ImplicitContainer<T> swap_memory, ImplicitContainer<T> name, object grad_state, object context_def, object import_scope)

Public properties

bool back_prop get;

object back_prop_dyn get;

object grad_state get;

object grad_state_dyn get;

IList<object> loop_enters get;

object loop_enters_dyn get;

IList<object> loop_exits get;

object loop_exits_dyn get;

object maximum_iterations get;

object maximum_iterations_dyn get;

object name get;

object name_dyn get;

object outer_context get;

object outer_context_dyn get;

int parallel_iterations get;

object parallel_iterations_dyn get;

object pivot get;

object pivot_dyn get;

object PythonObject get;

bool swap_memory get;

object swap_memory_dyn get;