Type cond_v2 Namespace tensorflow.python.ops.cond_v2 Methods cond_v2_ cond_v2_ cond_v2__dyn get_func_graphs get_func_graphs_dyn indexed_case indexed_case_dyn verify_captures verify_captures_dyn Properties _CondGradFuncGraph_fn cond_v2__fn get_func_graphs_fn indexed_case_fn verify_captures_fn 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;