ONNXBytesDataSource

class ONNXBytesDataSource(onnxBytes: Array[Byte]) extends AutoCloseable with DataSource
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def close(): Unit
Definition Classes
AutoCloseable
override def getParams[T <: Supported, Tt <: TensorTypeDenotation, Td <: TensorShapeDenotation, S <: Shape](name: String)(using tt: ValueOf[Tt], td: TensorShapeDenotationOf[Td], s: ShapeOf[S]): Tensor[T, (Tt, Td, S)]
Definition Classes

Concrete fields