Public static methods
Nullable<int> channel_dimension(TensorShape shape, string data_format, int min_rank)
object collect_named_outputs(string collections, object alias, IEnumerable<IGraphNodeBase> outputs)
object collect_named_outputs(string collections, object alias, ValueTuple<IEnumerable<object>, object> outputs)
object collect_named_outputs(string collections, object alias, IGraphNodeBase outputs)
object collect_named_outputs(string collections, object alias, string outputs)
object collect_named_outputs(string collections, string alias, IEnumerable<IGraphNodeBase> outputs)
object collect_named_outputs(string collections, string alias, ValueTuple<IEnumerable<object>, object> outputs)
object collect_named_outputs(string collections, string alias, IGraphNodeBase outputs)
object collect_named_outputs(string collections, string alias, string outputs)
object collect_named_outputs_dyn(object collections, object alias, object outputs)
object constant_value(bool value_or_tensor_or_var, DType dtype)
object constant_value(double value_or_tensor_or_var, DType dtype)
object constant_value(ValueTuple<PythonClassContainer, PythonClassContainer> value_or_tensor_or_var, DType dtype)
object constant_value(int value_or_tensor_or_var, DType dtype)
object constant_value_dyn(object value_or_tensor_or_var, object dtype)
object get_variable_collections(IDictionary<object, object> variables_collections, string name)
object get_variable_collections_dyn(object variables_collections, object name)
Nullable<int> last_dimension(TensorShape shape, int min_rank)
ValueTuple<object> n_positive_integers(int n, Dimension value)
ValueTuple<object> n_positive_integers(int n, IEnumerable<int> value)
ValueTuple<object> n_positive_integers(double n, int value)
ValueTuple<object> n_positive_integers(double n, TensorShape value)
ValueTuple<object> n_positive_integers(double n, Dimension value)
ValueTuple<object> n_positive_integers(double n, IEnumerable<int> value)
ValueTuple<object> n_positive_integers(int n, int value)
ValueTuple<object> n_positive_integers(int n, TensorShape value)
ValueTuple<object> n_positive_integers(string n, IEnumerable<int> value)
ValueTuple<object> n_positive_integers(string n, Dimension value)
ValueTuple<object> n_positive_integers(string n, TensorShape value)
ValueTuple<object> n_positive_integers(string n, int value)
object n_positive_integers_dyn(object n, object value)
object smart_cond_dyn(object pred, object fn1, object fn2, object name)
string static_cond(ValueTuple<PythonClassContainer, PythonClassContainer> pred, object fn1, object fn2)
string static_cond(bool pred, object fn1, object fn2)
string static_cond(int pred, object fn1, object fn2)
string static_cond(ndarray pred, object fn1, object fn2)
string static_cond(ValueTuple<PythonClassContainer, PythonClassContainer> pred, PythonFunctionContainer fn1, object fn2)
string static_cond(ValueTuple<PythonClassContainer, PythonClassContainer> pred, object fn1, PythonFunctionContainer fn2)
object static_cond_dyn(object pred, object fn1, object fn2)
ValueTuple<int, object> two_element_tuple(int int_or_tuple)
ValueTuple<int, object> two_element_tuple(TensorShape int_or_tuple)
ValueTuple<int, object> two_element_tuple(ValueTuple<IEnumerable<object>, object> int_or_tuple)
ValueTuple<int, object> two_element_tuple(IEnumerable<int> int_or_tuple)
object two_element_tuple_dyn(object int_or_tuple)
Public properties