File tree Expand file tree Collapse file tree
src/NumSharp.Core/Backends Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ public abstract class TensorEngine
8080 public abstract NDArray Ceil ( in NDArray nd , NPTypeCode ? typeCode = null ) ;
8181 public abstract NDArray Round ( in NDArray nd , Type dtype ) ;
8282 public abstract NDArray Round ( in NDArray nd , NPTypeCode ? typeCode = null ) ;
83- public abstract ( NDArray , NDArray ) ModF ( in NDArray nd , Type dtype ) ;
84- public abstract ( NDArray , NDArray ) ModF ( in NDArray nd , NPTypeCode ? typeCode = null ) ;
83+ public abstract ( NDArray Fractional , NDArray Intergral ) ModF ( in NDArray nd , Type dtype ) ;
84+ public abstract ( NDArray Fractional , NDArray Intergral ) ModF ( in NDArray nd , NPTypeCode ? typeCode = null ) ;
8585
8686 public abstract NDArray Tanh ( in NDArray nd , Type dtype ) ;
8787 public abstract NDArray Tanh ( in NDArray nd , NPTypeCode ? typeCode = null ) ;
You can’t perform that action at this time.
0 commit comments