LostTech.TensorFlow : API Documentation

Type conv_utils

Namespace tensorflow.python.keras.utils.conv_utils

Methods

Properties

Public static methods

IList<object> conv_connected_inputs(object input_shape, int kernel_shape, object output_position, IEnumerable<int> strides, string padding)

IList<object> conv_connected_inputs(object input_shape, IEnumerable<int> kernel_shape, object output_position, IEnumerable<int> strides, string padding)

IList<object> conv_connected_inputs(IEnumerable<object> input_shape, int kernel_shape, object output_position, int strides, string padding)

IList<object> conv_connected_inputs(IEnumerable<object> input_shape, int kernel_shape, object output_position, IEnumerable<int> strides, string padding)

IList<object> conv_connected_inputs(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, object output_position, int strides, string padding)

IList<object> conv_connected_inputs(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, object output_position, IEnumerable<int> strides, string padding)

IList<object> conv_connected_inputs(object input_shape, int kernel_shape, object output_position, int strides, string padding)

IList<object> conv_connected_inputs(object input_shape, IEnumerable<int> kernel_shape, object output_position, int strides, string padding)

object conv_connected_inputs_dyn(object input_shape, object kernel_shape, object output_position, object strides, object padding)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, ValueTuple<object> strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, ValueTuple<object> strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, ValueTuple<object> strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, int strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, int strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, int kernel_shape, int strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, int strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, int strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, int strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, ValueTuple<object> strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, ValueTuple<object> strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, ValueTuple<object> strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, int strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, int strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, int kernel_shape, int strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(object input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, int strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, int strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, int strides, object padding, Dimension filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, int filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, TensorShape filters_in, object filters_out, object data_format)

IEnumerator<object> conv_kernel_idxs(IEnumerable<object> input_shape, ValueTuple<object> kernel_shape, ValueTuple<object> strides, object padding, Dimension filters_in, object filters_out, object data_format)

object conv_kernel_idxs_dyn(object input_shape, object kernel_shape, object strides, object padding, object filters_in, object filters_out, object data_format)

ndarray conv_kernel_mask(object input_shape, int kernel_shape, int strides, string padding)

ndarray conv_kernel_mask(IEnumerable<object> input_shape, int kernel_shape, IEnumerable<int> strides, string padding)

ndarray conv_kernel_mask(IEnumerable<object> input_shape, int kernel_shape, int strides, string padding)

ndarray conv_kernel_mask(object input_shape, IEnumerable<int> kernel_shape, IEnumerable<int> strides, string padding)

ndarray conv_kernel_mask(object input_shape, IEnumerable<int> kernel_shape, int strides, string padding)

ndarray conv_kernel_mask(object input_shape, int kernel_shape, IEnumerable<int> strides, string padding)

ndarray conv_kernel_mask(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, IEnumerable<int> strides, string padding)

ndarray conv_kernel_mask(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, int strides, string padding)

object conv_kernel_mask_dyn(object input_shape, object kernel_shape, object strides, object padding)

object conv_output_length(Dimension input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, int stride, int dilation)

object conv_output_length(object input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, int stride, int dilation)

object conv_output_length(TensorShape input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, int stride, int dilation)

object conv_output_length(int input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, int stride, int dilation)

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

object conv_output_shape(object input_shape, IEnumerable<int> kernel_shape, IEnumerable<int> strides, string padding)

object conv_output_shape(object input_shape, IEnumerable<int> kernel_shape, int strides, string padding)

object conv_output_shape(object input_shape, int kernel_shape, IEnumerable<int> strides, string padding)

object conv_output_shape(IEnumerable<object> input_shape, int kernel_shape, IEnumerable<int> strides, string padding)

object conv_output_shape(IEnumerable<object> input_shape, int kernel_shape, int strides, string padding)

object conv_output_shape(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, int strides, string padding)

object conv_output_shape(object input_shape, int kernel_shape, int strides, string padding)

object conv_output_shape(IEnumerable<object> input_shape, IEnumerable<int> kernel_shape, IEnumerable<int> strides, string padding)

object conv_output_shape_dyn(object input_shape, object kernel_shape, object strides, object padding)

ndarray convert_kernel(object kernel)

ndarray convert_kernel(IEnumerable<object> kernel)

ndarray convert_kernel(ndarray kernel)

object convert_kernel_dyn(object kernel)

object deconv_output_length(Dimension input_length, int filter_size, string padding, Nullable<int> output_padding, int stride, int dilation)

object deconv_output_length(TensorShape input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, Nullable<int> output_padding, int stride, int dilation)

object deconv_output_length(Dimension input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, Nullable<int> output_padding, int stride, int dilation)

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

object deconv_output_length(TensorShape input_length, int filter_size, string padding, Nullable<int> output_padding, int stride, int dilation)

object deconv_output_length(int input_length, int filter_size, ValueTuple<IEnumerable<object>, object> padding, Nullable<int> output_padding, int stride, int dilation)

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

object normalize_padding(ValueTuple<IEnumerable<object>, object> value)

object normalize_tuple(object value, int n, string name)

object normalize_tuple(int value, int n, string name)

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

Public properties

PythonFunctionContainer conv_connected_inputs_fn get;

PythonFunctionContainer conv_input_length_fn get;

PythonFunctionContainer conv_kernel_idxs_fn get;

PythonFunctionContainer conv_kernel_mask_fn get;

PythonFunctionContainer conv_output_length_fn get;

PythonFunctionContainer conv_output_shape_fn get;

PythonFunctionContainer convert_data_format_fn get;

PythonFunctionContainer convert_kernel_fn get;

PythonFunctionContainer deconv_output_length_fn get;

PythonFunctionContainer normalize_data_format_fn get;

PythonFunctionContainer normalize_padding_fn get;

PythonFunctionContainer normalize_tuple_fn get;