Example

torch.data.Example
final case class Example[D1 <: DType, D2 <: DType](feature: Tensor[D1], target: Tensor[D2])

Attributes

Source
Example.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product