com
.
intel
.
analytics
.
bigdl
.
nn
NNPrimitive
object
NNPrimitive
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
NNPrimitive
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
col2imDouble
(
fInput:
Tensor
[
Double
]
,
input:
Tensor
[
Double
]
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
,
nInputPlane:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
col2imFloat
(
fInput:
Tensor
[
Float
]
,
input:
Tensor
[
Float
]
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
,
nInputPlane:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
col2imWithDilationDouble
(
columns:
Tensor
[
Double
]
,
image:
Tensor
[
Double
]
,
channels:
Int
,
height:
Int
,
width:
Int
,
kernelH:
Int
,
kernelW:
Int
,
padH:
Int
,
padW:
Int
,
strideH:
Int
,
strideW:
Int
,
dilationH:
Int
,
dilationW:
Int
)
:
Unit
def
col2imWithDilationFloat
(
columns:
Tensor
[
Float
]
,
image:
Tensor
[
Float
]
,
channels:
Int
,
height:
Int
,
width:
Int
,
kernelH:
Int
,
kernelW:
Int
,
padH:
Int
,
padW:
Int
,
strideH:
Int
,
strideW:
Int
,
dilationH:
Int
,
dilationW:
Int
)
:
Unit
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
im2colDouble
(
fInput:
Tensor
[
Double
]
,
input:
Tensor
[
Double
]
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
,
nInputPlane:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
im2colFloat
(
fInput:
Tensor
[
Float
]
,
input:
Tensor
[
Float
]
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
,
nInputPlane:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
im2colWithDilationDouble
(
image:
Tensor
[
Double
]
,
columns:
Tensor
[
Double
]
,
channels:
Int
,
height:
Int
,
width:
Int
,
kernelH:
Int
,
kernelW:
Int
,
padH:
Int
,
padW:
Int
,
strideH:
Int
,
strideW:
Int
,
dilationH:
Int
,
dilationW:
Int
)
:
Unit
def
im2colWithDilationFloat
(
image:
Tensor
[
Float
]
,
columns:
Tensor
[
Float
]
,
channels:
Int
,
height:
Int
,
width:
Int
,
kernelH:
Int
,
kernelW:
Int
,
padH:
Int
,
padW:
Int
,
strideH:
Int
,
strideW:
Int
,
dilationH:
Int
,
dilationW:
Int
)
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
maxPoolingBackwardDouble
(
gradInput:
Array
[
Double
]
,
gradInputOffset:
Int
,
gradOutput:
Array
[
Double
]
,
gradOutputOffset:
Int
,
indices:
Array
[
Double
]
,
indicesOffset:
Int
,
nSlices:
Int
,
iwidth:
Int
,
iheight:
Int
,
owidth:
Int
,
oheight:
Int
)
:
Unit
def
maxPoolingBackwardFloat
(
gradInput:
Array
[
Float
]
,
gradInputOffset:
Int
,
gradOutput:
Array
[
Float
]
,
gradOutputOffset:
Int
,
indices:
Array
[
Float
]
,
indicesOffset:
Int
,
nSlices:
Int
,
iwidth:
Int
,
iheight:
Int
,
owidth:
Int
,
oheight:
Int
)
:
Unit
def
maxPoolingForwardDouble
(
input:
Array
[
Double
]
,
inputOffset:
Int
,
output:
Array
[
Double
]
,
outputOffset:
Int
,
indices:
Array
[
Double
]
,
indicesOffset:
Int
,
nSlices:
Int
,
iWidth:
Int
,
iHeight:
Int
,
oWidth:
Int
,
oHeight:
Int
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
)
:
Unit
def
maxPoolingForwardFloat
(
input:
Array
[
Float
]
,
inputOffset:
Int
,
output:
Array
[
Float
]
,
outputOffset:
Int
,
indices:
Array
[
Float
]
,
indicesOffset:
Int
,
nSlices:
Int
,
iWidth:
Int
,
iHeight:
Int
,
oWidth:
Int
,
oHeight:
Int
,
kW:
Int
,
kH:
Int
,
dW:
Int
,
dH:
Int
,
padW:
Int
,
padH:
Int
)
:
Unit
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unfoldedAccVolDouble
(
fInput:
Tensor
[
Double
]
,
input:
Tensor
[
Double
]
,
kT:
Int
,
kW:
Int
,
kH:
Int
,
dT:
Int
,
dW:
Int
,
dH:
Int
,
pT:
Int
,
pW:
Int
,
pH:
Int
,
nInputPlane:
Int
,
inputDepth:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputDepth:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
unfoldedAccVolFloat
(
fInput:
Tensor
[
Float
]
,
input:
Tensor
[
Float
]
,
kT:
Int
,
kW:
Int
,
kH:
Int
,
dT:
Int
,
dW:
Int
,
dH:
Int
,
pT:
Int
,
pW:
Int
,
pH:
Int
,
nInputPlane:
Int
,
inputDepth:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputDepth:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
unfoldedCopyVolDouble
(
fInput:
Tensor
[
Double
]
,
input:
Tensor
[
Double
]
,
kT:
Int
,
kW:
Int
,
kH:
Int
,
dT:
Int
,
dW:
Int
,
dH:
Int
,
pT:
Int
,
pW:
Int
,
pH:
Int
,
nInputPlane:
Int
,
inputDepth:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputDepth:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
def
unfoldedCopyVolFloat
(
fInput:
Tensor
[
Float
]
,
input:
Tensor
[
Float
]
,
kT:
Int
,
kW:
Int
,
kH:
Int
,
dT:
Int
,
dW:
Int
,
dH:
Int
,
pT:
Int
,
pW:
Int
,
pH:
Int
,
nInputPlane:
Int
,
inputDepth:
Int
,
inputWidth:
Int
,
inputHeight:
Int
,
outputDepth:
Int
,
outputWidth:
Int
,
outputHeight:
Int
)
:
Unit
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped