Load

trait Load[M]

Type class about how to load the contents of the state of modules from external tensors

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def load(m: M, tensors: Seq[STen]): Unit