package onnx
Linear Supertypes
Type Members
- type ![A] = (A) => Nothing
- type !![A] = (![A]) => Nothing
- type Contains[S, T] = <:<[!![S], T]
- class NCF extends AutoCloseable
- type SparseTensor[T] = (Array[T], Array[Int], Axes)
- type Tensor[T] = (Array[T], Array[Int], Axes)
- type TypesafeTensor[T, A <: Axes] = (Array[T], Array[Int], A)
- abstract type UNil
- type Union[T] = AnyRef { type or[S] = org.emergentorder.onnx.package.Disjunction[T => Nothing with S => Nothing] }
- type XInt = Int with Singleton