Packages

final class Shape extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shape
  2. Serializable
  3. AnyRef
  4. 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. def +(dimension: Int): Shape
  4. def ++(other: Shape): Shape
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(slice: Slice): Shape
  7. def apply(dimension: Int): Int
  8. def asArray: Array[Int]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def assertFullyDefined(message: String = ...): Unit
    Annotations
    @throws( ... )
  11. def assertHasRank(rank: Int): Unit
    Annotations
    @throws( ... )
  12. def assertIsCompatibleWith(other: Shape): Unit
    Annotations
    @throws( ... )
  13. def assertRankAtLeast(rank: Int): Unit
    Annotations
    @throws( ... )
  14. def assertRankAtMost(rank: Int): Unit
    Annotations
    @throws( ... )
  15. def assertSameRank(other: Shape): Unit
    Annotations
    @throws( ... )
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. def concatenateWith(other: Shape): Shape
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(that: Any): Boolean
    Definition Classes
    Shape → AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    Shape → AnyRef → Any
  23. def isCompatibleWith(other: Shape): Boolean
  24. def isFullyDefined: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def mergeWith(other: Shape): Shape
    Annotations
    @throws( ... )
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def numElements: Long
  31. def rank: Int
  32. def reshape(shape: Shape): Shape
    Annotations
    @throws( ... )
  33. def size(dimension: Int): Int
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toOutput: ops.Output[Int]
  36. def toProto: TensorShapeProto
    Definition Classes
    ShapeSerializable
  37. def toString(): String
    Definition Classes
    Shape → AnyRef → Any
  38. def toTensor: tensors.Tensor[Int]
  39. def toTensorShapeProto: TensorShapeProto
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. def withRank(rank: Int): Shape
    Annotations
    @throws( ... )
  44. def withRankAtLeast(rank: Int): Shape
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped