object DenseTensorConv
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DenseTensorConv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def conv2Dmul[T](alpha: T, t: Tensor[T], k: Tensor[T], srow: Int, scol: Int, vf: Char, xc: Char)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): Tensor[T]
- def conv2d[T](output: Storage[T], _outputOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, nInputRows: Int, nInputCols: Int, kernel: Storage[T], _kernelOffset: Int, nKernelRows: Int, nKernelCols: Int, srow: Int, scol: Int, vf: Char, xc: Char)(implicit ev: TensorNumeric[T]): Unit
- def convSize(x: Int, k: Int, s: Int, vf: Char): Int
-
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] )
- def fullConv2Dptr[T](output: Storage[T], _outputOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, nInputRows: Int, nInputCols: Int, kernel: Storage[T], _kernelOffset: Int, nKernelRows: Int, nKernelCols: Int, srow: Int, scol: Int)(implicit ev: TensorNumeric[T]): Unit
- def fullXCorr2Dptr[T](output: Storage[T], _outputOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, nInputRows: Int, nInputCols: Int, kernel: Storage[T], _kernelOffset: Int, nKernelRows: Int, nKernelCols: Int, srow: Int, scol: Int)(implicit ev: TensorNumeric[T]): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validConv2Dptr[T](output: Storage[T], _outputOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, nInputRows: Int, nInputCols: Int, kernel: Storage[T], _kernelOffset: Int, nKernelRows: Int, nKernelCols: Int, srow: Int, scol: Int)(implicit ev: TensorNumeric[T]): Unit
- def validXCorr2DRevptr[T](gradWeight: Storage[T], _gradWeightOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, ir: Int, ic: Int, output: Storage[T], _outputOffset: Int, kr: Int, kc: Int, sr: Int, sc: Int)(implicit ev: TensorNumeric[T]): Unit
- def validXCorr2Dptr[T](output: Storage[T], _outputOffset: Int, alpha: T, input: Storage[T], _inputOffset: Int, nInputRows: Int, nInputCols: Int, kernel: Storage[T], _kernelOffset: Int, nKernelRows: Int, nKernelCols: Int, srow: Int, scol: Int)(implicit ev: TensorNumeric[T]): 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
- @native() @throws( ... )