LostTech.TensorFlow : API Documentation

Type math_ops

Namespace tensorflow.python.ops.math_ops

Public static methods

object reduced_shape(IEnumerable<int> input_shape, ndarray axes)

object reduced_shape(IEnumerable<int> input_shape, IEnumerable<object> axes)

object reduced_shape(IEnumerable<int> input_shape, IGraphNodeBase axes)

object reduced_shape(IGraphNodeBase input_shape, ndarray axes)

object reduced_shape(IGraphNodeBase input_shape, IEnumerable<object> axes)

object reduced_shape(IGraphNodeBase input_shape, IGraphNodeBase axes)

object reduced_shape_dyn(object input_shape, object axes)

object tensor_equals(object self, object other)

object tensor_equals_dyn(object self, object other)

object tensor_not_equals(object self, object other)

object tensor_not_equals_dyn(object self, object other)

Public properties

object arg_max get; set;

object arg_max_dyn get; set;

object arg_min get; set;

object arg_min_dyn get; set;

PythonFunctionContainer DivideDelegateWithName_fn get;

PythonFunctionContainer reduced_shape_fn get;

object sparse_matmul get; set;

object sparse_matmul_dyn get; set;

PythonFunctionContainer tensor_equals_fn get;

PythonFunctionContainer tensor_not_equals_fn get;