Object

com.thoughtworks.deeplearning.differentiable.INDArray

implicits

Related Doc: package INDArray

Permalink

object implicits

Linear Supertypes
AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. implicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class DifferentiableINDArrayOps[Operand] extends AnyRef

    Permalink
  2. implicit final class INDArrayToWeightOps extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def Double*INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[Double.DoubleTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  5. implicit def Double+INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[Double.DoubleTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  6. implicit def Double-INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[Double.DoubleTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  7. implicit def Double/INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[Double.DoubleTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  8. implicit def INDArray*Double(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  9. implicit def INDArray*INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  10. implicit def INDArray+Double(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  11. implicit def INDArray+INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  12. implicit def INDArray-Double(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  13. implicit def INDArray-INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  14. implicit def INDArray/Double(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  15. implicit def INDArray/INDArray(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  16. implicit object INDArrayTrainable extends Any.Trainable[INDArray, INDArray]

    Permalink
  17. implicit def abs(INDArray)(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def conv2d[Input, Weight, Bias](input: Input, weight: Weight, bias: Bias, kernel: (Int, Int), stride: (Int, Int), padding: (Int, Int))(implicit liftInput: Aux[Input, INDArray, INDArray], liftWeight: Aux[Weight, INDArray, INDArray], liftBias: Aux[Bias, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  21. def dot[Left, Right](left: Left, right: Right)(implicit liftLeft: Aux[Left, INDArray, INDArray], liftRight: Aux[Right, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit def exp(INDArray)(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def im2col[Operand](operand: Operand, kernel: (Int, Int), stride: (Int, Int), padding: (Int, Int))(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. implicit def liftINDArray[A](implicit typeClass: Aux[A, INDArray, INDArray]): Aux[A, INDArray, INDArray]

    Permalink
    Annotations
    @inline()
  31. implicit def log(INDArray)(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  32. implicit def max(INDArray,Double)(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  33. def mean[Operand](operand: Operand)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[Double.DoubleTape]

    Permalink
    Annotations
    @inline()
  34. implicit def min(INDArray,Double)(implicit logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Aux[Do[INDArray.INDArrayTape], Do[Double.DoubleTape], Do[INDArray.INDArrayTape]]

    Permalink
    Annotations
    @inline()
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def negative[Operand](operand: Operand)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def permute[Operand](operand: Operand, dimensions: Int*)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  40. def reciprocal[Operand](operand: Operand)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  41. def reshape[Operand](operand: Operand, newShape: Int*)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  42. def sum[Operand](operand: Operand, dimensions: Int*)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[INDArray.INDArrayTape]

    Permalink
    Annotations
    @inline()
  43. def sumT[Operand](operand: Operand)(implicit liftOperand: Aux[Operand, INDArray, INDArray], logger: Logger = Logger.getGlobal, fullName: FullName, className: Caller[_], methodName: Name, executionContext: ExecutionContext): Do[Double.DoubleTape]

    Permalink
    Annotations
    @inline()
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from scala.Any

Ungrouped