com
.
intel
.
analytics
.
bigdl
.
utils
.
intermediate
IRSpatialConvolution
case class
IRSpatialConvolution
[
T
]
(
nInputPlane:
Int
,
nOutputPlane:
Int
,
kernelW:
Int
,
kernelH:
Int
,
strideW:
Int
=
1
,
strideH:
Int
=
1
,
padW:
Int
=
0
,
padH:
Int
=
0
,
nGroup:
Int
=
1
,
propagateBack:
Boolean
=
true
,
wRegularizer:
Regularizer
[
T
] =
null
,
bRegularizer:
Regularizer
[
T
] =
null
,
initWeight:
Tensor
[
T
] =
null
,
initBias:
Tensor
[
T
] =
null
,
initGradWeight:
Tensor
[
T
] =
null
,
initGradBias:
Tensor
[
T
] =
null
,
withBias:
Boolean
=
true
,
format:
DataFormat
=
...
)
(
implicit
evidence$4:
ClassTag
[
T
]
)
extends
IROperator
[
T
] with
Product
with
Serializable
Linear Supertypes
Product
,
Equals
,
IROperator
[
T
],
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
IRSpatialConvolution
Product
Equals
IROperator
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
IRSpatialConvolution
(
nInputPlane:
Int
,
nOutputPlane:
Int
,
kernelW:
Int
,
kernelH:
Int
,
strideW:
Int
=
1
,
strideH:
Int
=
1
,
padW:
Int
=
0
,
padH:
Int
=
0
,
nGroup:
Int
=
1
,
propagateBack:
Boolean
=
true
,
wRegularizer:
Regularizer
[
T
] =
null
,
bRegularizer:
Regularizer
[
T
] =
null
,
initWeight:
Tensor
[
T
] =
null
,
initBias:
Tensor
[
T
] =
null
,
initGradWeight:
Tensor
[
T
] =
null
,
initGradBias:
Tensor
[
T
] =
null
,
withBias:
Boolean
=
true
,
format:
DataFormat
=
...
)
(
implicit
arg0:
ClassTag
[
T
]
)
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
val
bRegularizer
:
Regularizer
[
T
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
format
:
DataFormat
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClassTagNumerics
()
: (
Array
[
ClassTag
[_]],
Array
[
TensorNumeric
[_]])
Definition Classes
IROperator
final
def
getNumerics
[
T
]
(
tag:
ClassTag
[
T
]
)
:
TensorNumeric
[
T
]
Definition Classes
IROperator
val
initBias
:
Tensor
[
T
]
val
initGradBias
:
Tensor
[
T
]
val
initGradWeight
:
Tensor
[
T
]
val
initWeight
:
Tensor
[
T
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
kernelH
:
Int
val
kernelW
:
Int
val
nGroup
:
Int
val
nInputPlane
:
Int
val
nOutputPlane
:
Int
def
name
:
String
Definition Classes
IROperator
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
numerics
:
TensorNumeric
[
T
]
Definition Classes
IROperator
val
padH
:
Int
val
padW
:
Int
val
propagateBack
:
Boolean
val
strideH
:
Int
val
strideW
:
Int
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
wRegularizer
:
Regularizer
[
T
]
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
(
...
)
val
withBias
:
Boolean
Inherited from
Product
Inherited from
Equals
Inherited from
IROperator
[
T
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped