LostTech.TensorFlow : API Documentation

Type while_v2

Namespace tensorflow.python.ops.while_v2

Public static methods

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IGraphNodeBase loop_vars, object shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IGraphNodeBase loop_vars, PythonClassContainer shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IGraphNodeBase loop_vars, TypeSpec shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IGraphNodeBase loop_vars, TensorShape shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IGraphNodeBase loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, object shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, PythonClassContainer shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, TypeSpec shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, PythonClassContainer loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, IEnumerable<IGraphNodeBase> loop_vars, TensorShape shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, PythonClassContainer shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, TypeSpec shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, TensorShape shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, IEnumerable<object> shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, PythonClassContainer loop_vars, object shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, PythonClassContainer loop_vars, PythonClassContainer shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, PythonClassContainer loop_vars, TypeSpec shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, PythonClassContainer loop_vars, TensorShape shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop(PythonFunctionContainer cond, PythonFunctionContainer body, object loop_vars, object shape_invariants, int parallel_iterations, object maximum_iterations, string name, bool return_same_structure, bool back_prop)

object while_loop_dyn(object cond, object body, object loop_vars, object shape_invariants, ImplicitContainer<T> parallel_iterations, object maximum_iterations, object name, ImplicitContainer<T> return_same_structure, ImplicitContainer<T> back_prop)

Public properties

PythonFunctionContainer _WhileBodyGradFuncGraph_fn get;

PythonFunctionContainer while_loop_fn get;