Object

org.platanios.tensorflow.api.core

exception

Related Doc: package core

Permalink

object exception

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

Type Members

  1. type AbortedException = jni.AbortedException

    Permalink
  2. type AlreadyExistsException = jni.AlreadyExistsException

    Permalink
  3. type CancelledException = jni.CancelledException

    Permalink
  4. case class CheckpointNotFoundException(message: String = null, cause: Throwable = null) extends TensorFlowException with Product with Serializable

    Permalink
  5. type DataLossException = jni.DataLossException

    Permalink
  6. type DeadlineExceededException = jni.DeadlineExceededException

    Permalink
  7. type FailedPreconditionException = jni.FailedPreconditionException

    Permalink
  8. case class GraphMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  9. case class IllegalNameException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  10. type InternalException = jni.InternalException

    Permalink
  11. type InvalidArgumentException = jni.InvalidArgumentException

    Permalink
  12. case class InvalidDataTypeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  13. case class InvalidDeviceException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  14. case class InvalidIndexerException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  15. case class InvalidShapeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  16. type NotFoundException = jni.NotFoundException

    Permalink
  17. case class OpBuilderUsedException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  18. type OutOfRangeException = jni.OutOfRangeException

    Permalink
  19. type PermissionDeniedException = jni.PermissionDeniedException

    Permalink
  20. type ResourceExhaustedException = jni.ResourceExhaustedException

    Permalink
  21. case class ShapeMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable

    Permalink
  22. type UnauthenticatedException = jni.UnauthenticatedException

    Permalink
  23. type UnavailableException = jni.UnavailableException

    Permalink
  24. type UnimplementedException = jni.UnimplementedException

    Permalink
  25. type UnknownException = jni.UnknownException

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AbortedException: jni.AbortedException.type

    Permalink
  5. val AlreadyExistsException: jni.AlreadyExistsException.type

    Permalink
  6. val CancelledException: jni.CancelledException.type

    Permalink
  7. val DataLossException: jni.DataLossException.type

    Permalink
  8. val DeadlineExceededException: jni.DeadlineExceededException.type

    Permalink
  9. val FailedPreconditionException: jni.FailedPreconditionException.type

    Permalink
  10. val InternalException: jni.InternalException.type

    Permalink
  11. val InvalidArgumentException: jni.InvalidArgumentException.type

    Permalink
  12. val NotFoundException: jni.NotFoundException.type

    Permalink
  13. val OutOfRangeException: jni.OutOfRangeException.type

    Permalink
  14. val PermissionDeniedException: jni.PermissionDeniedException.type

    Permalink
  15. val ResourceExhaustedException: jni.ResourceExhaustedException.type

    Permalink
  16. val UnauthenticatedException: jni.UnauthenticatedException.type

    Permalink
  17. val UnavailableException: jni.UnavailableException.type

    Permalink
  18. val UnimplementedException: jni.UnimplementedException.type

    Permalink
  19. val UnknownException: jni.UnknownException.type

    Permalink
  20. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped