Packages

package onnx

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

Type Members

  1. type ![A] = (A) ⇒ Nothing
  2. type !![A] = (![A]) ⇒ Nothing
  3. sealed trait Axes extends AnyRef
  4. type Contains[S, T] = <:<[!![S], T]
  5. trait DataSource extends AnyRef
  6. trait Dim extends AnyRef
  7. trait Disjunction[T] extends AnyRef
  8. trait Graph extends AnyRef
  9. sealed trait Mat[T <: Dim, U <: Dim] extends Axes
  10. abstract class Model extends AnyRef
  11. class ONNXBytesDataSource extends AutoCloseable with DataSource
  12. class ONNXHelper extends AutoCloseable
  13. trait OpToONNXBytesConverter extends AutoCloseable
  14. trait Operator extends AnyRef
  15. sealed trait Scalar extends Axes
  16. type SparseTensor[T] = (Array[T], Array[Int])
  17. type Tensor[T] = (Array[T], Array[Int])
  18. sealed trait Tuple3OfDim[T <: Dim, U <: Dim, V <: Dim] extends Axes
  19. type TypesafeTensor[T, A <: Axes] = (Array[T], Array[Int])
  20. abstract type UNil
  21. type Union[T] = AnyRef { type or[S] = org.emergentorder.onnx.package.Disjunction[T => Nothing with S => Nothing] }
  22. sealed trait Vec[T <: Dim] extends Axes
  23. type XInt = Int with Singleton

Value Members

  1. object TensorFactory

Inherited from AnyRef

Inherited from Any

Ungrouped