Packages

p

lamp

saddle

package saddle

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

Type Members

  1. implicit class StenSaddleSyntax extends AnyRef

Value Members

  1. def fromFloatMat[S](m: Mat[Float], device: Device)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  2. def fromLongMat[S](m: Mat[Long], cuda: Boolean = false)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  3. def fromLongMat[S](m: Mat[Long], device: Device)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  4. def fromLongVec[S](m: Vec[Long], cuda: Boolean = false)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  5. def fromLongVec[S](m: Vec[Long], device: Device)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  6. def fromMat[S](m: Mat[Double], device: Device, precision: FloatingPointPrecision)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  7. def fromMat[S](m: Mat[Double], cuda: Boolean = false)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  8. def fromVec[S](m: Vec[Double], device: Device, precision: FloatingPointPrecision)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  9. def fromVec[S](m: Vec[Double], cuda: Boolean = false)(implicit arg0: Sc[S]): STen

    Returns a tensor with the given content and shape on the given device

  10. implicit val mBool: EmptyMovable[Mat[Boolean]]
  11. implicit val mByte: EmptyMovable[Mat[Byte]]
  12. implicit val mD: EmptyMovable[Mat[Double]]
  13. implicit val mF: EmptyMovable[Mat[Float]]
  14. implicit val mI: EmptyMovable[Mat[Int]]
  15. implicit val mL: EmptyMovable[Mat[Long]]
  16. implicit val mS: EmptyMovable[Mat[Short]]
  17. implicit val vBool: EmptyMovable[Vec[Boolean]]
  18. implicit val vByte: EmptyMovable[Vec[Byte]]
  19. implicit val vD: EmptyMovable[Vec[Double]]
  20. implicit val vF: EmptyMovable[Vec[Float]]
  21. implicit val vI: EmptyMovable[Vec[Int]]
  22. implicit val vL: EmptyMovable[Vec[Long]]
  23. implicit val vS: EmptyMovable[Mat[Short]]

Inherited from AnyRef

Inherited from Any

Ungrouped