package onnx
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- onnx
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ![A] = (A) ⇒ Nothing
- type !![A] = (![A]) ⇒ Nothing
- sealed trait Axes extends AnyRef
- type Contains[S, T] = <:<[!![S], T]
- trait DataSource extends AnyRef
- trait Dim extends AnyRef
- trait Disjunction[T] extends AnyRef
- trait Graph extends AnyRef
- sealed trait Mat[T <: Dim, U <: Dim] extends Axes
- abstract class Model extends AnyRef
- class ONNXBytesDataSource extends AutoCloseable with DataSource
- class ONNXHelper extends AutoCloseable
- trait OpToONNXBytesConverter extends AutoCloseable
- trait Operator extends AnyRef
- sealed trait Scalar extends Axes
- type SparseTensor[T] = (Array[T], Array[Int])
- type Tensor[T] = (Array[T], Array[Int])
- sealed trait Tuple3OfDim[T <: Dim, U <: Dim, V <: Dim] extends Axes
- type TypesafeTensor[T, A <: Axes] = (Array[T], Array[Int])
- abstract type UNil
- type Union[T] = AnyRef { type or[S] = org.emergentorder.onnx.package.Disjunction[T => Nothing with S => Nothing] }
- sealed trait Vec[T <: Dim] extends Axes
- type XInt = Int with Singleton
Value Members
- object TensorFactory