object exception
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- exception
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AbortedException = jni.AbortedException
- type AlreadyExistsException = jni.AlreadyExistsException
- type CancelledException = jni.CancelledException
- case class CheckpointNotFoundException(message: String = null, cause: Throwable = null) extends TensorFlowException with Product with Serializable
- type DataLossException = jni.DataLossException
- type DeadlineExceededException = jni.DeadlineExceededException
- type FailedPreconditionException = jni.FailedPreconditionException
- case class GraphMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- case class IllegalNameException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- type InternalException = jni.InternalException
- type InvalidArgumentException = jni.InvalidArgumentException
- case class InvalidDataTypeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- case class InvalidDeviceException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- case class InvalidIndexerException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- case class InvalidShapeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- type NotFoundException = jni.NotFoundException
- case class OpBuilderUsedException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- type OutOfRangeException = jni.OutOfRangeException
- type PermissionDeniedException = jni.PermissionDeniedException
- type ResourceExhaustedException = jni.ResourceExhaustedException
- case class ShapeMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
- type UnauthenticatedException = jni.UnauthenticatedException
- type UnavailableException = jni.UnavailableException
- type UnimplementedException = jni.UnimplementedException
- type UnknownException = jni.UnknownException
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AbortedException: jni.AbortedException.type
- val AlreadyExistsException: jni.AlreadyExistsException.type
- val CancelledException: jni.CancelledException.type
- val DataLossException: jni.DataLossException.type
- val DeadlineExceededException: jni.DeadlineExceededException.type
- val FailedPreconditionException: jni.FailedPreconditionException.type
- val InternalException: jni.InternalException.type
- val InvalidArgumentException: jni.InvalidArgumentException.type
- val NotFoundException: jni.NotFoundException.type
- val OutOfRangeException: jni.OutOfRangeException.type
- val PermissionDeniedException: jni.PermissionDeniedException.type
- val ResourceExhaustedException: jni.ResourceExhaustedException.type
- val UnauthenticatedException: jni.UnauthenticatedException.type
- val UnavailableException: jni.UnavailableException.type
- val UnimplementedException: jni.UnimplementedException.type
- val UnknownException: jni.UnknownException.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )