Packages

package onnx

Linear Supertypes
AnyRef, Any

Package Members

  1. package backends

Type Members

  1. type ![A] = (A) => Nothing
  2. type !![A] = (![A]) => Nothing
  3. type Contains[S, T] = <:<[!![S], T]
  4. class NCF extends AutoCloseable
  5. type SparseTensor[T] = (Array[T], Array[Int], Axes)
  6. type Tensor[T] = (Array[T], Array[Int], Axes)
  7. type TypesafeTensor[T, A <: Axes] = (Array[T], Array[Int], A)
  8. abstract type UNil
  9. type Union[T] = AnyRef { type or[S] = org.emergentorder.onnx.package.Disjunction[T => Nothing with S => Nothing] }
  10. type XInt = Int with Singleton

Inherited from AnyRef

Inherited from Any

Ungrouped