LostTech.TensorFlow : API Documentation

Type utils

Namespace tensorflow.contrib.slim.utils

Public static methods

Nullable<int> channel_dimension(TensorShape shape, string data_format, int min_rank)

object channel_dimension_dyn(object shape, object data_format, ImplicitContainer<T> 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(IGraphNodeBase 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)

object last_dimension_dyn(object shape, ImplicitContainer<T> 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(bool pred, PythonFunctionContainer fn1, PythonFunctionContainer fn2, string name)

object smart_cond(IGraphNodeBase pred, PythonFunctionContainer fn1, PythonFunctionContainer fn2, string name)

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, PythonFunctionContainer fn1, PythonFunctionContainer fn2)

string static_cond(bool pred, PythonFunctionContainer fn1, object fn2)

string static_cond(bool pred, object fn1, PythonFunctionContainer fn2)

string static_cond(bool pred, object fn1, object fn2)

string static_cond(ndarray pred, PythonFunctionContainer fn1, PythonFunctionContainer fn2)

string static_cond(ndarray pred, PythonFunctionContainer fn1, object fn2)

string static_cond(int pred, PythonFunctionContainer fn1, PythonFunctionContainer fn2)

string static_cond(ndarray pred, object fn1, PythonFunctionContainer fn2)

string static_cond(ValueTuple<PythonClassContainer, PythonClassContainer> pred, PythonFunctionContainer fn1, PythonFunctionContainer fn2)

string static_cond(int pred, object fn1, PythonFunctionContainer fn2)

string static_cond(int pred, object fn1, object fn2)

string static_cond(IGraphNodeBase pred, PythonFunctionContainer fn1, object fn2)

string static_cond(IGraphNodeBase pred, object fn1, PythonFunctionContainer fn2)

string static_cond(IGraphNodeBase pred, object fn1, object fn2)

string static_cond(ndarray pred, object fn1, object fn2)

string static_cond(int pred, PythonFunctionContainer 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

PythonFunctionContainer channel_dimension_fn get;

PythonFunctionContainer collect_named_outputs_fn get;

PythonFunctionContainer constant_value_fn get;

PythonFunctionContainer get_variable_collections_fn get;

PythonFunctionContainer last_dimension_fn get;

PythonFunctionContainer n_positive_integers_fn get;

PythonFunctionContainer NamedOutputs_fn get;

PythonFunctionContainer smart_cond_fn get;

PythonFunctionContainer static_cond_fn get;

PythonFunctionContainer two_element_tuple_fn get;