class MemoryDimensions extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def channels: Int
  6. def channelsIn: Int
  7. def channelsInVectors: Int
  8. def channelsOut: Int
  9. def channelsOutVectors: Int
  10. def channelsVectors: Int
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def height: Int
  17. def heightVectors: Int
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lastAndVectorIndexOffsetAt(i: Int): (Int, Int, Int, Int)
  20. def lastInLayout: Int
  21. def lastInLayoutVectors: Int
  22. def layoutDimensions: Vector[Int]
  23. def layoutDimensionsName: String
  24. def layoutDimensionsVectors: Vector[Int]
  25. def modelDimensions: Vector[Int]
  26. def modelDimensionsName: String
  27. def modelOffset(height: Int, width: Int, channelsIn: Int, channelsOut: Int): Int
  28. def modelOffset(height: Int, width: Int): Int
  29. def modelOffset(width: Int): Int
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def number: Int
  34. def numberVectors: Int
  35. def order: Int
  36. val sizeScalars: Int
  37. val sizeVectors: Int
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    MemoryDimensions → AnyRef → Any
  40. def transform(transformation: Seq[Int]): MemoryDimensions
  41. def vectorIndexOffsetAt(i: Int): (Int, Int)
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def width: Int
  46. def widthVectors: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped