LostTech.TensorFlow : API Documentation

Type smart_cond

Namespace tensorflow.python.framework.smart_cond

Public static methods

object smart_case(IEnumerable<ValueTuple<bool, object>> pred_fn_pairs, object default, bool exclusive, string name)

object smart_case_dyn(object pred_fn_pairs, object default, ImplicitContainer<T> exclusive, ImplicitContainer<T> name)

object smart_cond_(int pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

object smart_cond_(IGraphNodeBase pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

object smart_cond_(PythonClassContainer pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

object smart_cond_(object pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

object smart_cond__dyn(object pred, object true_fn, object false_fn, object name)

object smart_constant_value(PythonClassContainer pred)

object smart_constant_value(object pred)

object smart_constant_value_dyn(object pred)

Public properties

PythonFunctionContainer smart_case_fn get;

PythonFunctionContainer smart_cond__fn get;

PythonFunctionContainer smart_constant_value_fn get;