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, IEnumerable<object> 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_dyn get; set;
object arg_min_dyn get; set;
object sparse_matmul get; set;
object sparse_matmul_dyn get; set;