Class/Object

org.platanios.tensorflow.api.core

Shape

Related Docs: object Shape | package core

Permalink

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(dimension: Int): Shape

    Permalink
  4. def ++(other: Shape): Shape

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(slice: Slice): Shape

    Permalink
  7. def apply(dimension: Int): Int

    Permalink
  8. def asArray: Array[Int]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def assertFullyDefined(message: String = ...): Unit

    Permalink
    Annotations
    @throws( ... )
  11. def assertHasRank(rank: Int): Unit

    Permalink
    Annotations
    @throws( ... )
  12. def assertIsCompatibleWith(other: Shape): Unit

    Permalink
    Annotations
    @throws( ... )
  13. def assertRankAtLeast(rank: Int): Unit

    Permalink
    Annotations
    @throws( ... )
  14. def assertRankAtMost(rank: Int): Unit

    Permalink
    Annotations
    @throws( ... )
  15. def assertSameRank(other: Shape): Unit

    Permalink
    Annotations
    @throws( ... )
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def concatenateWith(other: Shape): Shape

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Shape → AnyRef → Any
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Shape → AnyRef → Any
  23. def isCompatibleWith(other: Shape): Boolean

    Permalink
  24. def isFullyDefined: Boolean

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def mergeWith(other: Shape): Shape

    Permalink
    Annotations
    @throws( ... )
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def numElements: Long

    Permalink
  31. def rank: Int

    Permalink
  32. def reshape(shape: Shape): Shape

    Permalink
    Annotations
    @throws( ... )
  33. def size(dimension: Int): Int

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toOutput(dataType: types.DataType = INT32, name: String = "Shape"): ops.Output

    Permalink
  36. def toProto: TensorShapeProto

    Permalink
    Definition Classes
    ShapeSerializable
  37. def toString(): String

    Permalink
    Definition Classes
    Shape → AnyRef → Any
  38. def toTensor(dataType: types.DataType = INT32): tensors.Tensor

    Permalink
  39. def toTensorShapeProto: TensorShapeProto

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withRank(rank: Int): Shape

    Permalink
    Annotations
    @throws( ... )
  44. def withRankAtLeast(rank: Int): Shape

    Permalink
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped