Object/Trait

com.stripe.agate.tensor

OnnxNumber

Related Docs: trait OnnxNumber | package tensor

Permalink

object OnnxNumber

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

Type Members

  1. type Aux[D <: DataType, A] = OnnxNumber[A] { type Data = D }

    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 BFloat16: OnnxFloating[Short]

    Permalink
  5. val Float16: OnnxFloating[Short]

    Permalink
  6. val Float32: OnnxFloating[Float]

    Permalink
  7. val Float64: OnnxFloating[Double]

    Permalink
  8. val Int16: OnnxIntegral[Short]

    Permalink
  9. val Int32: OnnxIntegral[Int]

    Permalink
  10. val Int64: OnnxIntegral[Long]

    Permalink
  11. val Int8: OnnxIntegral[Byte]

    Permalink
  12. val Uint16: OnnxIntegral[Short]

    Permalink
  13. val Uint8: OnnxIntegral[Byte]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def cast(from: DataType, to: DataType): Option[(Elem) ⇒ Elem]

    Permalink
  16. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forDataType(dt: DataType): Try[OnnxNumber[Elem]]

    Permalink
  21. def forDataTypeOrThrow(dt: DataType): OnnxNumber[Elem]

    Permalink
  22. final def getClass(): Class[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def toFloating[A](on: OnnxNumber[A]): Try[OnnxFloating[A]]

    Permalink
  30. def toIntegral[A](on: OnnxNumber[A]): Try[OnnxIntegral[A]]

    Permalink
  31. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped