LostTech.TensorFlow : API Documentation

Type cond_v2

Namespace tensorflow.python.ops.cond_v2

Public static methods

IList<object> cond_v2_(bool pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

IList<object> cond_v2_(IGraphNodeBase pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

object cond_v2__dyn(object pred, object true_fn, object false_fn, ImplicitContainer<T> name)

object get_func_graphs(object op)

object get_func_graphs_dyn(object op)

IList<object> indexed_case(int branch_index, object branch_fns, string name)

object indexed_case_dyn(object branch_index, object branch_fns, ImplicitContainer<T> name)

void verify_captures(int op_type, IEnumerable<FuncGraph> branch_graphs)

object verify_captures_dyn(object op_type, object branch_graphs)

Public properties

PythonFunctionContainer _CondGradFuncGraph_fn get;

PythonFunctionContainer cond_v2__fn get;

PythonFunctionContainer get_func_graphs_fn get;

PythonFunctionContainer indexed_case_fn get;

PythonFunctionContainer verify_captures_fn get;