LostTech.TensorFlow : API Documentation

Type control_flow_state

Namespace tensorflow.python.ops.control_flow_state

Public static methods

_ControlFlowState MaybeCreateControlFlowState(IEnumerable<object> between_op_list, IEnumerable<object> between_ops, bool colocate_gradients_with_ops)

object MaybeCreateControlFlowState_dyn(object between_op_list, object between_ops, object colocate_gradients_with_ops)

Tensor ZerosLikeOutsideLoop(Operation op, object index)

Tensor ZerosLikeOutsideLoop(object op, object index)

object ZerosLikeOutsideLoop_dyn(object op, object index)

Public properties

PythonFunctionContainer _ControlFlowState_fn get;

PythonFunctionContainer _GradLoopState_fn get;

PythonFunctionContainer MaybeCreateControlFlowState_fn get;

PythonFunctionContainer ZerosLikeOutsideLoop_fn get;