LostTech.TensorFlow : API Documentation

Type nn_ops

Namespace tensorflow.python.ops.nn_ops

Public static methods

Tensor bias_add_v1(IGraphNodeBase value, IGraphNodeBase bias, string name)

object bias_add_v1_dyn(object value, object bias, object name)

object convolution_internal(IEnumerable<IGraphNodeBase> input, ndarray filters, ndarray strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IEnumerable<IGraphNodeBase> input, ndarray filters, IEnumerable<double> strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, IGraphNodeBase filters, int strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, IGraphNodeBase filters, IEnumerable<double> strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IEnumerable<IGraphNodeBase> input, IGraphNodeBase filters, ndarray strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, ndarray filters, int strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, ndarray filters, IEnumerable<double> strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, ndarray filters, ndarray strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IEnumerable<IGraphNodeBase> input, IGraphNodeBase filters, int strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IEnumerable<IGraphNodeBase> input, IGraphNodeBase filters, IEnumerable<double> strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IGraphNodeBase input, IGraphNodeBase filters, ndarray strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal(IEnumerable<IGraphNodeBase> input, ndarray filters, int strides, string padding, string data_format, object dilations, string name, bool call_from_convolution)

object convolution_internal_dyn(object input, object filters, object strides, ImplicitContainer<T> padding, object data_format, object dilations, object name, ImplicitContainer<T> call_from_convolution)

Tensor nth_element(IEnumerable<object> input, IGraphNodeBase n, bool reverse, string name)

Tensor nth_element(int input, IGraphNodeBase n, bool reverse, string name)

Tensor nth_element(IGraphNodeBase input, IGraphNodeBase n, bool reverse, string name)

object nth_element_dyn(object input, object n, ImplicitContainer<T> reverse, object name)

Tensor xw_plus_b_v1(object x, object weights, object biases, string name)

object xw_plus_b_v1_dyn(object x, object weights, object biases, object name)

Public properties

PythonFunctionContainer _NonAtrousConvolution_fn get;

PythonFunctionContainer _WithSpaceToBatch_fn get;

PythonFunctionContainer bias_add_v1_fn get;

ValueTuple<object, object, object> CONV_TRANSPOSE_OPS get; set;

object CONV_TRANSPOSE_OPS_dyn get; set;

PythonFunctionContainer Convolution_fn get;

PythonFunctionContainer convolution_internal_fn get;

PythonFunctionContainer nth_element_fn get;

PythonFunctionContainer xw_plus_b_v1_fn get;