LostTech.TensorFlow : API Documentation

Type gen_control_flow_ops

Namespace tensorflow.python.ops.gen_control_flow_ops

Methods

Properties

Public static methods

object abort(string error_msg, bool exit_without_error, string name)

object abort_dyn(ImplicitContainer<T> error_msg, ImplicitContainer<T> exit_without_error, object name)

object abort_eager_fallback(string error_msg, bool exit_without_error, string name, Context ctx)

object abort_eager_fallback(Byte[] error_msg, bool exit_without_error, string name, Context ctx)

object abort_eager_fallback_dyn(ImplicitContainer<T> error_msg, ImplicitContainer<T> exit_without_error, object name, object ctx)

object control_trigger(string name)

object control_trigger_dyn(object name)

object control_trigger_eager_fallback(string name, Context ctx)

object control_trigger_eager_fallback_dyn(object name, object ctx)

Tensor enter(IGraphNodeBase data, Byte[] frame_name, bool is_constant, int parallel_iterations, string name)

Tensor enter(IGraphNodeBase data, string frame_name, bool is_constant, int parallel_iterations, string name)

object enter_dyn(object data, object frame_name, ImplicitContainer<T> is_constant, ImplicitContainer<T> parallel_iterations, object name)

object enter_eager_fallback(IGraphNodeBase data, Byte[] frame_name, bool is_constant, int parallel_iterations, string name, Context ctx)

object enter_eager_fallback(IGraphNodeBase data, string frame_name, bool is_constant, int parallel_iterations, string name, Context ctx)

object enter_eager_fallback_dyn(object data, object frame_name, ImplicitContainer<T> is_constant, ImplicitContainer<T> parallel_iterations, object name, object ctx)

Tensor loop_cond(IGraphNodeBase input, string name)

object loop_cond_dyn(object input, object name)

object loop_cond_eager_fallback(IGraphNodeBase input, string name, Context ctx)

object loop_cond_eager_fallback_dyn(object input, object name, object ctx)

object merge(IEnumerable<object> inputs, PythonFunctionContainer name)

object merge_eager_fallback(IEnumerable<object> inputs, PythonFunctionContainer name, Context ctx)

object merge_eager_fallback(IEnumerable<object> inputs, string name, Context ctx)

object merge_eager_fallback_dyn(object inputs, object name, object ctx)

Tensor next_iteration(IGraphNodeBase data, string name)

object next_iteration_dyn(object data, object name)

object next_iteration_eager_fallback(IGraphNodeBase data, string name, Context ctx)

object next_iteration_eager_fallback_dyn(object data, object name, object ctx)

object no_op_eager_fallback(PythonFunctionContainer name, Context ctx)

object no_op_eager_fallback(string name, Context ctx)

object no_op_eager_fallback_dyn(object name, object ctx)

Tensor ref_enter(IGraphNodeBase data, Byte[] frame_name, bool is_constant, int parallel_iterations, string name)

Tensor ref_enter(IGraphNodeBase data, string frame_name, bool is_constant, int parallel_iterations, string name)

object ref_enter_dyn(object data, object frame_name, ImplicitContainer<T> is_constant, ImplicitContainer<T> parallel_iterations, object name)

void ref_enter_eager_fallback(object data, object frame_name, bool is_constant, int parallel_iterations, string name, object ctx)

object ref_enter_eager_fallback_dyn(object data, object frame_name, ImplicitContainer<T> is_constant, ImplicitContainer<T> parallel_iterations, object name, object ctx)

Tensor ref_exit(IGraphNodeBase data, string name)

object ref_exit_dyn(object data, object name)

void ref_exit_eager_fallback(object data, string name, object ctx)

object ref_exit_eager_fallback_dyn(object data, object name, object ctx)

object ref_merge(IEnumerable<object> inputs, PythonFunctionContainer name)

object ref_merge(IEnumerable<object> inputs, string name)

object ref_merge_dyn(object inputs, object name)

void ref_merge_eager_fallback(object inputs, string name, object ctx)

object ref_merge_eager_fallback_dyn(object inputs, object name, object ctx)

Tensor ref_next_iteration(IGraphNodeBase data, string name)

object ref_next_iteration_dyn(object data, object name)

void ref_next_iteration_eager_fallback(object data, string name, object ctx)

object ref_next_iteration_eager_fallback_dyn(object data, object name, object ctx)

Tensor ref_select(IGraphNodeBase index, IEnumerable<Variable> inputs, string name)

object ref_select_dyn(object index, object inputs, object name)

void ref_select_eager_fallback(object index, object inputs, string name, object ctx)

object ref_select_eager_fallback_dyn(object index, object inputs, object name, object ctx)

object ref_switch(IGraphNodeBase data, IGraphNodeBase pred, string name)

object ref_switch_dyn(object data, object pred, object name)

void ref_switch_eager_fallback(object data, object pred, string name, object ctx)

object ref_switch_eager_fallback_dyn(object data, object pred, object name, object ctx)

object switch(IGraphNodeBase data, IGraphNodeBase pred, PythonFunctionContainer name)

object switch(IGraphNodeBase data, IGraphNodeBase pred, string name)

object switch_dyn(object data, object pred, object name)

Switches between two operations depending on a scalar value.

Note that both `then_expression` and `else_expression` should be symbolic tensors of the *same shape*.
Returns
object
The selected tensor.

object switch_eager_fallback(IGraphNodeBase data, IGraphNodeBase pred, PythonFunctionContainer name, Context ctx)

object switch_eager_fallback(IGraphNodeBase data, IGraphNodeBase pred, string name, Context ctx)

object switch_eager_fallback_dyn(object data, object pred, object name, object ctx)

Public properties

PythonFunctionContainer abort_eager_fallback_fn get;

PythonFunctionContainer abort_fn get;

PythonFunctionContainer control_trigger_eager_fallback_fn get;

PythonFunctionContainer control_trigger_fn get;

PythonFunctionContainer enter_eager_fallback_fn get;

PythonFunctionContainer enter_fn get;

PythonFunctionContainer loop_cond_eager_fallback_fn get;

PythonFunctionContainer loop_cond_fn get;

PythonFunctionContainer merge_eager_fallback_fn get;

PythonFunctionContainer merge_fn get;

PythonFunctionContainer next_iteration_eager_fallback_fn get;

PythonFunctionContainer next_iteration_fn get;

PythonFunctionContainer no_op_eager_fallback_fn get;

PythonFunctionContainer ref_enter_eager_fallback_fn get;

PythonFunctionContainer ref_enter_fn get;

PythonFunctionContainer ref_exit_eager_fallback_fn get;

PythonFunctionContainer ref_exit_fn get;

PythonFunctionContainer ref_merge_eager_fallback_fn get;

PythonFunctionContainer ref_merge_fn get;

PythonFunctionContainer ref_next_iteration_eager_fallback_fn get;

PythonFunctionContainer ref_next_iteration_fn get;

PythonFunctionContainer ref_select_eager_fallback_fn get;

PythonFunctionContainer ref_select_fn get;

PythonFunctionContainer ref_switch_eager_fallback_fn get;

PythonFunctionContainer ref_switch_fn get;

PythonFunctionContainer switch_eager_fallback_fn get;

PythonFunctionContainer switch_fn get;