package onnx
Type Members
- class NCF extends AutoCloseable
- class ONNXHelper 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 XInt = Int with Singleton
Inherited from AnyRef
Inherited from Any