com
.
intel
.
analytics
.
bigdl
.
tensor
.
TensorNumericMath
.
TensorNumeric
NumericLong
implicit
object
NumericLong
extends
UndefinedTensorNumeric
[
Long
]
Linear Supertypes
UndefinedTensorNumeric
[
Long
],
TensorNumeric
[
Long
],
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
NumericLong
UndefinedTensorNumeric
TensorNumeric
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
abs
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
add
(
n:
Int
,
a:
Array
[
Long
]
,
offset:
Int
,
v:
Long
,
stride:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
addcdiv
(
value:
Long
,
n:
Int
,
self:
Array
[
Long
]
,
selfOffset:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
addcmul
(
value:
Long
,
n:
Int
,
self:
Array
[
Long
]
,
selfOffset:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
and
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
arraycopy
(
src:
Array
[
Long
]
,
srcPos:
Int
,
dest:
Array
[
Long
]
,
destPos:
Int
,
length:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
axpy
(
n:
Int
,
da:
Long
,
dx:
Array
[
Long
]
,
_dx_offset:
Int
,
incx:
Int
,
dy:
Array
[
Long
]
,
_dy_offset:
Int
,
incy:
Int
)
:
Unit
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
divide
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
dot
(
n:
Int
,
dx:
Array
[
Long
]
,
_dx_offset:
Int
,
incx:
Int
,
dy:
Array
[
Long
]
,
_dy_offset:
Int
,
incy:
Int
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exp
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
fill
(
data:
Array
[
Long
]
,
fromIndex:
Int
,
toIndex:
Int
,
value:
Long
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
floor
(
a:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
fromType
[
K
]
(
k:
K
)
(
implicit
c:
ConvertableFrom
[
K
]
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
gemm
(
transa:
Char
,
transb:
Char
,
m:
Int
,
n:
Int
,
k:
Int
,
alpha:
Long
,
a:
Array
[
Long
]
,
aOffset:
Int
,
lda:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
,
ldb:
Int
,
beta:
Long
,
c:
Array
[
Long
]
,
cOffset:
Int
,
ldc:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
gemv
(
trans:
Char
,
m:
Int
,
n:
Int
,
alpha:
Long
,
a:
Array
[
Long
]
,
aoffset:
Int
,
lda:
Int
,
x:
Array
[
Long
]
,
xOffset:
Int
,
incx:
Int
,
beta:
Long
,
y:
Array
[
Long
]
,
yOffset:
Int
,
incy:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
ger
(
m:
Int
,
n:
Int
,
alpha:
Long
,
x:
Array
[
Long
]
,
_x_offset:
Int
,
incx:
Int
,
y:
Array
[
Long
]
,
_y_offset:
Int
,
incy:
Int
,
a:
Array
[
Long
]
,
_a_offset:
Int
,
lda:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getType
()
:
TensorDataType
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inv
(
v:
Long
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
isGreater
(
x:
Long
,
y:
Long
)
:
Boolean
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
isGreaterEq
(
x:
Long
,
y:
Long
)
:
Boolean
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
log
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
log1p
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
max
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
minus
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nearlyEqual
(
a:
Long
,
b:
Long
,
epsilon:
Double
)
:
Boolean
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
negative
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
one
:
Long
Definition Classes
TensorNumeric
def
or
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
plus
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
pow
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
pow
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
prod
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
stride:
Int
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
rand
()
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
randn
()
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
scal
(
n:
Int
,
sa:
Long
,
sx:
Array
[
Long
]
,
offset:
Int
,
incx:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
sqrt
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
sub
(
n:
Int
,
a:
Array
[
Long
]
,
offset:
Int
,
v:
Long
,
stride:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
sum
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
stride:
Int
)
:
Long
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tanh
(
x:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
times
(
x:
Long
,
y:
Long
)
:
Long
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
toType
[
K
]
(
t:
Long
)
(
implicit
c:
ConvertableTo
[
K
]
)
:
K
Definition Classes
NumericLong
→
UndefinedTensorNumeric
→
TensorNumeric
def
vAbs
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vAdd
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vDiv
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vExp
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vLn
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vLog1p
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vMul
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vPowx
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Long
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vSqrt
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vSub
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
b:
Array
[
Long
]
,
bOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
def
vTanh
(
n:
Int
,
a:
Array
[
Long
]
,
aOffset:
Int
,
y:
Array
[
Long
]
,
yOffset:
Int
)
:
Unit
Definition Classes
UndefinedTensorNumeric
→
TensorNumeric
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
zero
:
Long
Definition Classes
TensorNumeric
Inherited from
UndefinedTensorNumeric
[
Long
]
Inherited from
TensorNumeric
[
Long
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped