Options
All
  • Public
  • Public/Protected
  • All
Menu

A class for keeping track of the parameters of an affine transformation.

param

A 2-dimensional tensor with the kernel parameters.

param

A 1-dimensional tensor with the bias parameters.

Hierarchy

  • LayerVars

Index

Constructors

Properties

Constructors

constructor

  • new LayerVars(kernel: tf.Tensor2D, bias: tf.Tensor1D): LayerVars

Properties

bias

bias: tf.Tensor1D

kernel

kernel: tf.Tensor2D

Generated using TypeDoc