WeightNorm

case class WeightNorm(scope: Scope, v: Variable, g: Variable, dim: Long) extends Op
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any

Value members

Concrete methods

def gradg(p: Tensor): Tensor

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val norm: Tensor
val params: List[(Variable, (STen, STen) => Unit)]
val w: Tensor