LostTech.TensorFlow : API Documentation

Type utils

Namespace tensorflow.python.layers.utils

Public static methods

object constant_value(IGraphNodeBase pred)

object constant_value(int pred)

object constant_value(ValueTuple<IEnumerable<object>, object> pred)

object constant_value(IEnumerable<object> pred)

object constant_value_dyn(object pred)

Nullable<int> conv_input_length(int output_length, int filter_size, string padding, int stride)

object conv_input_length_dyn(object output_length, object filter_size, object padding, object stride)

object conv_output_length(int input_length, int filter_size, string padding, int stride, int dilation)

object conv_output_length(Dimension input_length, int filter_size, string padding, int stride, int dilation)

object conv_output_length(TensorShape input_length, int filter_size, string padding, int stride, int dilation)

object conv_output_length_dyn(object input_length, object filter_size, object padding, object stride, ImplicitContainer<T> dilation)

string convert_data_format(string data_format, int ndim)

object convert_data_format_dyn(object data_format, object ndim)

Nullable<int> deconv_output_length(int input_length, int filter_size, string padding, int stride)

object deconv_output_length_dyn(object input_length, object filter_size, object padding, object stride)

ISet<object> get_reachable_from_inputs(IEnumerable<IGraphNodeBase> inputs, object targets)

object get_reachable_from_inputs_dyn(object inputs, object targets)

string normalize_data_format(string value)

object normalize_data_format_dyn(object value)

string normalize_padding(string value)

object normalize_padding_dyn(object value)

object normalize_tuple(Nullable<int> value, int n, string name)

object normalize_tuple(ValueTuple<int, int, object> value, int n, string name)

object normalize_tuple_dyn(object value, object n, object name)

IList<string> object_list_uid(object object_list)

object object_list_uid_dyn(object object_list)

object smart_cond(IEnumerable<bool> pred, PythonFunctionContainer true_fn, PythonFunctionContainer false_fn, string name)

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

Nullable<ValueTuple<object>> static_shape(object x)

object static_shape_dyn(object x)

Public properties

PythonFunctionContainer constant_value_fn get;

PythonFunctionContainer conv_input_length_fn get;

PythonFunctionContainer conv_output_length_fn get;

PythonFunctionContainer convert_data_format_fn get;

PythonFunctionContainer deconv_output_length_fn get;

PythonFunctionContainer get_reachable_from_inputs_fn get;

PythonFunctionContainer normalize_data_format_fn get;

PythonFunctionContainer normalize_padding_fn get;

PythonFunctionContainer normalize_tuple_fn get;

PythonFunctionContainer object_list_uid_fn get;

PythonFunctionContainer smart_cond_fn get;

PythonFunctionContainer static_shape_fn get;