layer

package
v0.26.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UniqueName added in v0.26.28

func UniqueName(name string) string

Types

type DataType

type DataType string
const (
	Float16    DataType = "float16"
	Float32    DataType = "float32"
	Float64    DataType = "float64"
	Double     DataType = "double"
	Int32      DataType = "int32"
	Uint32     DataType = "uint32"
	Uint8      DataType = "uint8"
	Int16      DataType = "int16"
	Int8       DataType = "int8"
	String     DataType = "string"
	Complex64  DataType = "complex64"
	Complex    DataType = "complex"
	Int64      DataType = "int64"
	Uint64     DataType = "uint64"
	Bool       DataType = "bool"
	Qint8      DataType = "qint8"
	Quint8     DataType = "quint8"
	Qint32     DataType = "qint32"
	Bfloat16   DataType = "bfloat16"
	Qint16     DataType = "qint16"
	Quint16    DataType = "quint16"
	Uint16     DataType = "uint16"
	Complex128 DataType = "complex128"
	Half       DataType = "half"
)

Types of scalar values in the TensorFlow type system.

func (*DataType) String added in v0.26.28

func (d *DataType) String() string

type LActivation added in v0.26.28

type LActivation struct {
	// contains filtered or unexported fields
}

func Activation added in v0.26.28

func Activation(activation string) *LActivation

func (*LActivation) GetCustomLayerDefinition added in v0.26.28

func (l *LActivation) GetCustomLayerDefinition() string

func (*LActivation) GetDtype added in v0.26.28

func (l *LActivation) GetDtype() DataType

func (*LActivation) GetInputs added in v0.26.28

func (l *LActivation) GetInputs() []Layer

func (*LActivation) GetKerasLayerConfig added in v0.26.28

func (l *LActivation) GetKerasLayerConfig() interface{}

func (*LActivation) GetLayerWeights added in v0.26.28

func (l *LActivation) GetLayerWeights() []*tf.Tensor

func (*LActivation) GetName added in v0.26.28

func (l *LActivation) GetName() string

func (*LActivation) GetShape added in v0.26.28

func (l *LActivation) GetShape() tf.Shape

func (*LActivation) SetDtype added in v0.26.28

func (l *LActivation) SetDtype(dtype DataType) *LActivation

func (*LActivation) SetInputs added in v0.26.28

func (l *LActivation) SetInputs(inputs ...Layer) Layer

func (*LActivation) SetLayerWeights added in v0.26.28

func (l *LActivation) SetLayerWeights(layerWeights []*tf.Tensor) *LActivation

func (*LActivation) SetName added in v0.26.28

func (l *LActivation) SetName(name string) *LActivation

func (*LActivation) SetShape added in v0.26.28

func (l *LActivation) SetShape(shape tf.Shape) *LActivation

func (*LActivation) SetTrainable added in v0.26.28

func (l *LActivation) SetTrainable(trainable bool) *LActivation

type LActivityRegularization added in v0.26.28

type LActivityRegularization struct {
	// contains filtered or unexported fields
}

func ActivityRegularization added in v0.26.28

func ActivityRegularization() *LActivityRegularization

func (*LActivityRegularization) GetCustomLayerDefinition added in v0.26.28

func (l *LActivityRegularization) GetCustomLayerDefinition() string

func (*LActivityRegularization) GetDtype added in v0.26.28

func (l *LActivityRegularization) GetDtype() DataType

func (*LActivityRegularization) GetInputs added in v0.26.28

func (l *LActivityRegularization) GetInputs() []Layer

func (*LActivityRegularization) GetKerasLayerConfig added in v0.26.28

func (l *LActivityRegularization) GetKerasLayerConfig() interface{}

func (*LActivityRegularization) GetLayerWeights added in v0.26.28

func (l *LActivityRegularization) GetLayerWeights() []*tf.Tensor

func (*LActivityRegularization) GetName added in v0.26.28

func (l *LActivityRegularization) GetName() string

func (*LActivityRegularization) GetShape added in v0.26.28

func (l *LActivityRegularization) GetShape() tf.Shape

func (*LActivityRegularization) SetDtype added in v0.26.28

func (*LActivityRegularization) SetInputs added in v0.26.28

func (l *LActivityRegularization) SetInputs(inputs ...Layer) Layer

func (*LActivityRegularization) SetL1 added in v0.26.28

func (*LActivityRegularization) SetL2 added in v0.26.28

func (*LActivityRegularization) SetLayerWeights added in v0.26.28

func (l *LActivityRegularization) SetLayerWeights(layerWeights []*tf.Tensor) *LActivityRegularization

func (*LActivityRegularization) SetName added in v0.26.28

func (*LActivityRegularization) SetShape added in v0.26.28

func (*LActivityRegularization) SetTrainable added in v0.26.28

func (l *LActivityRegularization) SetTrainable(trainable bool) *LActivityRegularization

type LAdd added in v0.26.28

type LAdd struct {
	// contains filtered or unexported fields
}

func Add added in v0.26.28

func Add() *LAdd

func (*LAdd) GetCustomLayerDefinition added in v0.26.28

func (l *LAdd) GetCustomLayerDefinition() string

func (*LAdd) GetDtype added in v0.26.28

func (l *LAdd) GetDtype() DataType

func (*LAdd) GetInputs added in v0.26.28

func (l *LAdd) GetInputs() []Layer

func (*LAdd) GetKerasLayerConfig added in v0.26.28

func (l *LAdd) GetKerasLayerConfig() interface{}

func (*LAdd) GetLayerWeights added in v0.26.28

func (l *LAdd) GetLayerWeights() []*tf.Tensor

func (*LAdd) GetName added in v0.26.28

func (l *LAdd) GetName() string

func (*LAdd) GetShape added in v0.26.28

func (l *LAdd) GetShape() tf.Shape

func (*LAdd) SetDtype added in v0.26.28

func (l *LAdd) SetDtype(dtype DataType) *LAdd

func (*LAdd) SetInputs added in v0.26.28

func (l *LAdd) SetInputs(inputs ...Layer) Layer

func (*LAdd) SetLayerWeights added in v0.26.28

func (l *LAdd) SetLayerWeights(layerWeights []*tf.Tensor) *LAdd

func (*LAdd) SetName added in v0.26.28

func (l *LAdd) SetName(name string) *LAdd

func (*LAdd) SetShape added in v0.26.28

func (l *LAdd) SetShape(shape tf.Shape) *LAdd

func (*LAdd) SetTrainable added in v0.26.28

func (l *LAdd) SetTrainable(trainable bool) *LAdd

type LAdditiveAttention added in v0.26.28

type LAdditiveAttention struct {
	// contains filtered or unexported fields
}

func AdditiveAttention added in v0.26.28

func AdditiveAttention() *LAdditiveAttention

func (*LAdditiveAttention) GetCustomLayerDefinition added in v0.26.28

func (l *LAdditiveAttention) GetCustomLayerDefinition() string

func (*LAdditiveAttention) GetDtype added in v0.26.28

func (l *LAdditiveAttention) GetDtype() DataType

func (*LAdditiveAttention) GetInputs added in v0.26.28

func (l *LAdditiveAttention) GetInputs() []Layer

func (*LAdditiveAttention) GetKerasLayerConfig added in v0.26.28

func (l *LAdditiveAttention) GetKerasLayerConfig() interface{}

func (*LAdditiveAttention) GetLayerWeights added in v0.26.28

func (l *LAdditiveAttention) GetLayerWeights() []*tf.Tensor

func (*LAdditiveAttention) GetName added in v0.26.28

func (l *LAdditiveAttention) GetName() string

func (*LAdditiveAttention) GetShape added in v0.26.28

func (l *LAdditiveAttention) GetShape() tf.Shape

func (*LAdditiveAttention) SetCausal added in v0.26.28

func (l *LAdditiveAttention) SetCausal(causal bool) *LAdditiveAttention

func (*LAdditiveAttention) SetDropout added in v0.26.28

func (l *LAdditiveAttention) SetDropout(dropout float64) *LAdditiveAttention

func (*LAdditiveAttention) SetDtype added in v0.26.28

func (l *LAdditiveAttention) SetDtype(dtype DataType) *LAdditiveAttention

func (*LAdditiveAttention) SetInputs added in v0.26.28

func (l *LAdditiveAttention) SetInputs(inputs ...Layer) Layer

func (*LAdditiveAttention) SetLayerWeights added in v0.26.28

func (l *LAdditiveAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LAdditiveAttention

func (*LAdditiveAttention) SetName added in v0.26.28

func (l *LAdditiveAttention) SetName(name string) *LAdditiveAttention

func (*LAdditiveAttention) SetShape added in v0.26.28

func (l *LAdditiveAttention) SetShape(shape tf.Shape) *LAdditiveAttention

func (*LAdditiveAttention) SetTrainable added in v0.26.28

func (l *LAdditiveAttention) SetTrainable(trainable bool) *LAdditiveAttention

func (*LAdditiveAttention) SetUseScale added in v0.26.28

func (l *LAdditiveAttention) SetUseScale(useScale bool) *LAdditiveAttention

type LAlphaDropout added in v0.26.28

type LAlphaDropout struct {
	// contains filtered or unexported fields
}

func AlphaDropout added in v0.26.28

func AlphaDropout(rate float64) *LAlphaDropout

func (*LAlphaDropout) GetCustomLayerDefinition added in v0.26.28

func (l *LAlphaDropout) GetCustomLayerDefinition() string

func (*LAlphaDropout) GetDtype added in v0.26.28

func (l *LAlphaDropout) GetDtype() DataType

func (*LAlphaDropout) GetInputs added in v0.26.28

func (l *LAlphaDropout) GetInputs() []Layer

func (*LAlphaDropout) GetKerasLayerConfig added in v0.26.28

func (l *LAlphaDropout) GetKerasLayerConfig() interface{}

func (*LAlphaDropout) GetLayerWeights added in v0.26.28

func (l *LAlphaDropout) GetLayerWeights() []*tf.Tensor

func (*LAlphaDropout) GetName added in v0.26.28

func (l *LAlphaDropout) GetName() string

func (*LAlphaDropout) GetShape added in v0.26.28

func (l *LAlphaDropout) GetShape() tf.Shape

func (*LAlphaDropout) SetDtype added in v0.26.28

func (l *LAlphaDropout) SetDtype(dtype DataType) *LAlphaDropout

func (*LAlphaDropout) SetInputs added in v0.26.28

func (l *LAlphaDropout) SetInputs(inputs ...Layer) Layer

func (*LAlphaDropout) SetLayerWeights added in v0.26.28

func (l *LAlphaDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LAlphaDropout

func (*LAlphaDropout) SetName added in v0.26.28

func (l *LAlphaDropout) SetName(name string) *LAlphaDropout

func (*LAlphaDropout) SetNoiseShape added in v0.26.28

func (l *LAlphaDropout) SetNoiseShape(noiseShape interface{}) *LAlphaDropout

func (*LAlphaDropout) SetSeed added in v0.26.28

func (l *LAlphaDropout) SetSeed(seed interface{}) *LAlphaDropout

func (*LAlphaDropout) SetShape added in v0.26.28

func (l *LAlphaDropout) SetShape(shape tf.Shape) *LAlphaDropout

func (*LAlphaDropout) SetTrainable added in v0.26.28

func (l *LAlphaDropout) SetTrainable(trainable bool) *LAlphaDropout

type LAttention added in v0.26.28

type LAttention struct {
	// contains filtered or unexported fields
}

func Attention added in v0.26.28

func Attention() *LAttention

func (*LAttention) GetCustomLayerDefinition added in v0.26.28

func (l *LAttention) GetCustomLayerDefinition() string

func (*LAttention) GetDtype added in v0.26.28

func (l *LAttention) GetDtype() DataType

func (*LAttention) GetInputs added in v0.26.28

func (l *LAttention) GetInputs() []Layer

func (*LAttention) GetKerasLayerConfig added in v0.26.28

func (l *LAttention) GetKerasLayerConfig() interface{}

func (*LAttention) GetLayerWeights added in v0.26.28

func (l *LAttention) GetLayerWeights() []*tf.Tensor

func (*LAttention) GetName added in v0.26.28

func (l *LAttention) GetName() string

func (*LAttention) GetShape added in v0.26.28

func (l *LAttention) GetShape() tf.Shape

func (*LAttention) SetCausal added in v0.26.28

func (l *LAttention) SetCausal(causal bool) *LAttention

func (*LAttention) SetDropout added in v0.26.28

func (l *LAttention) SetDropout(dropout float64) *LAttention

func (*LAttention) SetDtype added in v0.26.28

func (l *LAttention) SetDtype(dtype DataType) *LAttention

func (*LAttention) SetInputs added in v0.26.28

func (l *LAttention) SetInputs(inputs ...Layer) Layer

func (*LAttention) SetLayerWeights added in v0.26.28

func (l *LAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LAttention

func (*LAttention) SetName added in v0.26.28

func (l *LAttention) SetName(name string) *LAttention

func (*LAttention) SetShape added in v0.26.28

func (l *LAttention) SetShape(shape tf.Shape) *LAttention

func (*LAttention) SetTrainable added in v0.26.28

func (l *LAttention) SetTrainable(trainable bool) *LAttention

func (*LAttention) SetUseScale added in v0.26.28

func (l *LAttention) SetUseScale(useScale bool) *LAttention

type LAverage added in v0.26.28

type LAverage struct {
	// contains filtered or unexported fields
}

func Average added in v0.26.28

func Average() *LAverage

func (*LAverage) GetCustomLayerDefinition added in v0.26.28

func (l *LAverage) GetCustomLayerDefinition() string

func (*LAverage) GetDtype added in v0.26.28

func (l *LAverage) GetDtype() DataType

func (*LAverage) GetInputs added in v0.26.28

func (l *LAverage) GetInputs() []Layer

func (*LAverage) GetKerasLayerConfig added in v0.26.28

func (l *LAverage) GetKerasLayerConfig() interface{}

func (*LAverage) GetLayerWeights added in v0.26.28

func (l *LAverage) GetLayerWeights() []*tf.Tensor

func (*LAverage) GetName added in v0.26.28

func (l *LAverage) GetName() string

func (*LAverage) GetShape added in v0.26.28

func (l *LAverage) GetShape() tf.Shape

func (*LAverage) SetDtype added in v0.26.28

func (l *LAverage) SetDtype(dtype DataType) *LAverage

func (*LAverage) SetInputs added in v0.26.28

func (l *LAverage) SetInputs(inputs ...Layer) Layer

func (*LAverage) SetLayerWeights added in v0.26.28

func (l *LAverage) SetLayerWeights(layerWeights []*tf.Tensor) *LAverage

func (*LAverage) SetName added in v0.26.28

func (l *LAverage) SetName(name string) *LAverage

func (*LAverage) SetShape added in v0.26.28

func (l *LAverage) SetShape(shape tf.Shape) *LAverage

func (*LAverage) SetTrainable added in v0.26.28

func (l *LAverage) SetTrainable(trainable bool) *LAverage

type LAveragePooling1D added in v0.26.28

type LAveragePooling1D struct {
	// contains filtered or unexported fields
}

func AveragePooling1D added in v0.26.28

func AveragePooling1D() *LAveragePooling1D

func (*LAveragePooling1D) GetCustomLayerDefinition added in v0.26.28

func (l *LAveragePooling1D) GetCustomLayerDefinition() string

func (*LAveragePooling1D) GetDtype added in v0.26.28

func (l *LAveragePooling1D) GetDtype() DataType

func (*LAveragePooling1D) GetInputs added in v0.26.28

func (l *LAveragePooling1D) GetInputs() []Layer

func (*LAveragePooling1D) GetKerasLayerConfig added in v0.26.28

func (l *LAveragePooling1D) GetKerasLayerConfig() interface{}

func (*LAveragePooling1D) GetLayerWeights added in v0.26.28

func (l *LAveragePooling1D) GetLayerWeights() []*tf.Tensor

func (*LAveragePooling1D) GetName added in v0.26.28

func (l *LAveragePooling1D) GetName() string

func (*LAveragePooling1D) GetShape added in v0.26.28

func (l *LAveragePooling1D) GetShape() tf.Shape

func (*LAveragePooling1D) SetDataFormat added in v0.26.28

func (l *LAveragePooling1D) SetDataFormat(dataFormat string) *LAveragePooling1D

func (*LAveragePooling1D) SetDtype added in v0.26.28

func (l *LAveragePooling1D) SetDtype(dtype DataType) *LAveragePooling1D

func (*LAveragePooling1D) SetInputs added in v0.26.28

func (l *LAveragePooling1D) SetInputs(inputs ...Layer) Layer

func (*LAveragePooling1D) SetLayerWeights added in v0.26.28

func (l *LAveragePooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling1D

func (*LAveragePooling1D) SetName added in v0.26.28

func (l *LAveragePooling1D) SetName(name string) *LAveragePooling1D

func (*LAveragePooling1D) SetPadding added in v0.26.28

func (l *LAveragePooling1D) SetPadding(padding string) *LAveragePooling1D

func (*LAveragePooling1D) SetPoolSize added in v0.26.28

func (l *LAveragePooling1D) SetPoolSize(poolSize float64) *LAveragePooling1D

func (*LAveragePooling1D) SetShape added in v0.26.28

func (l *LAveragePooling1D) SetShape(shape tf.Shape) *LAveragePooling1D

func (*LAveragePooling1D) SetStrides added in v0.26.28

func (l *LAveragePooling1D) SetStrides(strides interface{}) *LAveragePooling1D

func (*LAveragePooling1D) SetTrainable added in v0.26.28

func (l *LAveragePooling1D) SetTrainable(trainable bool) *LAveragePooling1D

type LAveragePooling2D added in v0.26.28

type LAveragePooling2D struct {
	// contains filtered or unexported fields
}

func AveragePooling2D added in v0.26.28

func AveragePooling2D() *LAveragePooling2D

func (*LAveragePooling2D) GetCustomLayerDefinition added in v0.26.28

func (l *LAveragePooling2D) GetCustomLayerDefinition() string

func (*LAveragePooling2D) GetDtype added in v0.26.28

func (l *LAveragePooling2D) GetDtype() DataType

func (*LAveragePooling2D) GetInputs added in v0.26.28

func (l *LAveragePooling2D) GetInputs() []Layer

func (*LAveragePooling2D) GetKerasLayerConfig added in v0.26.28

func (l *LAveragePooling2D) GetKerasLayerConfig() interface{}

func (*LAveragePooling2D) GetLayerWeights added in v0.26.28

func (l *LAveragePooling2D) GetLayerWeights() []*tf.Tensor

func (*LAveragePooling2D) GetName added in v0.26.28

func (l *LAveragePooling2D) GetName() string

func (*LAveragePooling2D) GetShape added in v0.26.28

func (l *LAveragePooling2D) GetShape() tf.Shape

func (*LAveragePooling2D) SetDataFormat added in v0.26.28

func (l *LAveragePooling2D) SetDataFormat(dataFormat interface{}) *LAveragePooling2D

func (*LAveragePooling2D) SetDtype added in v0.26.28

func (l *LAveragePooling2D) SetDtype(dtype DataType) *LAveragePooling2D

func (*LAveragePooling2D) SetInputs added in v0.26.28

func (l *LAveragePooling2D) SetInputs(inputs ...Layer) Layer

func (*LAveragePooling2D) SetLayerWeights added in v0.26.28

func (l *LAveragePooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling2D

func (*LAveragePooling2D) SetName added in v0.26.28

func (l *LAveragePooling2D) SetName(name string) *LAveragePooling2D

func (*LAveragePooling2D) SetPadding added in v0.26.28

func (l *LAveragePooling2D) SetPadding(padding string) *LAveragePooling2D

func (*LAveragePooling2D) SetPoolSize added in v0.26.28

func (l *LAveragePooling2D) SetPoolSize(poolSize []interface{}) *LAveragePooling2D

func (*LAveragePooling2D) SetShape added in v0.26.28

func (l *LAveragePooling2D) SetShape(shape tf.Shape) *LAveragePooling2D

func (*LAveragePooling2D) SetStrides added in v0.26.28

func (l *LAveragePooling2D) SetStrides(strides interface{}) *LAveragePooling2D

func (*LAveragePooling2D) SetTrainable added in v0.26.28

func (l *LAveragePooling2D) SetTrainable(trainable bool) *LAveragePooling2D

type LAveragePooling3D added in v0.26.28

type LAveragePooling3D struct {
	// contains filtered or unexported fields
}

func AveragePooling3D added in v0.26.28

func AveragePooling3D() *LAveragePooling3D

func (*LAveragePooling3D) GetCustomLayerDefinition added in v0.26.28

func (l *LAveragePooling3D) GetCustomLayerDefinition() string

func (*LAveragePooling3D) GetDtype added in v0.26.28

func (l *LAveragePooling3D) GetDtype() DataType

func (*LAveragePooling3D) GetInputs added in v0.26.28

func (l *LAveragePooling3D) GetInputs() []Layer

func (*LAveragePooling3D) GetKerasLayerConfig added in v0.26.28

func (l *LAveragePooling3D) GetKerasLayerConfig() interface{}

func (*LAveragePooling3D) GetLayerWeights added in v0.26.28

func (l *LAveragePooling3D) GetLayerWeights() []*tf.Tensor

func (*LAveragePooling3D) GetName added in v0.26.28

func (l *LAveragePooling3D) GetName() string

func (*LAveragePooling3D) GetShape added in v0.26.28

func (l *LAveragePooling3D) GetShape() tf.Shape

func (*LAveragePooling3D) SetDataFormat added in v0.26.28

func (l *LAveragePooling3D) SetDataFormat(dataFormat interface{}) *LAveragePooling3D

func (*LAveragePooling3D) SetDtype added in v0.26.28

func (l *LAveragePooling3D) SetDtype(dtype DataType) *LAveragePooling3D

func (*LAveragePooling3D) SetInputs added in v0.26.28

func (l *LAveragePooling3D) SetInputs(inputs ...Layer) Layer

func (*LAveragePooling3D) SetLayerWeights added in v0.26.28

func (l *LAveragePooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling3D

func (*LAveragePooling3D) SetName added in v0.26.28

func (l *LAveragePooling3D) SetName(name string) *LAveragePooling3D

func (*LAveragePooling3D) SetPadding added in v0.26.28

func (l *LAveragePooling3D) SetPadding(padding string) *LAveragePooling3D

func (*LAveragePooling3D) SetPoolSize added in v0.26.28

func (l *LAveragePooling3D) SetPoolSize(poolSize []interface{}) *LAveragePooling3D

func (*LAveragePooling3D) SetShape added in v0.26.28

func (l *LAveragePooling3D) SetShape(shape tf.Shape) *LAveragePooling3D

func (*LAveragePooling3D) SetStrides added in v0.26.28

func (l *LAveragePooling3D) SetStrides(strides interface{}) *LAveragePooling3D

func (*LAveragePooling3D) SetTrainable added in v0.26.28

func (l *LAveragePooling3D) SetTrainable(trainable bool) *LAveragePooling3D

type LBatchNormalization added in v0.26.28

type LBatchNormalization struct {
	// contains filtered or unexported fields
}

func BatchNormalization added in v0.26.28

func BatchNormalization() *LBatchNormalization

func (*LBatchNormalization) GetCustomLayerDefinition added in v0.26.28

func (l *LBatchNormalization) GetCustomLayerDefinition() string

func (*LBatchNormalization) GetDtype added in v0.26.28

func (l *LBatchNormalization) GetDtype() DataType

func (*LBatchNormalization) GetInputs added in v0.26.28

func (l *LBatchNormalization) GetInputs() []Layer

func (*LBatchNormalization) GetKerasLayerConfig added in v0.26.28

func (l *LBatchNormalization) GetKerasLayerConfig() interface{}

func (*LBatchNormalization) GetLayerWeights added in v0.26.28

func (l *LBatchNormalization) GetLayerWeights() []*tf.Tensor

func (*LBatchNormalization) GetName added in v0.26.28

func (l *LBatchNormalization) GetName() string

func (*LBatchNormalization) GetShape added in v0.26.28

func (l *LBatchNormalization) GetShape() tf.Shape

func (*LBatchNormalization) SetAxis added in v0.26.28

func (*LBatchNormalization) SetBetaConstraint added in v0.26.28

func (l *LBatchNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LBatchNormalization

func (*LBatchNormalization) SetBetaInitializer added in v0.26.28

func (l *LBatchNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LBatchNormalization

func (*LBatchNormalization) SetBetaRegularizer added in v0.26.28

func (l *LBatchNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LBatchNormalization

func (*LBatchNormalization) SetCenter added in v0.26.28

func (l *LBatchNormalization) SetCenter(center bool) *LBatchNormalization

func (*LBatchNormalization) SetDtype added in v0.26.28

func (l *LBatchNormalization) SetDtype(dtype DataType) *LBatchNormalization

func (*LBatchNormalization) SetEpsilon added in v0.26.28

func (l *LBatchNormalization) SetEpsilon(epsilon float64) *LBatchNormalization

func (*LBatchNormalization) SetGammaConstraint added in v0.26.28

func (l *LBatchNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LBatchNormalization

func (*LBatchNormalization) SetGammaInitializer added in v0.26.28

func (l *LBatchNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LBatchNormalization

func (*LBatchNormalization) SetGammaRegularizer added in v0.26.28

func (l *LBatchNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LBatchNormalization

func (*LBatchNormalization) SetInputs added in v0.26.28

func (l *LBatchNormalization) SetInputs(inputs ...Layer) Layer

func (*LBatchNormalization) SetLayerWeights added in v0.26.28

func (l *LBatchNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LBatchNormalization

func (*LBatchNormalization) SetMomentum added in v0.26.28

func (l *LBatchNormalization) SetMomentum(momentum float64) *LBatchNormalization

func (*LBatchNormalization) SetMovingMeanInitializer added in v0.26.28

func (l *LBatchNormalization) SetMovingMeanInitializer(movingMeanInitializer initializer.Initializer) *LBatchNormalization

func (*LBatchNormalization) SetMovingVarianceInitializer added in v0.26.28

func (l *LBatchNormalization) SetMovingVarianceInitializer(movingVarianceInitializer initializer.Initializer) *LBatchNormalization

func (*LBatchNormalization) SetName added in v0.26.28

func (*LBatchNormalization) SetScale added in v0.26.28

func (l *LBatchNormalization) SetScale(scale bool) *LBatchNormalization

func (*LBatchNormalization) SetShape added in v0.26.28

func (l *LBatchNormalization) SetShape(shape tf.Shape) *LBatchNormalization

func (*LBatchNormalization) SetTrainable added in v0.26.28

func (l *LBatchNormalization) SetTrainable(trainable bool) *LBatchNormalization

type LBidirectional added in v0.26.28

type LBidirectional struct {
	// contains filtered or unexported fields
}

func Bidirectional added in v0.26.28

func Bidirectional(layer interface{}) *LBidirectional

func (*LBidirectional) GetCustomLayerDefinition added in v0.26.28

func (l *LBidirectional) GetCustomLayerDefinition() string

func (*LBidirectional) GetDtype added in v0.26.28

func (l *LBidirectional) GetDtype() DataType

func (*LBidirectional) GetInputs added in v0.26.28

func (l *LBidirectional) GetInputs() []Layer

func (*LBidirectional) GetKerasLayerConfig added in v0.26.28

func (l *LBidirectional) GetKerasLayerConfig() interface{}

func (*LBidirectional) GetLayerWeights added in v0.26.28

func (l *LBidirectional) GetLayerWeights() []*tf.Tensor

func (*LBidirectional) GetName added in v0.26.28

func (l *LBidirectional) GetName() string

func (*LBidirectional) GetShape added in v0.26.28

func (l *LBidirectional) GetShape() tf.Shape

func (*LBidirectional) SetBackwardLayer added in v0.26.28

func (l *LBidirectional) SetBackwardLayer(backwardLayer interface{}) *LBidirectional

func (*LBidirectional) SetDtype added in v0.26.28

func (l *LBidirectional) SetDtype(dtype DataType) *LBidirectional

func (*LBidirectional) SetInputs added in v0.26.28

func (l *LBidirectional) SetInputs(inputs ...Layer) Layer

func (*LBidirectional) SetLayerWeights added in v0.26.28

func (l *LBidirectional) SetLayerWeights(layerWeights []*tf.Tensor) *LBidirectional

func (*LBidirectional) SetMergeMode added in v0.26.28

func (l *LBidirectional) SetMergeMode(mergeMode string) *LBidirectional

func (*LBidirectional) SetName added in v0.26.28

func (l *LBidirectional) SetName(name string) *LBidirectional

func (*LBidirectional) SetShape added in v0.26.28

func (l *LBidirectional) SetShape(shape tf.Shape) *LBidirectional

func (*LBidirectional) SetTrainable added in v0.26.28

func (l *LBidirectional) SetTrainable(trainable bool) *LBidirectional

func (*LBidirectional) SetWeights added in v0.26.28

func (l *LBidirectional) SetWeights(weights interface{}) *LBidirectional

type LCategoryCrossing added in v0.26.28

type LCategoryCrossing struct {
	// contains filtered or unexported fields
}

func CategoryCrossing added in v0.26.28

func CategoryCrossing() *LCategoryCrossing

func (*LCategoryCrossing) GetCustomLayerDefinition added in v0.26.28

func (l *LCategoryCrossing) GetCustomLayerDefinition() string

func (*LCategoryCrossing) GetDtype added in v0.26.28

func (l *LCategoryCrossing) GetDtype() DataType

func (*LCategoryCrossing) GetInputs added in v0.26.28

func (l *LCategoryCrossing) GetInputs() []Layer

func (*LCategoryCrossing) GetKerasLayerConfig added in v0.26.28

func (l *LCategoryCrossing) GetKerasLayerConfig() interface{}

func (*LCategoryCrossing) GetLayerWeights added in v0.26.28

func (l *LCategoryCrossing) GetLayerWeights() []*tf.Tensor

func (*LCategoryCrossing) GetName added in v0.26.28

func (l *LCategoryCrossing) GetName() string

func (*LCategoryCrossing) GetShape added in v0.26.28

func (l *LCategoryCrossing) GetShape() tf.Shape

func (*LCategoryCrossing) SetDepth added in v0.26.28

func (l *LCategoryCrossing) SetDepth(depth interface{}) *LCategoryCrossing

func (*LCategoryCrossing) SetDtype added in v0.26.28

func (l *LCategoryCrossing) SetDtype(dtype DataType) *LCategoryCrossing

func (*LCategoryCrossing) SetInputs added in v0.26.28

func (l *LCategoryCrossing) SetInputs(inputs ...Layer) Layer

func (*LCategoryCrossing) SetLayerWeights added in v0.26.28

func (l *LCategoryCrossing) SetLayerWeights(layerWeights []*tf.Tensor) *LCategoryCrossing

func (*LCategoryCrossing) SetName added in v0.26.28

func (l *LCategoryCrossing) SetName(name string) *LCategoryCrossing

func (*LCategoryCrossing) SetSeparator added in v0.26.28

func (l *LCategoryCrossing) SetSeparator(separator string) *LCategoryCrossing

func (*LCategoryCrossing) SetShape added in v0.26.28

func (l *LCategoryCrossing) SetShape(shape tf.Shape) *LCategoryCrossing

func (*LCategoryCrossing) SetTrainable added in v0.26.28

func (l *LCategoryCrossing) SetTrainable(trainable bool) *LCategoryCrossing

type LCategoryEncoding added in v0.26.28

type LCategoryEncoding struct {
	// contains filtered or unexported fields
}

func CategoryEncoding added in v0.26.28

func CategoryEncoding() *LCategoryEncoding

func (*LCategoryEncoding) GetCustomLayerDefinition added in v0.26.28

func (l *LCategoryEncoding) GetCustomLayerDefinition() string

func (*LCategoryEncoding) GetDtype added in v0.26.28

func (l *LCategoryEncoding) GetDtype() DataType

func (*LCategoryEncoding) GetInputs added in v0.26.28

func (l *LCategoryEncoding) GetInputs() []Layer

func (*LCategoryEncoding) GetKerasLayerConfig added in v0.26.28

func (l *LCategoryEncoding) GetKerasLayerConfig() interface{}

func (*LCategoryEncoding) GetLayerWeights added in v0.26.28

func (l *LCategoryEncoding) GetLayerWeights() []*tf.Tensor

func (*LCategoryEncoding) GetName added in v0.26.28

func (l *LCategoryEncoding) GetName() string

func (*LCategoryEncoding) GetShape added in v0.26.28

func (l *LCategoryEncoding) GetShape() tf.Shape

func (*LCategoryEncoding) SetDtype added in v0.26.28

func (l *LCategoryEncoding) SetDtype(dtype DataType) *LCategoryEncoding

func (*LCategoryEncoding) SetInputs added in v0.26.28

func (l *LCategoryEncoding) SetInputs(inputs ...Layer) Layer

func (*LCategoryEncoding) SetLayerWeights added in v0.26.28

func (l *LCategoryEncoding) SetLayerWeights(layerWeights []*tf.Tensor) *LCategoryEncoding

func (*LCategoryEncoding) SetName added in v0.26.28

func (l *LCategoryEncoding) SetName(name string) *LCategoryEncoding

func (*LCategoryEncoding) SetNumTokens added in v0.26.28

func (l *LCategoryEncoding) SetNumTokens(numTokens interface{}) *LCategoryEncoding

func (*LCategoryEncoding) SetOutputMode added in v0.26.28

func (l *LCategoryEncoding) SetOutputMode(outputMode string) *LCategoryEncoding

func (*LCategoryEncoding) SetShape added in v0.26.28

func (l *LCategoryEncoding) SetShape(shape tf.Shape) *LCategoryEncoding

func (*LCategoryEncoding) SetSparse added in v0.26.28

func (l *LCategoryEncoding) SetSparse(sparse bool) *LCategoryEncoding

func (*LCategoryEncoding) SetTrainable added in v0.26.28

func (l *LCategoryEncoding) SetTrainable(trainable bool) *LCategoryEncoding

type LCenterCrop added in v0.26.28

type LCenterCrop struct {
	// contains filtered or unexported fields
}

func CenterCrop added in v0.26.28

func CenterCrop(height float64, width float64) *LCenterCrop

func (*LCenterCrop) GetCustomLayerDefinition added in v0.26.28

func (l *LCenterCrop) GetCustomLayerDefinition() string

func (*LCenterCrop) GetDtype added in v0.26.28

func (l *LCenterCrop) GetDtype() DataType

func (*LCenterCrop) GetInputs added in v0.26.28

func (l *LCenterCrop) GetInputs() []Layer

func (*LCenterCrop) GetKerasLayerConfig added in v0.26.28

func (l *LCenterCrop) GetKerasLayerConfig() interface{}

func (*LCenterCrop) GetLayerWeights added in v0.26.28

func (l *LCenterCrop) GetLayerWeights() []*tf.Tensor

func (*LCenterCrop) GetName added in v0.26.28

func (l *LCenterCrop) GetName() string

func (*LCenterCrop) GetShape added in v0.26.28

func (l *LCenterCrop) GetShape() tf.Shape

func (*LCenterCrop) SetDtype added in v0.26.28

func (l *LCenterCrop) SetDtype(dtype DataType) *LCenterCrop

func (*LCenterCrop) SetInputs added in v0.26.28

func (l *LCenterCrop) SetInputs(inputs ...Layer) Layer

func (*LCenterCrop) SetLayerWeights added in v0.26.28

func (l *LCenterCrop) SetLayerWeights(layerWeights []*tf.Tensor) *LCenterCrop

func (*LCenterCrop) SetName added in v0.26.28

func (l *LCenterCrop) SetName(name string) *LCenterCrop

func (*LCenterCrop) SetShape added in v0.26.28

func (l *LCenterCrop) SetShape(shape tf.Shape) *LCenterCrop

func (*LCenterCrop) SetTrainable added in v0.26.28

func (l *LCenterCrop) SetTrainable(trainable bool) *LCenterCrop

type LConcatenate added in v0.26.28

type LConcatenate struct {
	// contains filtered or unexported fields
}

func Concatenate added in v0.26.28

func Concatenate() *LConcatenate

func (*LConcatenate) GetCustomLayerDefinition added in v0.26.28

func (l *LConcatenate) GetCustomLayerDefinition() string

func (*LConcatenate) GetDtype added in v0.26.28

func (l *LConcatenate) GetDtype() DataType

func (*LConcatenate) GetInputs added in v0.26.28

func (l *LConcatenate) GetInputs() []Layer

func (*LConcatenate) GetKerasLayerConfig added in v0.26.28

func (l *LConcatenate) GetKerasLayerConfig() interface{}

func (*LConcatenate) GetLayerWeights added in v0.26.28

func (l *LConcatenate) GetLayerWeights() []*tf.Tensor

func (*LConcatenate) GetName added in v0.26.28

func (l *LConcatenate) GetName() string

func (*LConcatenate) GetShape added in v0.26.28

func (l *LConcatenate) GetShape() tf.Shape

func (*LConcatenate) SetAxis added in v0.26.28

func (l *LConcatenate) SetAxis(axis float64) *LConcatenate

func (*LConcatenate) SetDtype added in v0.26.28

func (l *LConcatenate) SetDtype(dtype DataType) *LConcatenate

func (*LConcatenate) SetInputs added in v0.26.28

func (l *LConcatenate) SetInputs(inputs ...Layer) Layer

func (*LConcatenate) SetLayerWeights added in v0.26.28

func (l *LConcatenate) SetLayerWeights(layerWeights []*tf.Tensor) *LConcatenate

func (*LConcatenate) SetName added in v0.26.28

func (l *LConcatenate) SetName(name string) *LConcatenate

func (*LConcatenate) SetShape added in v0.26.28

func (l *LConcatenate) SetShape(shape tf.Shape) *LConcatenate

func (*LConcatenate) SetTrainable added in v0.26.28

func (l *LConcatenate) SetTrainable(trainable bool) *LConcatenate

type LConv1D added in v0.26.28

type LConv1D struct {
	// contains filtered or unexported fields
}

func Conv1D added in v0.26.28

func Conv1D(filters float64, kernelSize float64) *LConv1D

func (*LConv1D) GetCustomLayerDefinition added in v0.26.28

func (l *LConv1D) GetCustomLayerDefinition() string

func (*LConv1D) GetDtype added in v0.26.28

func (l *LConv1D) GetDtype() DataType

func (*LConv1D) GetInputs added in v0.26.28

func (l *LConv1D) GetInputs() []Layer

func (*LConv1D) GetKerasLayerConfig added in v0.26.28

func (l *LConv1D) GetKerasLayerConfig() interface{}

func (*LConv1D) GetLayerWeights added in v0.26.28

func (l *LConv1D) GetLayerWeights() []*tf.Tensor

func (*LConv1D) GetName added in v0.26.28

func (l *LConv1D) GetName() string

func (*LConv1D) GetShape added in v0.26.28

func (l *LConv1D) GetShape() tf.Shape

func (*LConv1D) SetActivation added in v0.26.28

func (l *LConv1D) SetActivation(activation string) *LConv1D

func (*LConv1D) SetActivityRegularizer added in v0.26.28

func (l *LConv1D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv1D

func (*LConv1D) SetBiasConstraint added in v0.26.28

func (l *LConv1D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv1D

func (*LConv1D) SetBiasInitializer added in v0.26.28

func (l *LConv1D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv1D

func (*LConv1D) SetBiasRegularizer added in v0.26.28

func (l *LConv1D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv1D

func (*LConv1D) SetDataFormat added in v0.26.28

func (l *LConv1D) SetDataFormat(dataFormat string) *LConv1D

func (*LConv1D) SetDilationRate added in v0.26.28

func (l *LConv1D) SetDilationRate(dilationRate float64) *LConv1D

func (*LConv1D) SetDtype added in v0.26.28

func (l *LConv1D) SetDtype(dtype DataType) *LConv1D

func (*LConv1D) SetGroups added in v0.26.28

func (l *LConv1D) SetGroups(groups float64) *LConv1D

func (*LConv1D) SetInputs added in v0.26.28

func (l *LConv1D) SetInputs(inputs ...Layer) Layer

func (*LConv1D) SetKernelConstraint added in v0.26.28

func (l *LConv1D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv1D

func (*LConv1D) SetKernelInitializer added in v0.26.28

func (l *LConv1D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv1D

func (*LConv1D) SetKernelRegularizer added in v0.26.28

func (l *LConv1D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv1D

func (*LConv1D) SetLayerWeights added in v0.26.28

func (l *LConv1D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv1D

func (*LConv1D) SetName added in v0.26.28

func (l *LConv1D) SetName(name string) *LConv1D

func (*LConv1D) SetPadding added in v0.26.28

func (l *LConv1D) SetPadding(padding string) *LConv1D

func (*LConv1D) SetShape added in v0.26.28

func (l *LConv1D) SetShape(shape tf.Shape) *LConv1D

func (*LConv1D) SetStrides added in v0.26.28

func (l *LConv1D) SetStrides(strides float64) *LConv1D

func (*LConv1D) SetTrainable added in v0.26.28

func (l *LConv1D) SetTrainable(trainable bool) *LConv1D

func (*LConv1D) SetUseBias added in v0.26.28

func (l *LConv1D) SetUseBias(useBias bool) *LConv1D

type LConv2D added in v0.26.28

type LConv2D struct {
	// contains filtered or unexported fields
}

func Conv2D added in v0.26.28

func Conv2D(filters float64, kernelSize float64) *LConv2D

func (*LConv2D) GetCustomLayerDefinition added in v0.26.28

func (l *LConv2D) GetCustomLayerDefinition() string

func (*LConv2D) GetDtype added in v0.26.28

func (l *LConv2D) GetDtype() DataType

func (*LConv2D) GetInputs added in v0.26.28

func (l *LConv2D) GetInputs() []Layer

func (*LConv2D) GetKerasLayerConfig added in v0.26.28

func (l *LConv2D) GetKerasLayerConfig() interface{}

func (*LConv2D) GetLayerWeights added in v0.26.28

func (l *LConv2D) GetLayerWeights() []*tf.Tensor

func (*LConv2D) GetName added in v0.26.28

func (l *LConv2D) GetName() string

func (*LConv2D) GetShape added in v0.26.28

func (l *LConv2D) GetShape() tf.Shape

func (*LConv2D) SetActivation added in v0.26.28

func (l *LConv2D) SetActivation(activation string) *LConv2D

func (*LConv2D) SetActivityRegularizer added in v0.26.28

func (l *LConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv2D

func (*LConv2D) SetBiasConstraint added in v0.26.28

func (l *LConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv2D

func (*LConv2D) SetBiasInitializer added in v0.26.28

func (l *LConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv2D

func (*LConv2D) SetBiasRegularizer added in v0.26.28

func (l *LConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv2D

func (*LConv2D) SetDataFormat added in v0.26.28

func (l *LConv2D) SetDataFormat(dataFormat interface{}) *LConv2D

func (*LConv2D) SetDilationRate added in v0.26.28

func (l *LConv2D) SetDilationRate(dilationRate []interface{}) *LConv2D

func (*LConv2D) SetDtype added in v0.26.28

func (l *LConv2D) SetDtype(dtype DataType) *LConv2D

func (*LConv2D) SetGroups added in v0.26.28

func (l *LConv2D) SetGroups(groups float64) *LConv2D

func (*LConv2D) SetInputs added in v0.26.28

func (l *LConv2D) SetInputs(inputs ...Layer) Layer

func (*LConv2D) SetKernelConstraint added in v0.26.28

func (l *LConv2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv2D

func (*LConv2D) SetKernelInitializer added in v0.26.28

func (l *LConv2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv2D

func (*LConv2D) SetKernelRegularizer added in v0.26.28

func (l *LConv2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv2D

func (*LConv2D) SetLayerWeights added in v0.26.28

func (l *LConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv2D

func (*LConv2D) SetName added in v0.26.28

func (l *LConv2D) SetName(name string) *LConv2D

func (*LConv2D) SetPadding added in v0.26.28

func (l *LConv2D) SetPadding(padding string) *LConv2D

func (*LConv2D) SetShape added in v0.26.28

func (l *LConv2D) SetShape(shape tf.Shape) *LConv2D

func (*LConv2D) SetStrides added in v0.26.28

func (l *LConv2D) SetStrides(strides []interface{}) *LConv2D

func (*LConv2D) SetTrainable added in v0.26.28

func (l *LConv2D) SetTrainable(trainable bool) *LConv2D

func (*LConv2D) SetUseBias added in v0.26.28

func (l *LConv2D) SetUseBias(useBias bool) *LConv2D

type LConv2DTranspose added in v0.26.28

type LConv2DTranspose struct {
	// contains filtered or unexported fields
}

func Conv2DTranspose added in v0.26.28

func Conv2DTranspose(filters float64, kernelSize float64) *LConv2DTranspose

func (*LConv2DTranspose) GetCustomLayerDefinition added in v0.26.28

func (l *LConv2DTranspose) GetCustomLayerDefinition() string

func (*LConv2DTranspose) GetDtype added in v0.26.28

func (l *LConv2DTranspose) GetDtype() DataType

func (*LConv2DTranspose) GetInputs added in v0.26.28

func (l *LConv2DTranspose) GetInputs() []Layer

func (*LConv2DTranspose) GetKerasLayerConfig added in v0.26.28

func (l *LConv2DTranspose) GetKerasLayerConfig() interface{}

func (*LConv2DTranspose) GetLayerWeights added in v0.26.28

func (l *LConv2DTranspose) GetLayerWeights() []*tf.Tensor

func (*LConv2DTranspose) GetName added in v0.26.28

func (l *LConv2DTranspose) GetName() string

func (*LConv2DTranspose) GetShape added in v0.26.28

func (l *LConv2DTranspose) GetShape() tf.Shape

func (*LConv2DTranspose) SetActivation added in v0.26.28

func (l *LConv2DTranspose) SetActivation(activation string) *LConv2DTranspose

func (*LConv2DTranspose) SetActivityRegularizer added in v0.26.28

func (l *LConv2DTranspose) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv2DTranspose

func (*LConv2DTranspose) SetBiasConstraint added in v0.26.28

func (l *LConv2DTranspose) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv2DTranspose

func (*LConv2DTranspose) SetBiasInitializer added in v0.26.28

func (l *LConv2DTranspose) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv2DTranspose

func (*LConv2DTranspose) SetBiasRegularizer added in v0.26.28

func (l *LConv2DTranspose) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv2DTranspose

func (*LConv2DTranspose) SetDataFormat added in v0.26.28

func (l *LConv2DTranspose) SetDataFormat(dataFormat interface{}) *LConv2DTranspose

func (*LConv2DTranspose) SetDilationRate added in v0.26.28

func (l *LConv2DTranspose) SetDilationRate(dilationRate []interface{}) *LConv2DTranspose

func (*LConv2DTranspose) SetDtype added in v0.26.28

func (l *LConv2DTranspose) SetDtype(dtype DataType) *LConv2DTranspose

func (*LConv2DTranspose) SetGroups added in v0.26.28

func (l *LConv2DTranspose) SetGroups(groups float64) *LConv2DTranspose

func (*LConv2DTranspose) SetInputs added in v0.26.28

func (l *LConv2DTranspose) SetInputs(inputs ...Layer) Layer

func (*LConv2DTranspose) SetKernelConstraint added in v0.26.28

func (l *LConv2DTranspose) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv2DTranspose

func (*LConv2DTranspose) SetKernelInitializer added in v0.26.28

func (l *LConv2DTranspose) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv2DTranspose

func (*LConv2DTranspose) SetKernelRegularizer added in v0.26.28

func (l *LConv2DTranspose) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv2DTranspose

func (*LConv2DTranspose) SetLayerWeights added in v0.26.28

func (l *LConv2DTranspose) SetLayerWeights(layerWeights []*tf.Tensor) *LConv2DTranspose

func (*LConv2DTranspose) SetName added in v0.26.28

func (l *LConv2DTranspose) SetName(name string) *LConv2DTranspose

func (*LConv2DTranspose) SetOutputPadding added in v0.26.28

func (l *LConv2DTranspose) SetOutputPadding(outputPadding interface{}) *LConv2DTranspose

func (*LConv2DTranspose) SetPadding added in v0.26.28

func (l *LConv2DTranspose) SetPadding(padding string) *LConv2DTranspose

func (*LConv2DTranspose) SetShape added in v0.26.28

func (l *LConv2DTranspose) SetShape(shape tf.Shape) *LConv2DTranspose

func (*LConv2DTranspose) SetStrides added in v0.26.28

func (l *LConv2DTranspose) SetStrides(strides []interface{}) *LConv2DTranspose

func (*LConv2DTranspose) SetTrainable added in v0.26.28

func (l *LConv2DTranspose) SetTrainable(trainable bool) *LConv2DTranspose

func (*LConv2DTranspose) SetUseBias added in v0.26.28

func (l *LConv2DTranspose) SetUseBias(useBias bool) *LConv2DTranspose

type LConv3D added in v0.26.28

type LConv3D struct {
	// contains filtered or unexported fields
}

func Conv3D added in v0.26.28

func Conv3D(filters float64, kernelSize float64) *LConv3D

func (*LConv3D) GetCustomLayerDefinition added in v0.26.28

func (l *LConv3D) GetCustomLayerDefinition() string

func (*LConv3D) GetDtype added in v0.26.28

func (l *LConv3D) GetDtype() DataType

func (*LConv3D) GetInputs added in v0.26.28

func (l *LConv3D) GetInputs() []Layer

func (*LConv3D) GetKerasLayerConfig added in v0.26.28

func (l *LConv3D) GetKerasLayerConfig() interface{}

func (*LConv3D) GetLayerWeights added in v0.26.28

func (l *LConv3D) GetLayerWeights() []*tf.Tensor

func (*LConv3D) GetName added in v0.26.28

func (l *LConv3D) GetName() string

func (*LConv3D) GetShape added in v0.26.28

func (l *LConv3D) GetShape() tf.Shape

func (*LConv3D) SetActivation added in v0.26.28

func (l *LConv3D) SetActivation(activation string) *LConv3D

func (*LConv3D) SetActivityRegularizer added in v0.26.28

func (l *LConv3D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv3D

func (*LConv3D) SetBiasConstraint added in v0.26.28

func (l *LConv3D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv3D

func (*LConv3D) SetBiasInitializer added in v0.26.28

func (l *LConv3D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv3D

func (*LConv3D) SetBiasRegularizer added in v0.26.28

func (l *LConv3D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv3D

func (*LConv3D) SetDataFormat added in v0.26.28

func (l *LConv3D) SetDataFormat(dataFormat interface{}) *LConv3D

func (*LConv3D) SetDilationRate added in v0.26.28

func (l *LConv3D) SetDilationRate(dilationRate []interface{}) *LConv3D

func (*LConv3D) SetDtype added in v0.26.28

func (l *LConv3D) SetDtype(dtype DataType) *LConv3D

func (*LConv3D) SetGroups added in v0.26.28

func (l *LConv3D) SetGroups(groups float64) *LConv3D

func (*LConv3D) SetInputs added in v0.26.28

func (l *LConv3D) SetInputs(inputs ...Layer) Layer

func (*LConv3D) SetKernelConstraint added in v0.26.28

func (l *LConv3D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv3D

func (*LConv3D) SetKernelInitializer added in v0.26.28

func (l *LConv3D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv3D

func (*LConv3D) SetKernelRegularizer added in v0.26.28

func (l *LConv3D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv3D

func (*LConv3D) SetLayerWeights added in v0.26.28

func (l *LConv3D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv3D

func (*LConv3D) SetName added in v0.26.28

func (l *LConv3D) SetName(name string) *LConv3D

func (*LConv3D) SetPadding added in v0.26.28

func (l *LConv3D) SetPadding(padding string) *LConv3D

func (*LConv3D) SetShape added in v0.26.28

func (l *LConv3D) SetShape(shape tf.Shape) *LConv3D

func (*LConv3D) SetStrides added in v0.26.28

func (l *LConv3D) SetStrides(strides []interface{}) *LConv3D

func (*LConv3D) SetTrainable added in v0.26.28

func (l *LConv3D) SetTrainable(trainable bool) *LConv3D

func (*LConv3D) SetUseBias added in v0.26.28

func (l *LConv3D) SetUseBias(useBias bool) *LConv3D

type LConv3DTranspose added in v0.26.28

type LConv3DTranspose struct {
	// contains filtered or unexported fields
}

func Conv3DTranspose added in v0.26.28

func Conv3DTranspose(filters float64, kernelSize float64) *LConv3DTranspose

func (*LConv3DTranspose) GetCustomLayerDefinition added in v0.26.28

func (l *LConv3DTranspose) GetCustomLayerDefinition() string

func (*LConv3DTranspose) GetDtype added in v0.26.28

func (l *LConv3DTranspose) GetDtype() DataType

func (*LConv3DTranspose) GetInputs added in v0.26.28

func (l *LConv3DTranspose) GetInputs() []Layer

func (*LConv3DTranspose) GetKerasLayerConfig added in v0.26.28

func (l *LConv3DTranspose) GetKerasLayerConfig() interface{}

func (*LConv3DTranspose) GetLayerWeights added in v0.26.28

func (l *LConv3DTranspose) GetLayerWeights() []*tf.Tensor

func (*LConv3DTranspose) GetName added in v0.26.28

func (l *LConv3DTranspose) GetName() string

func (*LConv3DTranspose) GetShape added in v0.26.28

func (l *LConv3DTranspose) GetShape() tf.Shape

func (*LConv3DTranspose) SetActivation added in v0.26.28

func (l *LConv3DTranspose) SetActivation(activation string) *LConv3DTranspose

func (*LConv3DTranspose) SetActivityRegularizer added in v0.26.28

func (l *LConv3DTranspose) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv3DTranspose

func (*LConv3DTranspose) SetBiasConstraint added in v0.26.28

func (l *LConv3DTranspose) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv3DTranspose

func (*LConv3DTranspose) SetBiasInitializer added in v0.26.28

func (l *LConv3DTranspose) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv3DTranspose

func (*LConv3DTranspose) SetBiasRegularizer added in v0.26.28

func (l *LConv3DTranspose) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv3DTranspose

func (*LConv3DTranspose) SetDataFormat added in v0.26.28

func (l *LConv3DTranspose) SetDataFormat(dataFormat interface{}) *LConv3DTranspose

func (*LConv3DTranspose) SetDilationRate added in v0.26.28

func (l *LConv3DTranspose) SetDilationRate(dilationRate []interface{}) *LConv3DTranspose

func (*LConv3DTranspose) SetDtype added in v0.26.28

func (l *LConv3DTranspose) SetDtype(dtype DataType) *LConv3DTranspose

func (*LConv3DTranspose) SetGroups added in v0.26.28

func (l *LConv3DTranspose) SetGroups(groups float64) *LConv3DTranspose

func (*LConv3DTranspose) SetInputs added in v0.26.28

func (l *LConv3DTranspose) SetInputs(inputs ...Layer) Layer

func (*LConv3DTranspose) SetKernelConstraint added in v0.26.28

func (l *LConv3DTranspose) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv3DTranspose

func (*LConv3DTranspose) SetKernelInitializer added in v0.26.28

func (l *LConv3DTranspose) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv3DTranspose

func (*LConv3DTranspose) SetKernelRegularizer added in v0.26.28

func (l *LConv3DTranspose) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv3DTranspose

func (*LConv3DTranspose) SetLayerWeights added in v0.26.28

func (l *LConv3DTranspose) SetLayerWeights(layerWeights []*tf.Tensor) *LConv3DTranspose

func (*LConv3DTranspose) SetName added in v0.26.28

func (l *LConv3DTranspose) SetName(name string) *LConv3DTranspose

func (*LConv3DTranspose) SetOutputPadding added in v0.26.28

func (l *LConv3DTranspose) SetOutputPadding(outputPadding interface{}) *LConv3DTranspose

func (*LConv3DTranspose) SetPadding added in v0.26.28

func (l *LConv3DTranspose) SetPadding(padding string) *LConv3DTranspose

func (*LConv3DTranspose) SetShape added in v0.26.28

func (l *LConv3DTranspose) SetShape(shape tf.Shape) *LConv3DTranspose

func (*LConv3DTranspose) SetStrides added in v0.26.28

func (l *LConv3DTranspose) SetStrides(strides []interface{}) *LConv3DTranspose

func (*LConv3DTranspose) SetTrainable added in v0.26.28

func (l *LConv3DTranspose) SetTrainable(trainable bool) *LConv3DTranspose

func (*LConv3DTranspose) SetUseBias added in v0.26.28

func (l *LConv3DTranspose) SetUseBias(useBias bool) *LConv3DTranspose

type LConvLSTM2D added in v0.26.28

type LConvLSTM2D struct {
	// contains filtered or unexported fields
}

func ConvLSTM2D added in v0.26.28

func ConvLSTM2D(filters float64, kernelSize float64) *LConvLSTM2D

func (*LConvLSTM2D) GetCustomLayerDefinition added in v0.26.28

func (l *LConvLSTM2D) GetCustomLayerDefinition() string

func (*LConvLSTM2D) GetDtype added in v0.26.28

func (l *LConvLSTM2D) GetDtype() DataType

func (*LConvLSTM2D) GetInputs added in v0.26.28

func (l *LConvLSTM2D) GetInputs() []Layer

func (*LConvLSTM2D) GetKerasLayerConfig added in v0.26.28

func (l *LConvLSTM2D) GetKerasLayerConfig() interface{}

func (*LConvLSTM2D) GetLayerWeights added in v0.26.28

func (l *LConvLSTM2D) GetLayerWeights() []*tf.Tensor

func (*LConvLSTM2D) GetName added in v0.26.28

func (l *LConvLSTM2D) GetName() string

func (*LConvLSTM2D) GetShape added in v0.26.28

func (l *LConvLSTM2D) GetShape() tf.Shape

func (*LConvLSTM2D) SetActivation added in v0.26.28

func (l *LConvLSTM2D) SetActivation(activation string) *LConvLSTM2D

func (*LConvLSTM2D) SetActivityRegularizer added in v0.26.28

func (l *LConvLSTM2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConvLSTM2D

func (*LConvLSTM2D) SetBiasConstraint added in v0.26.28

func (l *LConvLSTM2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConvLSTM2D

func (*LConvLSTM2D) SetBiasInitializer added in v0.26.28

func (l *LConvLSTM2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConvLSTM2D

func (*LConvLSTM2D) SetBiasRegularizer added in v0.26.28

func (l *LConvLSTM2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConvLSTM2D

func (*LConvLSTM2D) SetDataFormat added in v0.26.28

func (l *LConvLSTM2D) SetDataFormat(dataFormat interface{}) *LConvLSTM2D

func (*LConvLSTM2D) SetDilationRate added in v0.26.28

func (l *LConvLSTM2D) SetDilationRate(dilationRate []interface{}) *LConvLSTM2D

func (*LConvLSTM2D) SetDropout added in v0.26.28

func (l *LConvLSTM2D) SetDropout(dropout float64) *LConvLSTM2D

func (*LConvLSTM2D) SetDtype added in v0.26.28

func (l *LConvLSTM2D) SetDtype(dtype DataType) *LConvLSTM2D

func (*LConvLSTM2D) SetGoBackwards added in v0.26.28

func (l *LConvLSTM2D) SetGoBackwards(goBackwards bool) *LConvLSTM2D

func (*LConvLSTM2D) SetInputs added in v0.26.28

func (l *LConvLSTM2D) SetInputs(inputs ...Layer) Layer

func (*LConvLSTM2D) SetKernelConstraint added in v0.26.28

func (l *LConvLSTM2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConvLSTM2D

func (*LConvLSTM2D) SetKernelInitializer added in v0.26.28

func (l *LConvLSTM2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConvLSTM2D

func (*LConvLSTM2D) SetKernelRegularizer added in v0.26.28

func (l *LConvLSTM2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConvLSTM2D

func (*LConvLSTM2D) SetLayerWeights added in v0.26.28

func (l *LConvLSTM2D) SetLayerWeights(layerWeights []*tf.Tensor) *LConvLSTM2D

func (*LConvLSTM2D) SetName added in v0.26.28

func (l *LConvLSTM2D) SetName(name string) *LConvLSTM2D

func (*LConvLSTM2D) SetPadding added in v0.26.28

func (l *LConvLSTM2D) SetPadding(padding string) *LConvLSTM2D

func (*LConvLSTM2D) SetRecurrentActivation added in v0.26.28

func (l *LConvLSTM2D) SetRecurrentActivation(recurrentActivation string) *LConvLSTM2D

func (*LConvLSTM2D) SetRecurrentConstraint added in v0.26.28

func (l *LConvLSTM2D) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LConvLSTM2D

func (*LConvLSTM2D) SetRecurrentDropout added in v0.26.28

func (l *LConvLSTM2D) SetRecurrentDropout(recurrentDropout float64) *LConvLSTM2D

func (*LConvLSTM2D) SetRecurrentInitializer added in v0.26.28

func (l *LConvLSTM2D) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LConvLSTM2D

func (*LConvLSTM2D) SetRecurrentRegularizer added in v0.26.28

func (l *LConvLSTM2D) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LConvLSTM2D

func (*LConvLSTM2D) SetReturnSequences added in v0.26.28

func (l *LConvLSTM2D) SetReturnSequences(returnSequences bool) *LConvLSTM2D

func (*LConvLSTM2D) SetReturnState added in v0.26.28

func (l *LConvLSTM2D) SetReturnState(returnState bool) *LConvLSTM2D

func (*LConvLSTM2D) SetShape added in v0.26.28

func (l *LConvLSTM2D) SetShape(shape tf.Shape) *LConvLSTM2D

func (*LConvLSTM2D) SetStateful added in v0.26.28

func (l *LConvLSTM2D) SetStateful(stateful bool) *LConvLSTM2D

func (*LConvLSTM2D) SetStrides added in v0.26.28

func (l *LConvLSTM2D) SetStrides(strides []interface{}) *LConvLSTM2D

func (*LConvLSTM2D) SetTimeMajor added in v0.26.28

func (l *LConvLSTM2D) SetTimeMajor(timeMajor bool) *LConvLSTM2D

func (*LConvLSTM2D) SetTrainable added in v0.26.28

func (l *LConvLSTM2D) SetTrainable(trainable bool) *LConvLSTM2D

func (*LConvLSTM2D) SetUnitForgetBias added in v0.26.28

func (l *LConvLSTM2D) SetUnitForgetBias(unitForgetBias bool) *LConvLSTM2D

func (*LConvLSTM2D) SetUnroll added in v0.26.28

func (l *LConvLSTM2D) SetUnroll(unroll bool) *LConvLSTM2D

func (*LConvLSTM2D) SetUseBias added in v0.26.28

func (l *LConvLSTM2D) SetUseBias(useBias bool) *LConvLSTM2D

type LCropping1D added in v0.26.28

type LCropping1D struct {
	// contains filtered or unexported fields
}

func Cropping1D added in v0.26.28

func Cropping1D() *LCropping1D

func (*LCropping1D) GetCustomLayerDefinition added in v0.26.28

func (l *LCropping1D) GetCustomLayerDefinition() string

func (*LCropping1D) GetDtype added in v0.26.28

func (l *LCropping1D) GetDtype() DataType

func (*LCropping1D) GetInputs added in v0.26.28

func (l *LCropping1D) GetInputs() []Layer

func (*LCropping1D) GetKerasLayerConfig added in v0.26.28

func (l *LCropping1D) GetKerasLayerConfig() interface{}

func (*LCropping1D) GetLayerWeights added in v0.26.28

func (l *LCropping1D) GetLayerWeights() []*tf.Tensor

func (*LCropping1D) GetName added in v0.26.28

func (l *LCropping1D) GetName() string

func (*LCropping1D) GetShape added in v0.26.28

func (l *LCropping1D) GetShape() tf.Shape

func (*LCropping1D) SetCropping added in v0.26.28

func (l *LCropping1D) SetCropping(cropping []interface{}) *LCropping1D

func (*LCropping1D) SetDtype added in v0.26.28

func (l *LCropping1D) SetDtype(dtype DataType) *LCropping1D

func (*LCropping1D) SetInputs added in v0.26.28

func (l *LCropping1D) SetInputs(inputs ...Layer) Layer

func (*LCropping1D) SetLayerWeights added in v0.26.28

func (l *LCropping1D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping1D

func (*LCropping1D) SetName added in v0.26.28

func (l *LCropping1D) SetName(name string) *LCropping1D

func (*LCropping1D) SetShape added in v0.26.28

func (l *LCropping1D) SetShape(shape tf.Shape) *LCropping1D

func (*LCropping1D) SetTrainable added in v0.26.28

func (l *LCropping1D) SetTrainable(trainable bool) *LCropping1D

type LCropping2D added in v0.26.28

type LCropping2D struct {
	// contains filtered or unexported fields
}

func Cropping2D added in v0.26.28

func Cropping2D() *LCropping2D

func (*LCropping2D) GetCustomLayerDefinition added in v0.26.28

func (l *LCropping2D) GetCustomLayerDefinition() string

func (*LCropping2D) GetDtype added in v0.26.28

func (l *LCropping2D) GetDtype() DataType

func (*LCropping2D) GetInputs added in v0.26.28

func (l *LCropping2D) GetInputs() []Layer

func (*LCropping2D) GetKerasLayerConfig added in v0.26.28

func (l *LCropping2D) GetKerasLayerConfig() interface{}

func (*LCropping2D) GetLayerWeights added in v0.26.28

func (l *LCropping2D) GetLayerWeights() []*tf.Tensor

func (*LCropping2D) GetName added in v0.26.28

func (l *LCropping2D) GetName() string

func (*LCropping2D) GetShape added in v0.26.28

func (l *LCropping2D) GetShape() tf.Shape

func (*LCropping2D) SetCropping added in v0.26.28

func (l *LCropping2D) SetCropping(cropping []interface{}) *LCropping2D

func (*LCropping2D) SetDataFormat added in v0.26.28

func (l *LCropping2D) SetDataFormat(dataFormat interface{}) *LCropping2D

func (*LCropping2D) SetDtype added in v0.26.28

func (l *LCropping2D) SetDtype(dtype DataType) *LCropping2D

func (*LCropping2D) SetInputs added in v0.26.28

func (l *LCropping2D) SetInputs(inputs ...Layer) Layer

func (*LCropping2D) SetLayerWeights added in v0.26.28

func (l *LCropping2D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping2D

func (*LCropping2D) SetName added in v0.26.28

func (l *LCropping2D) SetName(name string) *LCropping2D

func (*LCropping2D) SetShape added in v0.26.28

func (l *LCropping2D) SetShape(shape tf.Shape) *LCropping2D

func (*LCropping2D) SetTrainable added in v0.26.28

func (l *LCropping2D) SetTrainable(trainable bool) *LCropping2D

type LCropping3D added in v0.26.28

type LCropping3D struct {
	// contains filtered or unexported fields
}

func Cropping3D added in v0.26.28

func Cropping3D() *LCropping3D

func (*LCropping3D) GetCustomLayerDefinition added in v0.26.28

func (l *LCropping3D) GetCustomLayerDefinition() string

func (*LCropping3D) GetDtype added in v0.26.28

func (l *LCropping3D) GetDtype() DataType

func (*LCropping3D) GetInputs added in v0.26.28

func (l *LCropping3D) GetInputs() []Layer

func (*LCropping3D) GetKerasLayerConfig added in v0.26.28

func (l *LCropping3D) GetKerasLayerConfig() interface{}

func (*LCropping3D) GetLayerWeights added in v0.26.28

func (l *LCropping3D) GetLayerWeights() []*tf.Tensor

func (*LCropping3D) GetName added in v0.26.28

func (l *LCropping3D) GetName() string

func (*LCropping3D) GetShape added in v0.26.28

func (l *LCropping3D) GetShape() tf.Shape

func (*LCropping3D) SetCropping added in v0.26.28

func (l *LCropping3D) SetCropping(cropping []interface{}) *LCropping3D

func (*LCropping3D) SetDataFormat added in v0.26.28

func (l *LCropping3D) SetDataFormat(dataFormat interface{}) *LCropping3D

func (*LCropping3D) SetDtype added in v0.26.28

func (l *LCropping3D) SetDtype(dtype DataType) *LCropping3D

func (*LCropping3D) SetInputs added in v0.26.28

func (l *LCropping3D) SetInputs(inputs ...Layer) Layer

func (*LCropping3D) SetLayerWeights added in v0.26.28

func (l *LCropping3D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping3D

func (*LCropping3D) SetName added in v0.26.28

func (l *LCropping3D) SetName(name string) *LCropping3D

func (*LCropping3D) SetShape added in v0.26.28

func (l *LCropping3D) SetShape(shape tf.Shape) *LCropping3D

func (*LCropping3D) SetTrainable added in v0.26.28

func (l *LCropping3D) SetTrainable(trainable bool) *LCropping3D

type LDense added in v0.26.28

type LDense struct {
	// contains filtered or unexported fields
}

func Dense

func Dense(units float64) *LDense

func (*LDense) GetCustomLayerDefinition added in v0.26.28

func (l *LDense) GetCustomLayerDefinition() string

func (*LDense) GetDtype added in v0.26.28

func (l *LDense) GetDtype() DataType

func (*LDense) GetInputs added in v0.26.28

func (l *LDense) GetInputs() []Layer

func (*LDense) GetKerasLayerConfig added in v0.26.28

func (l *LDense) GetKerasLayerConfig() interface{}

func (*LDense) GetLayerWeights added in v0.26.28

func (l *LDense) GetLayerWeights() []*tf.Tensor

func (*LDense) GetName added in v0.26.28

func (l *LDense) GetName() string

func (*LDense) GetShape added in v0.26.28

func (l *LDense) GetShape() tf.Shape

func (*LDense) SetActivation added in v0.26.28

func (l *LDense) SetActivation(activation string) *LDense

func (*LDense) SetActivityRegularizer added in v0.26.28

func (l *LDense) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LDense

func (*LDense) SetBiasConstraint added in v0.26.28

func (l *LDense) SetBiasConstraint(biasConstraint constraint.Constraint) *LDense

func (*LDense) SetBiasInitializer added in v0.26.28

func (l *LDense) SetBiasInitializer(biasInitializer initializer.Initializer) *LDense

func (*LDense) SetBiasRegularizer added in v0.26.28

func (l *LDense) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LDense

func (*LDense) SetDtype added in v0.26.28

func (l *LDense) SetDtype(dtype DataType) *LDense

func (*LDense) SetInputs added in v0.26.28

func (l *LDense) SetInputs(inputs ...Layer) Layer

func (*LDense) SetKernelConstraint added in v0.26.28

func (l *LDense) SetKernelConstraint(kernelConstraint constraint.Constraint) *LDense

func (*LDense) SetKernelInitializer added in v0.26.28

func (l *LDense) SetKernelInitializer(kernelInitializer initializer.Initializer) *LDense

func (*LDense) SetKernelRegularizer added in v0.26.28

func (l *LDense) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LDense

func (*LDense) SetLayerWeights added in v0.26.28

func (l *LDense) SetLayerWeights(layerWeights []*tf.Tensor) *LDense

func (*LDense) SetName added in v0.26.28

func (l *LDense) SetName(name string) *LDense

func (*LDense) SetShape added in v0.26.28

func (l *LDense) SetShape(shape tf.Shape) *LDense

func (*LDense) SetTrainable added in v0.26.28

func (l *LDense) SetTrainable(trainable bool) *LDense

func (*LDense) SetUseBias added in v0.26.28

func (l *LDense) SetUseBias(useBias bool) *LDense

type LDepthwiseConv2D added in v0.26.28

type LDepthwiseConv2D struct {
	// contains filtered or unexported fields
}

func DepthwiseConv2D added in v0.26.28

func DepthwiseConv2D(kernelSize float64) *LDepthwiseConv2D

func (*LDepthwiseConv2D) GetCustomLayerDefinition added in v0.26.28

func (l *LDepthwiseConv2D) GetCustomLayerDefinition() string

func (*LDepthwiseConv2D) GetDtype added in v0.26.28

func (l *LDepthwiseConv2D) GetDtype() DataType

func (*LDepthwiseConv2D) GetInputs added in v0.26.28

func (l *LDepthwiseConv2D) GetInputs() []Layer

func (*LDepthwiseConv2D) GetKerasLayerConfig added in v0.26.28

func (l *LDepthwiseConv2D) GetKerasLayerConfig() interface{}

func (*LDepthwiseConv2D) GetLayerWeights added in v0.26.28

func (l *LDepthwiseConv2D) GetLayerWeights() []*tf.Tensor

func (*LDepthwiseConv2D) GetName added in v0.26.28

func (l *LDepthwiseConv2D) GetName() string

func (*LDepthwiseConv2D) GetShape added in v0.26.28

func (l *LDepthwiseConv2D) GetShape() tf.Shape

func (*LDepthwiseConv2D) SetActivation added in v0.26.28

func (l *LDepthwiseConv2D) SetActivation(activation string) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetActivityRegularizer added in v0.26.28

func (l *LDepthwiseConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetBiasConstraint added in v0.26.28

func (l *LDepthwiseConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetBiasInitializer added in v0.26.28

func (l *LDepthwiseConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetBiasRegularizer added in v0.26.28

func (l *LDepthwiseConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDataFormat added in v0.26.28

func (l *LDepthwiseConv2D) SetDataFormat(dataFormat interface{}) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDepthMultiplier added in v0.26.28

func (l *LDepthwiseConv2D) SetDepthMultiplier(depthMultiplier float64) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDepthwiseConstraint added in v0.26.28

func (l *LDepthwiseConv2D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDepthwiseInitializer added in v0.26.28

func (l *LDepthwiseConv2D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDepthwiseRegularizer added in v0.26.28

func (l *LDepthwiseConv2D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDilationRate added in v0.26.28

func (l *LDepthwiseConv2D) SetDilationRate(dilationRate []interface{}) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetDtype added in v0.26.28

func (l *LDepthwiseConv2D) SetDtype(dtype DataType) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetGroups added in v0.26.28

func (l *LDepthwiseConv2D) SetGroups(groups float64) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetInputs added in v0.26.28

func (l *LDepthwiseConv2D) SetInputs(inputs ...Layer) Layer

func (*LDepthwiseConv2D) SetLayerWeights added in v0.26.28

func (l *LDepthwiseConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetName added in v0.26.28

func (l *LDepthwiseConv2D) SetName(name string) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetPadding added in v0.26.28

func (l *LDepthwiseConv2D) SetPadding(padding string) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetShape added in v0.26.28

func (l *LDepthwiseConv2D) SetShape(shape tf.Shape) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetStrides added in v0.26.28

func (l *LDepthwiseConv2D) SetStrides(strides []interface{}) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetTrainable added in v0.26.28

func (l *LDepthwiseConv2D) SetTrainable(trainable bool) *LDepthwiseConv2D

func (*LDepthwiseConv2D) SetUseBias added in v0.26.28

func (l *LDepthwiseConv2D) SetUseBias(useBias bool) *LDepthwiseConv2D

type LDiscretization added in v0.26.28

type LDiscretization struct {
	// contains filtered or unexported fields
}

func Discretization added in v0.26.28

func Discretization() *LDiscretization

func (*LDiscretization) GetCustomLayerDefinition added in v0.26.28

func (l *LDiscretization) GetCustomLayerDefinition() string

func (*LDiscretization) GetDtype added in v0.26.28

func (l *LDiscretization) GetDtype() DataType

func (*LDiscretization) GetInputs added in v0.26.28

func (l *LDiscretization) GetInputs() []Layer

func (*LDiscretization) GetKerasLayerConfig added in v0.26.28

func (l *LDiscretization) GetKerasLayerConfig() interface{}

func (*LDiscretization) GetLayerWeights added in v0.26.28

func (l *LDiscretization) GetLayerWeights() []*tf.Tensor

func (*LDiscretization) GetName added in v0.26.28

func (l *LDiscretization) GetName() string

func (*LDiscretization) GetShape added in v0.26.28

func (l *LDiscretization) GetShape() tf.Shape

func (*LDiscretization) SetBinBoundaries added in v0.26.28

func (l *LDiscretization) SetBinBoundaries(binBoundaries interface{}) *LDiscretization

func (*LDiscretization) SetDtype added in v0.26.28

func (l *LDiscretization) SetDtype(dtype DataType) *LDiscretization

func (*LDiscretization) SetEpsilon added in v0.26.28

func (l *LDiscretization) SetEpsilon(epsilon float64) *LDiscretization

func (*LDiscretization) SetInputs added in v0.26.28

func (l *LDiscretization) SetInputs(inputs ...Layer) Layer

func (*LDiscretization) SetLayerWeights added in v0.26.28

func (l *LDiscretization) SetLayerWeights(layerWeights []*tf.Tensor) *LDiscretization

func (*LDiscretization) SetName added in v0.26.28

func (l *LDiscretization) SetName(name string) *LDiscretization

func (*LDiscretization) SetNumBins added in v0.26.28

func (l *LDiscretization) SetNumBins(numBins interface{}) *LDiscretization

func (*LDiscretization) SetShape added in v0.26.28

func (l *LDiscretization) SetShape(shape tf.Shape) *LDiscretization

func (*LDiscretization) SetTrainable added in v0.26.28

func (l *LDiscretization) SetTrainable(trainable bool) *LDiscretization

type LDot added in v0.26.28

type LDot struct {
	// contains filtered or unexported fields
}

func Dot added in v0.26.28

func Dot(axes float64) *LDot

func (*LDot) GetCustomLayerDefinition added in v0.26.28

func (l *LDot) GetCustomLayerDefinition() string

func (*LDot) GetDtype added in v0.26.28

func (l *LDot) GetDtype() DataType

func (*LDot) GetInputs added in v0.26.28

func (l *LDot) GetInputs() []Layer

func (*LDot) GetKerasLayerConfig added in v0.26.28

func (l *LDot) GetKerasLayerConfig() interface{}

func (*LDot) GetLayerWeights added in v0.26.28

func (l *LDot) GetLayerWeights() []*tf.Tensor

func (*LDot) GetName added in v0.26.28

func (l *LDot) GetName() string

func (*LDot) GetShape added in v0.26.28

func (l *LDot) GetShape() tf.Shape

func (*LDot) SetDtype added in v0.26.28

func (l *LDot) SetDtype(dtype DataType) *LDot

func (*LDot) SetInputs added in v0.26.28

func (l *LDot) SetInputs(inputs ...Layer) Layer

func (*LDot) SetLayerWeights added in v0.26.28

func (l *LDot) SetLayerWeights(layerWeights []*tf.Tensor) *LDot

func (*LDot) SetName added in v0.26.28

func (l *LDot) SetName(name string) *LDot

func (*LDot) SetNormalize added in v0.26.28

func (l *LDot) SetNormalize(normalize bool) *LDot

func (*LDot) SetShape added in v0.26.28

func (l *LDot) SetShape(shape tf.Shape) *LDot

func (*LDot) SetTrainable added in v0.26.28

func (l *LDot) SetTrainable(trainable bool) *LDot

type LDropout added in v0.26.28

type LDropout struct {
	// contains filtered or unexported fields
}

func Dropout added in v0.26.28

func Dropout(rate float64) *LDropout

func (*LDropout) GetCustomLayerDefinition added in v0.26.28

func (l *LDropout) GetCustomLayerDefinition() string

func (*LDropout) GetDtype added in v0.26.28

func (l *LDropout) GetDtype() DataType

func (*LDropout) GetInputs added in v0.26.28

func (l *LDropout) GetInputs() []Layer

func (*LDropout) GetKerasLayerConfig added in v0.26.28

func (l *LDropout) GetKerasLayerConfig() interface{}

func (*LDropout) GetLayerWeights added in v0.26.28

func (l *LDropout) GetLayerWeights() []*tf.Tensor

func (*LDropout) GetName added in v0.26.28

func (l *LDropout) GetName() string

func (*LDropout) GetShape added in v0.26.28

func (l *LDropout) GetShape() tf.Shape

func (*LDropout) SetDtype added in v0.26.28

func (l *LDropout) SetDtype(dtype DataType) *LDropout

func (*LDropout) SetInputs added in v0.26.28

func (l *LDropout) SetInputs(inputs ...Layer) Layer

func (*LDropout) SetLayerWeights added in v0.26.28

func (l *LDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LDropout

func (*LDropout) SetName added in v0.26.28

func (l *LDropout) SetName(name string) *LDropout

func (*LDropout) SetNoiseShape added in v0.26.28

func (l *LDropout) SetNoiseShape(noiseShape interface{}) *LDropout

func (*LDropout) SetSeed added in v0.26.28

func (l *LDropout) SetSeed(seed interface{}) *LDropout

func (*LDropout) SetShape added in v0.26.28

func (l *LDropout) SetShape(shape tf.Shape) *LDropout

func (*LDropout) SetTrainable added in v0.26.28

func (l *LDropout) SetTrainable(trainable bool) *LDropout

type LEinsumDense added in v0.26.28

type LEinsumDense struct {
	// contains filtered or unexported fields
}

func EinsumDense added in v0.26.28

func EinsumDense(equation float64, outputShape float64) *LEinsumDense

func (*LEinsumDense) GetCustomLayerDefinition added in v0.26.28

func (l *LEinsumDense) GetCustomLayerDefinition() string

func (*LEinsumDense) GetDtype added in v0.26.28

func (l *LEinsumDense) GetDtype() DataType

func (*LEinsumDense) GetInputs added in v0.26.28

func (l *LEinsumDense) GetInputs() []Layer

func (*LEinsumDense) GetKerasLayerConfig added in v0.26.28

func (l *LEinsumDense) GetKerasLayerConfig() interface{}

func (*LEinsumDense) GetLayerWeights added in v0.26.28

func (l *LEinsumDense) GetLayerWeights() []*tf.Tensor

func (*LEinsumDense) GetName added in v0.26.28

func (l *LEinsumDense) GetName() string

func (*LEinsumDense) GetShape added in v0.26.28

func (l *LEinsumDense) GetShape() tf.Shape

func (*LEinsumDense) SetActivation added in v0.26.28

func (l *LEinsumDense) SetActivation(activation string) *LEinsumDense

func (*LEinsumDense) SetActivityRegularizer added in v0.26.28

func (l *LEinsumDense) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LEinsumDense

func (*LEinsumDense) SetBiasAxes added in v0.26.28

func (l *LEinsumDense) SetBiasAxes(biasAxes interface{}) *LEinsumDense

func (*LEinsumDense) SetBiasConstraint added in v0.26.28

func (l *LEinsumDense) SetBiasConstraint(biasConstraint constraint.Constraint) *LEinsumDense

func (*LEinsumDense) SetBiasInitializer added in v0.26.28

func (l *LEinsumDense) SetBiasInitializer(biasInitializer initializer.Initializer) *LEinsumDense

func (*LEinsumDense) SetBiasRegularizer added in v0.26.28

func (l *LEinsumDense) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LEinsumDense

func (*LEinsumDense) SetDtype added in v0.26.28

func (l *LEinsumDense) SetDtype(dtype DataType) *LEinsumDense

func (*LEinsumDense) SetInputs added in v0.26.28

func (l *LEinsumDense) SetInputs(inputs ...Layer) Layer

func (*LEinsumDense) SetKernelConstraint added in v0.26.28

func (l *LEinsumDense) SetKernelConstraint(kernelConstraint constraint.Constraint) *LEinsumDense

func (*LEinsumDense) SetKernelInitializer added in v0.26.28

func (l *LEinsumDense) SetKernelInitializer(kernelInitializer initializer.Initializer) *LEinsumDense

func (*LEinsumDense) SetKernelRegularizer added in v0.26.28

func (l *LEinsumDense) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LEinsumDense

func (*LEinsumDense) SetLayerWeights added in v0.26.28

func (l *LEinsumDense) SetLayerWeights(layerWeights []*tf.Tensor) *LEinsumDense

func (*LEinsumDense) SetName added in v0.26.28

func (l *LEinsumDense) SetName(name string) *LEinsumDense

func (*LEinsumDense) SetShape added in v0.26.28

func (l *LEinsumDense) SetShape(shape tf.Shape) *LEinsumDense

func (*LEinsumDense) SetTrainable added in v0.26.28

func (l *LEinsumDense) SetTrainable(trainable bool) *LEinsumDense

type LEmbedding added in v0.26.28

type LEmbedding struct {
	// contains filtered or unexported fields
}

func Embedding added in v0.26.28

func Embedding(inputDim float64, outputDim float64) *LEmbedding

func (*LEmbedding) GetCustomLayerDefinition added in v0.26.28

func (l *LEmbedding) GetCustomLayerDefinition() string

func (*LEmbedding) GetDtype added in v0.26.28

func (l *LEmbedding) GetDtype() DataType

func (*LEmbedding) GetInputs added in v0.26.28

func (l *LEmbedding) GetInputs() []Layer

func (*LEmbedding) GetKerasLayerConfig added in v0.26.28

func (l *LEmbedding) GetKerasLayerConfig() interface{}

func (*LEmbedding) GetLayerWeights added in v0.26.28

func (l *LEmbedding) GetLayerWeights() []*tf.Tensor

func (*LEmbedding) GetName added in v0.26.28

func (l *LEmbedding) GetName() string

func (*LEmbedding) GetShape added in v0.26.28

func (l *LEmbedding) GetShape() tf.Shape

func (*LEmbedding) SetActivityRegularizer added in v0.26.28

func (l *LEmbedding) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LEmbedding

func (*LEmbedding) SetBatchInputShape added in v0.26.28

func (l *LEmbedding) SetBatchInputShape(batchInputShape []interface{}) *LEmbedding

func (*LEmbedding) SetDtype added in v0.26.28

func (l *LEmbedding) SetDtype(dtype DataType) *LEmbedding

func (*LEmbedding) SetEmbeddingsConstraint added in v0.26.28

func (l *LEmbedding) SetEmbeddingsConstraint(embeddingsConstraint constraint.Constraint) *LEmbedding

func (*LEmbedding) SetEmbeddingsInitializer added in v0.26.28

func (l *LEmbedding) SetEmbeddingsInitializer(embeddingsInitializer string) *LEmbedding

func (*LEmbedding) SetEmbeddingsRegularizer added in v0.26.28

func (l *LEmbedding) SetEmbeddingsRegularizer(embeddingsRegularizer regularizer.Regularizer) *LEmbedding

func (*LEmbedding) SetInputLength added in v0.26.28

func (l *LEmbedding) SetInputLength(inputLength interface{}) *LEmbedding

func (*LEmbedding) SetInputs added in v0.26.28

func (l *LEmbedding) SetInputs(inputs ...Layer) Layer

func (*LEmbedding) SetLayerWeights added in v0.26.28

func (l *LEmbedding) SetLayerWeights(layerWeights []*tf.Tensor) *LEmbedding

func (*LEmbedding) SetMaskZero added in v0.26.28

func (l *LEmbedding) SetMaskZero(maskZero bool) *LEmbedding

func (*LEmbedding) SetName added in v0.26.28

func (l *LEmbedding) SetName(name string) *LEmbedding

func (*LEmbedding) SetShape added in v0.26.28

func (l *LEmbedding) SetShape(shape tf.Shape) *LEmbedding

func (*LEmbedding) SetTrainable added in v0.26.28

func (l *LEmbedding) SetTrainable(trainable bool) *LEmbedding

type LFlatten added in v0.26.28

type LFlatten struct {
	// contains filtered or unexported fields
}

func Flatten added in v0.26.28

func Flatten() *LFlatten

func (*LFlatten) GetCustomLayerDefinition added in v0.26.28

func (l *LFlatten) GetCustomLayerDefinition() string

func (*LFlatten) GetDtype added in v0.26.28

func (l *LFlatten) GetDtype() DataType

func (*LFlatten) GetInputs added in v0.26.28

func (l *LFlatten) GetInputs() []Layer

func (*LFlatten) GetKerasLayerConfig added in v0.26.28

func (l *LFlatten) GetKerasLayerConfig() interface{}

func (*LFlatten) GetLayerWeights added in v0.26.28

func (l *LFlatten) GetLayerWeights() []*tf.Tensor

func (*LFlatten) GetName added in v0.26.28

func (l *LFlatten) GetName() string

func (*LFlatten) GetShape added in v0.26.28

func (l *LFlatten) GetShape() tf.Shape

func (*LFlatten) SetDataFormat added in v0.26.28

func (l *LFlatten) SetDataFormat(dataFormat interface{}) *LFlatten

func (*LFlatten) SetDtype added in v0.26.28

func (l *LFlatten) SetDtype(dtype DataType) *LFlatten

func (*LFlatten) SetInputs added in v0.26.28

func (l *LFlatten) SetInputs(inputs ...Layer) Layer

func (*LFlatten) SetLayerWeights added in v0.26.28

func (l *LFlatten) SetLayerWeights(layerWeights []*tf.Tensor) *LFlatten

func (*LFlatten) SetName added in v0.26.28

func (l *LFlatten) SetName(name string) *LFlatten

func (*LFlatten) SetShape added in v0.26.28

func (l *LFlatten) SetShape(shape tf.Shape) *LFlatten

func (*LFlatten) SetTrainable added in v0.26.28

func (l *LFlatten) SetTrainable(trainable bool) *LFlatten

type LGRU added in v0.26.28

type LGRU struct {
	// contains filtered or unexported fields
}

func GRU added in v0.26.28

func GRU(units float64) *LGRU

func (*LGRU) GetCustomLayerDefinition added in v0.26.28

func (l *LGRU) GetCustomLayerDefinition() string

func (*LGRU) GetDtype added in v0.26.28

func (l *LGRU) GetDtype() DataType

func (*LGRU) GetInputs added in v0.26.28

func (l *LGRU) GetInputs() []Layer

func (*LGRU) GetKerasLayerConfig added in v0.26.28

func (l *LGRU) GetKerasLayerConfig() interface{}

func (*LGRU) GetLayerWeights added in v0.26.28

func (l *LGRU) GetLayerWeights() []*tf.Tensor

func (*LGRU) GetName added in v0.26.28

func (l *LGRU) GetName() string

func (*LGRU) GetShape added in v0.26.28

func (l *LGRU) GetShape() tf.Shape

func (*LGRU) SetActivation added in v0.26.28

func (l *LGRU) SetActivation(activation string) *LGRU

func (*LGRU) SetActivityRegularizer added in v0.26.28

func (l *LGRU) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LGRU

func (*LGRU) SetBiasConstraint added in v0.26.28

func (l *LGRU) SetBiasConstraint(biasConstraint constraint.Constraint) *LGRU

func (*LGRU) SetBiasInitializer added in v0.26.28

func (l *LGRU) SetBiasInitializer(biasInitializer initializer.Initializer) *LGRU

func (*LGRU) SetBiasRegularizer added in v0.26.28

func (l *LGRU) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LGRU

func (*LGRU) SetDropout added in v0.26.28

func (l *LGRU) SetDropout(dropout float64) *LGRU

func (*LGRU) SetDtype added in v0.26.28

func (l *LGRU) SetDtype(dtype DataType) *LGRU

func (*LGRU) SetGoBackwards added in v0.26.28

func (l *LGRU) SetGoBackwards(goBackwards bool) *LGRU

func (*LGRU) SetImplementation added in v0.26.28

func (l *LGRU) SetImplementation(implementation float64) *LGRU

func (*LGRU) SetInputs added in v0.26.28

func (l *LGRU) SetInputs(inputs ...Layer) Layer

func (*LGRU) SetKernelConstraint added in v0.26.28

func (l *LGRU) SetKernelConstraint(kernelConstraint constraint.Constraint) *LGRU

func (*LGRU) SetKernelInitializer added in v0.26.28

func (l *LGRU) SetKernelInitializer(kernelInitializer initializer.Initializer) *LGRU

func (*LGRU) SetKernelRegularizer added in v0.26.28

func (l *LGRU) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LGRU

func (*LGRU) SetLayerWeights added in v0.26.28

func (l *LGRU) SetLayerWeights(layerWeights []*tf.Tensor) *LGRU

func (*LGRU) SetName added in v0.26.28

func (l *LGRU) SetName(name string) *LGRU

func (*LGRU) SetRecurrentActivation added in v0.26.28

func (l *LGRU) SetRecurrentActivation(recurrentActivation string) *LGRU

func (*LGRU) SetRecurrentConstraint added in v0.26.28

func (l *LGRU) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LGRU

func (*LGRU) SetRecurrentDropout added in v0.26.28

func (l *LGRU) SetRecurrentDropout(recurrentDropout float64) *LGRU

func (*LGRU) SetRecurrentInitializer added in v0.26.28

func (l *LGRU) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LGRU

func (*LGRU) SetRecurrentRegularizer added in v0.26.28

func (l *LGRU) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LGRU

func (*LGRU) SetResetAfter added in v0.26.28

func (l *LGRU) SetResetAfter(resetAfter bool) *LGRU

func (*LGRU) SetReturnSequences added in v0.26.28

func (l *LGRU) SetReturnSequences(returnSequences bool) *LGRU

func (*LGRU) SetReturnState added in v0.26.28

func (l *LGRU) SetReturnState(returnState bool) *LGRU

func (*LGRU) SetShape added in v0.26.28

func (l *LGRU) SetShape(shape tf.Shape) *LGRU

func (*LGRU) SetStateful added in v0.26.28

func (l *LGRU) SetStateful(stateful bool) *LGRU

func (*LGRU) SetTimeMajor added in v0.26.28

func (l *LGRU) SetTimeMajor(timeMajor bool) *LGRU

func (*LGRU) SetTrainable added in v0.26.28

func (l *LGRU) SetTrainable(trainable bool) *LGRU

func (*LGRU) SetUnroll added in v0.26.28

func (l *LGRU) SetUnroll(unroll bool) *LGRU

func (*LGRU) SetUseBias added in v0.26.28

func (l *LGRU) SetUseBias(useBias bool) *LGRU

type LGaussianDropout added in v0.26.28

type LGaussianDropout struct {
	// contains filtered or unexported fields
}

func GaussianDropout added in v0.26.28

func GaussianDropout(rate float64) *LGaussianDropout

func (*LGaussianDropout) GetCustomLayerDefinition added in v0.26.28

func (l *LGaussianDropout) GetCustomLayerDefinition() string

func (*LGaussianDropout) GetDtype added in v0.26.28

func (l *LGaussianDropout) GetDtype() DataType

func (*LGaussianDropout) GetInputs added in v0.26.28

func (l *LGaussianDropout) GetInputs() []Layer

func (*LGaussianDropout) GetKerasLayerConfig added in v0.26.28

func (l *LGaussianDropout) GetKerasLayerConfig() interface{}

func (*LGaussianDropout) GetLayerWeights added in v0.26.28

func (l *LGaussianDropout) GetLayerWeights() []*tf.Tensor

func (*LGaussianDropout) GetName added in v0.26.28

func (l *LGaussianDropout) GetName() string

func (*LGaussianDropout) GetShape added in v0.26.28

func (l *LGaussianDropout) GetShape() tf.Shape

func (*LGaussianDropout) SetDtype added in v0.26.28

func (l *LGaussianDropout) SetDtype(dtype DataType) *LGaussianDropout

func (*LGaussianDropout) SetInputs added in v0.26.28

func (l *LGaussianDropout) SetInputs(inputs ...Layer) Layer

func (*LGaussianDropout) SetLayerWeights added in v0.26.28

func (l *LGaussianDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LGaussianDropout

func (*LGaussianDropout) SetName added in v0.26.28

func (l *LGaussianDropout) SetName(name string) *LGaussianDropout

func (*LGaussianDropout) SetShape added in v0.26.28

func (l *LGaussianDropout) SetShape(shape tf.Shape) *LGaussianDropout

func (*LGaussianDropout) SetTrainable added in v0.26.28

func (l *LGaussianDropout) SetTrainable(trainable bool) *LGaussianDropout

type LGaussianNoise added in v0.26.28

type LGaussianNoise struct {
	// contains filtered or unexported fields
}

func GaussianNoise added in v0.26.28

func GaussianNoise(stddev float64) *LGaussianNoise

func (*LGaussianNoise) GetCustomLayerDefinition added in v0.26.28

func (l *LGaussianNoise) GetCustomLayerDefinition() string

func (*LGaussianNoise) GetDtype added in v0.26.28

func (l *LGaussianNoise) GetDtype() DataType

func (*LGaussianNoise) GetInputs added in v0.26.28

func (l *LGaussianNoise) GetInputs() []Layer

func (*LGaussianNoise) GetKerasLayerConfig added in v0.26.28

func (l *LGaussianNoise) GetKerasLayerConfig() interface{}

func (*LGaussianNoise) GetLayerWeights added in v0.26.28

func (l *LGaussianNoise) GetLayerWeights() []*tf.Tensor

func (*LGaussianNoise) GetName added in v0.26.28

func (l *LGaussianNoise) GetName() string

func (*LGaussianNoise) GetShape added in v0.26.28

func (l *LGaussianNoise) GetShape() tf.Shape

func (*LGaussianNoise) SetDtype added in v0.26.28

func (l *LGaussianNoise) SetDtype(dtype DataType) *LGaussianNoise

func (*LGaussianNoise) SetInputs added in v0.26.28

func (l *LGaussianNoise) SetInputs(inputs ...Layer) Layer

func (*LGaussianNoise) SetLayerWeights added in v0.26.28

func (l *LGaussianNoise) SetLayerWeights(layerWeights []*tf.Tensor) *LGaussianNoise

func (*LGaussianNoise) SetName added in v0.26.28

func (l *LGaussianNoise) SetName(name string) *LGaussianNoise

func (*LGaussianNoise) SetShape added in v0.26.28

func (l *LGaussianNoise) SetShape(shape tf.Shape) *LGaussianNoise

func (*LGaussianNoise) SetTrainable added in v0.26.28

func (l *LGaussianNoise) SetTrainable(trainable bool) *LGaussianNoise

type LGlobalAveragePooling1D added in v0.26.28

type LGlobalAveragePooling1D struct {
	// contains filtered or unexported fields
}

func GlobalAveragePooling1D added in v0.26.28

func GlobalAveragePooling1D() *LGlobalAveragePooling1D

func (*LGlobalAveragePooling1D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalAveragePooling1D) GetCustomLayerDefinition() string

func (*LGlobalAveragePooling1D) GetDtype added in v0.26.28

func (l *LGlobalAveragePooling1D) GetDtype() DataType

func (*LGlobalAveragePooling1D) GetInputs added in v0.26.28

func (l *LGlobalAveragePooling1D) GetInputs() []Layer

func (*LGlobalAveragePooling1D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalAveragePooling1D) GetKerasLayerConfig() interface{}

func (*LGlobalAveragePooling1D) GetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling1D) GetLayerWeights() []*tf.Tensor

func (*LGlobalAveragePooling1D) GetName added in v0.26.28

func (l *LGlobalAveragePooling1D) GetName() string

func (*LGlobalAveragePooling1D) GetShape added in v0.26.28

func (l *LGlobalAveragePooling1D) GetShape() tf.Shape

func (*LGlobalAveragePooling1D) SetDataFormat added in v0.26.28

func (l *LGlobalAveragePooling1D) SetDataFormat(dataFormat string) *LGlobalAveragePooling1D

func (*LGlobalAveragePooling1D) SetDtype added in v0.26.28

func (*LGlobalAveragePooling1D) SetInputs added in v0.26.28

func (l *LGlobalAveragePooling1D) SetInputs(inputs ...Layer) Layer

func (*LGlobalAveragePooling1D) SetKeepdims added in v0.26.28

func (l *LGlobalAveragePooling1D) SetKeepdims(keepdims bool) *LGlobalAveragePooling1D

func (*LGlobalAveragePooling1D) SetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling1D

func (*LGlobalAveragePooling1D) SetName added in v0.26.28

func (*LGlobalAveragePooling1D) SetShape added in v0.26.28

func (*LGlobalAveragePooling1D) SetTrainable added in v0.26.28

func (l *LGlobalAveragePooling1D) SetTrainable(trainable bool) *LGlobalAveragePooling1D

type LGlobalAveragePooling2D added in v0.26.28

type LGlobalAveragePooling2D struct {
	// contains filtered or unexported fields
}

func GlobalAveragePooling2D added in v0.26.28

func GlobalAveragePooling2D() *LGlobalAveragePooling2D

func (*LGlobalAveragePooling2D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalAveragePooling2D) GetCustomLayerDefinition() string

func (*LGlobalAveragePooling2D) GetDtype added in v0.26.28

func (l *LGlobalAveragePooling2D) GetDtype() DataType

func (*LGlobalAveragePooling2D) GetInputs added in v0.26.28

func (l *LGlobalAveragePooling2D) GetInputs() []Layer

func (*LGlobalAveragePooling2D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalAveragePooling2D) GetKerasLayerConfig() interface{}

func (*LGlobalAveragePooling2D) GetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling2D) GetLayerWeights() []*tf.Tensor

func (*LGlobalAveragePooling2D) GetName added in v0.26.28

func (l *LGlobalAveragePooling2D) GetName() string

func (*LGlobalAveragePooling2D) GetShape added in v0.26.28

func (l *LGlobalAveragePooling2D) GetShape() tf.Shape

func (*LGlobalAveragePooling2D) SetDataFormat added in v0.26.28

func (l *LGlobalAveragePooling2D) SetDataFormat(dataFormat interface{}) *LGlobalAveragePooling2D

func (*LGlobalAveragePooling2D) SetDtype added in v0.26.28

func (*LGlobalAveragePooling2D) SetInputs added in v0.26.28

func (l *LGlobalAveragePooling2D) SetInputs(inputs ...Layer) Layer

func (*LGlobalAveragePooling2D) SetKeepdims added in v0.26.28

func (l *LGlobalAveragePooling2D) SetKeepdims(keepdims bool) *LGlobalAveragePooling2D

func (*LGlobalAveragePooling2D) SetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling2D

func (*LGlobalAveragePooling2D) SetName added in v0.26.28

func (*LGlobalAveragePooling2D) SetShape added in v0.26.28

func (*LGlobalAveragePooling2D) SetTrainable added in v0.26.28

func (l *LGlobalAveragePooling2D) SetTrainable(trainable bool) *LGlobalAveragePooling2D

type LGlobalAveragePooling3D added in v0.26.28

type LGlobalAveragePooling3D struct {
	// contains filtered or unexported fields
}

func GlobalAveragePooling3D added in v0.26.28

func GlobalAveragePooling3D() *LGlobalAveragePooling3D

func (*LGlobalAveragePooling3D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalAveragePooling3D) GetCustomLayerDefinition() string

func (*LGlobalAveragePooling3D) GetDtype added in v0.26.28

func (l *LGlobalAveragePooling3D) GetDtype() DataType

func (*LGlobalAveragePooling3D) GetInputs added in v0.26.28

func (l *LGlobalAveragePooling3D) GetInputs() []Layer

func (*LGlobalAveragePooling3D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalAveragePooling3D) GetKerasLayerConfig() interface{}

func (*LGlobalAveragePooling3D) GetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling3D) GetLayerWeights() []*tf.Tensor

func (*LGlobalAveragePooling3D) GetName added in v0.26.28

func (l *LGlobalAveragePooling3D) GetName() string

func (*LGlobalAveragePooling3D) GetShape added in v0.26.28

func (l *LGlobalAveragePooling3D) GetShape() tf.Shape

func (*LGlobalAveragePooling3D) SetDataFormat added in v0.26.28

func (l *LGlobalAveragePooling3D) SetDataFormat(dataFormat interface{}) *LGlobalAveragePooling3D

func (*LGlobalAveragePooling3D) SetDtype added in v0.26.28

func (*LGlobalAveragePooling3D) SetInputs added in v0.26.28

func (l *LGlobalAveragePooling3D) SetInputs(inputs ...Layer) Layer

func (*LGlobalAveragePooling3D) SetKeepdims added in v0.26.28

func (l *LGlobalAveragePooling3D) SetKeepdims(keepdims bool) *LGlobalAveragePooling3D

func (*LGlobalAveragePooling3D) SetLayerWeights added in v0.26.28

func (l *LGlobalAveragePooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling3D

func (*LGlobalAveragePooling3D) SetName added in v0.26.28

func (*LGlobalAveragePooling3D) SetShape added in v0.26.28

func (*LGlobalAveragePooling3D) SetTrainable added in v0.26.28

func (l *LGlobalAveragePooling3D) SetTrainable(trainable bool) *LGlobalAveragePooling3D

type LGlobalMaxPooling1D added in v0.26.28

type LGlobalMaxPooling1D struct {
	// contains filtered or unexported fields
}

func GlobalMaxPooling1D added in v0.26.28

func GlobalMaxPooling1D() *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalMaxPooling1D) GetCustomLayerDefinition() string

func (*LGlobalMaxPooling1D) GetDtype added in v0.26.28

func (l *LGlobalMaxPooling1D) GetDtype() DataType

func (*LGlobalMaxPooling1D) GetInputs added in v0.26.28

func (l *LGlobalMaxPooling1D) GetInputs() []Layer

func (*LGlobalMaxPooling1D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalMaxPooling1D) GetKerasLayerConfig() interface{}

func (*LGlobalMaxPooling1D) GetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling1D) GetLayerWeights() []*tf.Tensor

func (*LGlobalMaxPooling1D) GetName added in v0.26.28

func (l *LGlobalMaxPooling1D) GetName() string

func (*LGlobalMaxPooling1D) GetShape added in v0.26.28

func (l *LGlobalMaxPooling1D) GetShape() tf.Shape

func (*LGlobalMaxPooling1D) SetDataFormat added in v0.26.28

func (l *LGlobalMaxPooling1D) SetDataFormat(dataFormat string) *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) SetDtype added in v0.26.28

func (l *LGlobalMaxPooling1D) SetDtype(dtype DataType) *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) SetInputs added in v0.26.28

func (l *LGlobalMaxPooling1D) SetInputs(inputs ...Layer) Layer

func (*LGlobalMaxPooling1D) SetKeepdims added in v0.26.28

func (l *LGlobalMaxPooling1D) SetKeepdims(keepdims bool) *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) SetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) SetName added in v0.26.28

func (*LGlobalMaxPooling1D) SetShape added in v0.26.28

func (l *LGlobalMaxPooling1D) SetShape(shape tf.Shape) *LGlobalMaxPooling1D

func (*LGlobalMaxPooling1D) SetTrainable added in v0.26.28

func (l *LGlobalMaxPooling1D) SetTrainable(trainable bool) *LGlobalMaxPooling1D

type LGlobalMaxPooling2D added in v0.26.28

type LGlobalMaxPooling2D struct {
	// contains filtered or unexported fields
}

func GlobalMaxPooling2D added in v0.26.28

func GlobalMaxPooling2D() *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalMaxPooling2D) GetCustomLayerDefinition() string

func (*LGlobalMaxPooling2D) GetDtype added in v0.26.28

func (l *LGlobalMaxPooling2D) GetDtype() DataType

func (*LGlobalMaxPooling2D) GetInputs added in v0.26.28

func (l *LGlobalMaxPooling2D) GetInputs() []Layer

func (*LGlobalMaxPooling2D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalMaxPooling2D) GetKerasLayerConfig() interface{}

func (*LGlobalMaxPooling2D) GetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling2D) GetLayerWeights() []*tf.Tensor

func (*LGlobalMaxPooling2D) GetName added in v0.26.28

func (l *LGlobalMaxPooling2D) GetName() string

func (*LGlobalMaxPooling2D) GetShape added in v0.26.28

func (l *LGlobalMaxPooling2D) GetShape() tf.Shape

func (*LGlobalMaxPooling2D) SetDataFormat added in v0.26.28

func (l *LGlobalMaxPooling2D) SetDataFormat(dataFormat interface{}) *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) SetDtype added in v0.26.28

func (l *LGlobalMaxPooling2D) SetDtype(dtype DataType) *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) SetInputs added in v0.26.28

func (l *LGlobalMaxPooling2D) SetInputs(inputs ...Layer) Layer

func (*LGlobalMaxPooling2D) SetKeepdims added in v0.26.28

func (l *LGlobalMaxPooling2D) SetKeepdims(keepdims bool) *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) SetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) SetName added in v0.26.28

func (*LGlobalMaxPooling2D) SetShape added in v0.26.28

func (l *LGlobalMaxPooling2D) SetShape(shape tf.Shape) *LGlobalMaxPooling2D

func (*LGlobalMaxPooling2D) SetTrainable added in v0.26.28

func (l *LGlobalMaxPooling2D) SetTrainable(trainable bool) *LGlobalMaxPooling2D

type LGlobalMaxPooling3D added in v0.26.28

type LGlobalMaxPooling3D struct {
	// contains filtered or unexported fields
}

func GlobalMaxPooling3D added in v0.26.28

func GlobalMaxPooling3D() *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) GetCustomLayerDefinition added in v0.26.28

func (l *LGlobalMaxPooling3D) GetCustomLayerDefinition() string

func (*LGlobalMaxPooling3D) GetDtype added in v0.26.28

func (l *LGlobalMaxPooling3D) GetDtype() DataType

func (*LGlobalMaxPooling3D) GetInputs added in v0.26.28

func (l *LGlobalMaxPooling3D) GetInputs() []Layer

func (*LGlobalMaxPooling3D) GetKerasLayerConfig added in v0.26.28

func (l *LGlobalMaxPooling3D) GetKerasLayerConfig() interface{}

func (*LGlobalMaxPooling3D) GetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling3D) GetLayerWeights() []*tf.Tensor

func (*LGlobalMaxPooling3D) GetName added in v0.26.28

func (l *LGlobalMaxPooling3D) GetName() string

func (*LGlobalMaxPooling3D) GetShape added in v0.26.28

func (l *LGlobalMaxPooling3D) GetShape() tf.Shape

func (*LGlobalMaxPooling3D) SetDataFormat added in v0.26.28

func (l *LGlobalMaxPooling3D) SetDataFormat(dataFormat interface{}) *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) SetDtype added in v0.26.28

func (l *LGlobalMaxPooling3D) SetDtype(dtype DataType) *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) SetInputs added in v0.26.28

func (l *LGlobalMaxPooling3D) SetInputs(inputs ...Layer) Layer

func (*LGlobalMaxPooling3D) SetKeepdims added in v0.26.28

func (l *LGlobalMaxPooling3D) SetKeepdims(keepdims bool) *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) SetLayerWeights added in v0.26.28

func (l *LGlobalMaxPooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) SetName added in v0.26.28

func (*LGlobalMaxPooling3D) SetShape added in v0.26.28

func (l *LGlobalMaxPooling3D) SetShape(shape tf.Shape) *LGlobalMaxPooling3D

func (*LGlobalMaxPooling3D) SetTrainable added in v0.26.28

func (l *LGlobalMaxPooling3D) SetTrainable(trainable bool) *LGlobalMaxPooling3D

type LHashing added in v0.26.28

type LHashing struct {
	// contains filtered or unexported fields
}

func Hashing added in v0.26.28

func Hashing(numBins float64) *LHashing

func (*LHashing) GetCustomLayerDefinition added in v0.26.28

func (l *LHashing) GetCustomLayerDefinition() string

func (*LHashing) GetDtype added in v0.26.28

func (l *LHashing) GetDtype() DataType

func (*LHashing) GetInputs added in v0.26.28

func (l *LHashing) GetInputs() []Layer

func (*LHashing) GetKerasLayerConfig added in v0.26.28

func (l *LHashing) GetKerasLayerConfig() interface{}

func (*LHashing) GetLayerWeights added in v0.26.28

func (l *LHashing) GetLayerWeights() []*tf.Tensor

func (*LHashing) GetName added in v0.26.28

func (l *LHashing) GetName() string

func (*LHashing) GetShape added in v0.26.28

func (l *LHashing) GetShape() tf.Shape

func (*LHashing) SetDtype added in v0.26.28

func (l *LHashing) SetDtype(dtype DataType) *LHashing

func (*LHashing) SetInputs added in v0.26.28

func (l *LHashing) SetInputs(inputs ...Layer) Layer

func (*LHashing) SetLayerWeights added in v0.26.28

func (l *LHashing) SetLayerWeights(layerWeights []*tf.Tensor) *LHashing

func (*LHashing) SetMaskValue added in v0.26.28

func (l *LHashing) SetMaskValue(maskValue interface{}) *LHashing

func (*LHashing) SetName added in v0.26.28

func (l *LHashing) SetName(name string) *LHashing

func (*LHashing) SetSalt added in v0.26.28

func (l *LHashing) SetSalt(salt interface{}) *LHashing

func (*LHashing) SetShape added in v0.26.28

func (l *LHashing) SetShape(shape tf.Shape) *LHashing

func (*LHashing) SetTrainable added in v0.26.28

func (l *LHashing) SetTrainable(trainable bool) *LHashing

type LInput added in v0.26.28

type LInput struct {
	// contains filtered or unexported fields
}

func Input

func Input() *LInput

func (*LInput) GetCustomLayerDefinition added in v0.26.28

func (i *LInput) GetCustomLayerDefinition() string

func (*LInput) GetDtype added in v0.26.28

func (i *LInput) GetDtype() DataType

func (*LInput) GetInputs added in v0.26.28

func (i *LInput) GetInputs() []Layer

func (*LInput) GetKerasLayerConfig added in v0.26.28

func (i *LInput) GetKerasLayerConfig() interface{}

func (*LInput) GetLayerWeights added in v0.26.28

func (i *LInput) GetLayerWeights() []*tf.Tensor

func (*LInput) GetName added in v0.26.28

func (i *LInput) GetName() string

func (*LInput) GetShape added in v0.26.28

func (i *LInput) GetShape() tf.Shape

func (*LInput) SetBatchSize added in v0.26.28

func (i *LInput) SetBatchSize(batchSize float64) *LInput

func (*LInput) SetDtype added in v0.26.28

func (i *LInput) SetDtype(dtype DataType) *LInput

func (*LInput) SetInputShape added in v0.26.28

func (i *LInput) SetInputShape(inputShape tf.Shape) *LInput

func (*LInput) SetInputs added in v0.26.28

func (i *LInput) SetInputs(inputs ...Layer) Layer

func (*LInput) SetName added in v0.26.28

func (i *LInput) SetName(name string) *LInput

func (*LInput) SetRagged added in v0.26.28

func (i *LInput) SetRagged(ragged bool) *LInput

func (*LInput) SetSparse added in v0.26.28

func (i *LInput) SetSparse(sparse bool) *LInput

func (*LInput) SetTrainable added in v0.26.28

func (i *LInput) SetTrainable(trainable bool) *LInput

type LIntegerLookup added in v0.26.28

type LIntegerLookup struct {
	// contains filtered or unexported fields
}

func IntegerLookup added in v0.26.28

func IntegerLookup() *LIntegerLookup

func (*LIntegerLookup) GetCustomLayerDefinition added in v0.26.28

func (l *LIntegerLookup) GetCustomLayerDefinition() string

func (*LIntegerLookup) GetDtype added in v0.26.28

func (l *LIntegerLookup) GetDtype() DataType

func (*LIntegerLookup) GetInputs added in v0.26.28

func (l *LIntegerLookup) GetInputs() []Layer

func (*LIntegerLookup) GetKerasLayerConfig added in v0.26.28

func (l *LIntegerLookup) GetKerasLayerConfig() interface{}

func (*LIntegerLookup) GetLayerWeights added in v0.26.28

func (l *LIntegerLookup) GetLayerWeights() []*tf.Tensor

func (*LIntegerLookup) GetName added in v0.26.28

func (l *LIntegerLookup) GetName() string

func (*LIntegerLookup) GetShape added in v0.26.28

func (l *LIntegerLookup) GetShape() tf.Shape

func (*LIntegerLookup) SetDtype added in v0.26.28

func (l *LIntegerLookup) SetDtype(dtype DataType) *LIntegerLookup

func (*LIntegerLookup) SetInputs added in v0.26.28

func (l *LIntegerLookup) SetInputs(inputs ...Layer) Layer

func (*LIntegerLookup) SetInvert added in v0.26.28

func (l *LIntegerLookup) SetInvert(invert bool) *LIntegerLookup

func (*LIntegerLookup) SetLayerWeights added in v0.26.28

func (l *LIntegerLookup) SetLayerWeights(layerWeights []*tf.Tensor) *LIntegerLookup

func (*LIntegerLookup) SetMaskToken added in v0.26.28

func (l *LIntegerLookup) SetMaskToken(maskToken interface{}) *LIntegerLookup

func (*LIntegerLookup) SetMaxTokens added in v0.26.28

func (l *LIntegerLookup) SetMaxTokens(maxTokens interface{}) *LIntegerLookup

func (*LIntegerLookup) SetName added in v0.26.28

func (l *LIntegerLookup) SetName(name string) *LIntegerLookup

func (*LIntegerLookup) SetNumOovIndices added in v0.26.28

func (l *LIntegerLookup) SetNumOovIndices(numOovIndices float64) *LIntegerLookup

func (*LIntegerLookup) SetOovToken added in v0.26.28

func (l *LIntegerLookup) SetOovToken(oovToken float64) *LIntegerLookup

func (*LIntegerLookup) SetOutputMode added in v0.26.28

func (l *LIntegerLookup) SetOutputMode(outputMode string) *LIntegerLookup

func (*LIntegerLookup) SetPadToMaxTokens added in v0.26.28

func (l *LIntegerLookup) SetPadToMaxTokens(padToMaxTokens bool) *LIntegerLookup

func (*LIntegerLookup) SetShape added in v0.26.28

func (l *LIntegerLookup) SetShape(shape tf.Shape) *LIntegerLookup

func (*LIntegerLookup) SetSparse added in v0.26.28

func (l *LIntegerLookup) SetSparse(sparse bool) *LIntegerLookup

func (*LIntegerLookup) SetTrainable added in v0.26.28

func (l *LIntegerLookup) SetTrainable(trainable bool) *LIntegerLookup

func (*LIntegerLookup) SetVocabulary added in v0.26.28

func (l *LIntegerLookup) SetVocabulary(vocabulary interface{}) *LIntegerLookup

type LLSTM added in v0.26.28

type LLSTM struct {
	// contains filtered or unexported fields
}

func LSTM added in v0.26.28

func LSTM(units float64) *LLSTM

func (*LLSTM) GetCustomLayerDefinition added in v0.26.28

func (l *LLSTM) GetCustomLayerDefinition() string

func (*LLSTM) GetDtype added in v0.26.28

func (l *LLSTM) GetDtype() DataType

func (*LLSTM) GetInputs added in v0.26.28

func (l *LLSTM) GetInputs() []Layer

func (*LLSTM) GetKerasLayerConfig added in v0.26.28

func (l *LLSTM) GetKerasLayerConfig() interface{}

func (*LLSTM) GetLayerWeights added in v0.26.28

func (l *LLSTM) GetLayerWeights() []*tf.Tensor

func (*LLSTM) GetName added in v0.26.28

func (l *LLSTM) GetName() string

func (*LLSTM) GetShape added in v0.26.28

func (l *LLSTM) GetShape() tf.Shape

func (*LLSTM) SetActivation added in v0.26.28

func (l *LLSTM) SetActivation(activation string) *LLSTM

func (*LLSTM) SetActivityRegularizer added in v0.26.28

func (l *LLSTM) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LLSTM

func (*LLSTM) SetBiasConstraint added in v0.26.28

func (l *LLSTM) SetBiasConstraint(biasConstraint constraint.Constraint) *LLSTM

func (*LLSTM) SetBiasInitializer added in v0.26.28

func (l *LLSTM) SetBiasInitializer(biasInitializer initializer.Initializer) *LLSTM

func (*LLSTM) SetBiasRegularizer added in v0.26.28

func (l *LLSTM) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LLSTM

func (*LLSTM) SetDropout added in v0.26.28

func (l *LLSTM) SetDropout(dropout float64) *LLSTM

func (*LLSTM) SetDtype added in v0.26.28

func (l *LLSTM) SetDtype(dtype DataType) *LLSTM

func (*LLSTM) SetGoBackwards added in v0.26.28

func (l *LLSTM) SetGoBackwards(goBackwards bool) *LLSTM

func (*LLSTM) SetImplementation added in v0.26.28

func (l *LLSTM) SetImplementation(implementation float64) *LLSTM

func (*LLSTM) SetInputs added in v0.26.28

func (l *LLSTM) SetInputs(inputs ...Layer) Layer

func (*LLSTM) SetKernelConstraint added in v0.26.28

func (l *LLSTM) SetKernelConstraint(kernelConstraint constraint.Constraint) *LLSTM

func (*LLSTM) SetKernelInitializer added in v0.26.28

func (l *LLSTM) SetKernelInitializer(kernelInitializer initializer.Initializer) *LLSTM

func (*LLSTM) SetKernelRegularizer added in v0.26.28

func (l *LLSTM) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LLSTM

func (*LLSTM) SetLayerWeights added in v0.26.28

func (l *LLSTM) SetLayerWeights(layerWeights []*tf.Tensor) *LLSTM

func (*LLSTM) SetName added in v0.26.28

func (l *LLSTM) SetName(name string) *LLSTM

func (*LLSTM) SetRecurrentActivation added in v0.26.28

func (l *LLSTM) SetRecurrentActivation(recurrentActivation string) *LLSTM

func (*LLSTM) SetRecurrentConstraint added in v0.26.28

func (l *LLSTM) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LLSTM

func (*LLSTM) SetRecurrentDropout added in v0.26.28

func (l *LLSTM) SetRecurrentDropout(recurrentDropout float64) *LLSTM

func (*LLSTM) SetRecurrentInitializer added in v0.26.28

func (l *LLSTM) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LLSTM

func (*LLSTM) SetRecurrentRegularizer added in v0.26.28

func (l *LLSTM) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LLSTM

func (*LLSTM) SetReturnSequences added in v0.26.28

func (l *LLSTM) SetReturnSequences(returnSequences bool) *LLSTM

func (*LLSTM) SetReturnState added in v0.26.28

func (l *LLSTM) SetReturnState(returnState bool) *LLSTM

func (*LLSTM) SetShape added in v0.26.28

func (l *LLSTM) SetShape(shape tf.Shape) *LLSTM

func (*LLSTM) SetStateful added in v0.26.28

func (l *LLSTM) SetStateful(stateful bool) *LLSTM

func (*LLSTM) SetTimeMajor added in v0.26.28

func (l *LLSTM) SetTimeMajor(timeMajor bool) *LLSTM

func (*LLSTM) SetTrainable added in v0.26.28

func (l *LLSTM) SetTrainable(trainable bool) *LLSTM

func (*LLSTM) SetUnitForgetBias added in v0.26.28

func (l *LLSTM) SetUnitForgetBias(unitForgetBias bool) *LLSTM

func (*LLSTM) SetUnroll added in v0.26.28

func (l *LLSTM) SetUnroll(unroll bool) *LLSTM

func (*LLSTM) SetUseBias added in v0.26.28

func (l *LLSTM) SetUseBias(useBias bool) *LLSTM

type LLayerNormalization added in v0.26.28

type LLayerNormalization struct {
	// contains filtered or unexported fields
}

func LayerNormalization added in v0.26.28

func LayerNormalization() *LLayerNormalization

func (*LLayerNormalization) GetCustomLayerDefinition added in v0.26.28

func (l *LLayerNormalization) GetCustomLayerDefinition() string

func (*LLayerNormalization) GetDtype added in v0.26.28

func (l *LLayerNormalization) GetDtype() DataType

func (*LLayerNormalization) GetInputs added in v0.26.28

func (l *LLayerNormalization) GetInputs() []Layer

func (*LLayerNormalization) GetKerasLayerConfig added in v0.26.28

func (l *LLayerNormalization) GetKerasLayerConfig() interface{}

func (*LLayerNormalization) GetLayerWeights added in v0.26.28

func (l *LLayerNormalization) GetLayerWeights() []*tf.Tensor

func (*LLayerNormalization) GetName added in v0.26.28

func (l *LLayerNormalization) GetName() string

func (*LLayerNormalization) GetShape added in v0.26.28

func (l *LLayerNormalization) GetShape() tf.Shape

func (*LLayerNormalization) SetAxis added in v0.26.28

func (*LLayerNormalization) SetBetaConstraint added in v0.26.28

func (l *LLayerNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LLayerNormalization

func (*LLayerNormalization) SetBetaInitializer added in v0.26.28

func (l *LLayerNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LLayerNormalization

func (*LLayerNormalization) SetBetaRegularizer added in v0.26.28

func (l *LLayerNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LLayerNormalization

func (*LLayerNormalization) SetCenter added in v0.26.28

func (l *LLayerNormalization) SetCenter(center bool) *LLayerNormalization

func (*LLayerNormalization) SetDtype added in v0.26.28

func (l *LLayerNormalization) SetDtype(dtype DataType) *LLayerNormalization

func (*LLayerNormalization) SetEpsilon added in v0.26.28

func (l *LLayerNormalization) SetEpsilon(epsilon float64) *LLayerNormalization

func (*LLayerNormalization) SetGammaConstraint added in v0.26.28

func (l *LLayerNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LLayerNormalization

func (*LLayerNormalization) SetGammaInitializer added in v0.26.28

func (l *LLayerNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LLayerNormalization

func (*LLayerNormalization) SetGammaRegularizer added in v0.26.28

func (l *LLayerNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LLayerNormalization

func (*LLayerNormalization) SetInputs added in v0.26.28

func (l *LLayerNormalization) SetInputs(inputs ...Layer) Layer

func (*LLayerNormalization) SetLayerWeights added in v0.26.28

func (l *LLayerNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LLayerNormalization

func (*LLayerNormalization) SetName added in v0.26.28

func (*LLayerNormalization) SetScale added in v0.26.28

func (l *LLayerNormalization) SetScale(scale bool) *LLayerNormalization

func (*LLayerNormalization) SetShape added in v0.26.28

func (l *LLayerNormalization) SetShape(shape tf.Shape) *LLayerNormalization

func (*LLayerNormalization) SetTrainable added in v0.26.28

func (l *LLayerNormalization) SetTrainable(trainable bool) *LLayerNormalization

type LLeakyReLU added in v0.26.28

type LLeakyReLU struct {
	// contains filtered or unexported fields
}

func LeakyReLU added in v0.26.28

func LeakyReLU() *LLeakyReLU

func (*LLeakyReLU) GetCustomLayerDefinition added in v0.26.28

func (l *LLeakyReLU) GetCustomLayerDefinition() string

func (*LLeakyReLU) GetDtype added in v0.26.28

func (l *LLeakyReLU) GetDtype() DataType

func (*LLeakyReLU) GetInputs added in v0.26.28

func (l *LLeakyReLU) GetInputs() []Layer

func (*LLeakyReLU) GetKerasLayerConfig added in v0.26.28

func (l *LLeakyReLU) GetKerasLayerConfig() interface{}

func (*LLeakyReLU) GetLayerWeights added in v0.26.28

func (l *LLeakyReLU) GetLayerWeights() []*tf.Tensor

func (*LLeakyReLU) GetName added in v0.26.28

func (l *LLeakyReLU) GetName() string

func (*LLeakyReLU) GetShape added in v0.26.28

func (l *LLeakyReLU) GetShape() tf.Shape

func (*LLeakyReLU) SetAlpha added in v0.26.28

func (l *LLeakyReLU) SetAlpha(alpha float64) *LLeakyReLU

func (*LLeakyReLU) SetDtype added in v0.26.28

func (l *LLeakyReLU) SetDtype(dtype DataType) *LLeakyReLU

func (*LLeakyReLU) SetInputs added in v0.26.28

func (l *LLeakyReLU) SetInputs(inputs ...Layer) Layer

func (*LLeakyReLU) SetLayerWeights added in v0.26.28

func (l *LLeakyReLU) SetLayerWeights(layerWeights []*tf.Tensor) *LLeakyReLU

func (*LLeakyReLU) SetName added in v0.26.28

func (l *LLeakyReLU) SetName(name string) *LLeakyReLU

func (*LLeakyReLU) SetShape added in v0.26.28

func (l *LLeakyReLU) SetShape(shape tf.Shape) *LLeakyReLU

func (*LLeakyReLU) SetTrainable added in v0.26.28

func (l *LLeakyReLU) SetTrainable(trainable bool) *LLeakyReLU

type LMasking added in v0.26.28

type LMasking struct {
	// contains filtered or unexported fields
}

func Masking added in v0.26.28

func Masking() *LMasking

func (*LMasking) GetCustomLayerDefinition added in v0.26.28

func (l *LMasking) GetCustomLayerDefinition() string

func (*LMasking) GetDtype added in v0.26.28

func (l *LMasking) GetDtype() DataType

func (*LMasking) GetInputs added in v0.26.28

func (l *LMasking) GetInputs() []Layer

func (*LMasking) GetKerasLayerConfig added in v0.26.28

func (l *LMasking) GetKerasLayerConfig() interface{}

func (*LMasking) GetLayerWeights added in v0.26.28

func (l *LMasking) GetLayerWeights() []*tf.Tensor

func (*LMasking) GetName added in v0.26.28

func (l *LMasking) GetName() string

func (*LMasking) GetShape added in v0.26.28

func (l *LMasking) GetShape() tf.Shape

func (*LMasking) SetDtype added in v0.26.28

func (l *LMasking) SetDtype(dtype DataType) *LMasking

func (*LMasking) SetInputs added in v0.26.28

func (l *LMasking) SetInputs(inputs ...Layer) Layer

func (*LMasking) SetLayerWeights added in v0.26.28

func (l *LMasking) SetLayerWeights(layerWeights []*tf.Tensor) *LMasking

func (*LMasking) SetMaskValue added in v0.26.28

func (l *LMasking) SetMaskValue(maskValue float64) *LMasking

func (*LMasking) SetName added in v0.26.28

func (l *LMasking) SetName(name string) *LMasking

func (*LMasking) SetShape added in v0.26.28

func (l *LMasking) SetShape(shape tf.Shape) *LMasking

func (*LMasking) SetTrainable added in v0.26.28

func (l *LMasking) SetTrainable(trainable bool) *LMasking

type LMaxPooling1D added in v0.26.28

type LMaxPooling1D struct {
	// contains filtered or unexported fields
}

func MaxPooling1D added in v0.26.28

func MaxPooling1D() *LMaxPooling1D

func (*LMaxPooling1D) GetCustomLayerDefinition added in v0.26.28

func (l *LMaxPooling1D) GetCustomLayerDefinition() string

func (*LMaxPooling1D) GetDtype added in v0.26.28

func (l *LMaxPooling1D) GetDtype() DataType

func (*LMaxPooling1D) GetInputs added in v0.26.28

func (l *LMaxPooling1D) GetInputs() []Layer

func (*LMaxPooling1D) GetKerasLayerConfig added in v0.26.28

func (l *LMaxPooling1D) GetKerasLayerConfig() interface{}

func (*LMaxPooling1D) GetLayerWeights added in v0.26.28

func (l *LMaxPooling1D) GetLayerWeights() []*tf.Tensor

func (*LMaxPooling1D) GetName added in v0.26.28

func (l *LMaxPooling1D) GetName() string

func (*LMaxPooling1D) GetShape added in v0.26.28

func (l *LMaxPooling1D) GetShape() tf.Shape

func (*LMaxPooling1D) SetDataFormat added in v0.26.28

func (l *LMaxPooling1D) SetDataFormat(dataFormat string) *LMaxPooling1D

func (*LMaxPooling1D) SetDtype added in v0.26.28

func (l *LMaxPooling1D) SetDtype(dtype DataType) *LMaxPooling1D

func (*LMaxPooling1D) SetInputs added in v0.26.28

func (l *LMaxPooling1D) SetInputs(inputs ...Layer) Layer

func (*LMaxPooling1D) SetLayerWeights added in v0.26.28

func (l *LMaxPooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling1D

func (*LMaxPooling1D) SetName added in v0.26.28

func (l *LMaxPooling1D) SetName(name string) *LMaxPooling1D

func (*LMaxPooling1D) SetPadding added in v0.26.28

func (l *LMaxPooling1D) SetPadding(padding string) *LMaxPooling1D

func (*LMaxPooling1D) SetPoolSize added in v0.26.28

func (l *LMaxPooling1D) SetPoolSize(poolSize float64) *LMaxPooling1D

func (*LMaxPooling1D) SetShape added in v0.26.28

func (l *LMaxPooling1D) SetShape(shape tf.Shape) *LMaxPooling1D

func (*LMaxPooling1D) SetStrides added in v0.26.28

func (l *LMaxPooling1D) SetStrides(strides interface{}) *LMaxPooling1D

func (*LMaxPooling1D) SetTrainable added in v0.26.28

func (l *LMaxPooling1D) SetTrainable(trainable bool) *LMaxPooling1D

type LMaxPooling2D added in v0.26.28

type LMaxPooling2D struct {
	// contains filtered or unexported fields
}

func MaxPooling2D added in v0.26.28

func MaxPooling2D() *LMaxPooling2D

func (*LMaxPooling2D) GetCustomLayerDefinition added in v0.26.28

func (l *LMaxPooling2D) GetCustomLayerDefinition() string

func (*LMaxPooling2D) GetDtype added in v0.26.28

func (l *LMaxPooling2D) GetDtype() DataType

func (*LMaxPooling2D) GetInputs added in v0.26.28

func (l *LMaxPooling2D) GetInputs() []Layer

func (*LMaxPooling2D) GetKerasLayerConfig added in v0.26.28

func (l *LMaxPooling2D) GetKerasLayerConfig() interface{}

func (*LMaxPooling2D) GetLayerWeights added in v0.26.28

func (l *LMaxPooling2D) GetLayerWeights() []*tf.Tensor

func (*LMaxPooling2D) GetName added in v0.26.28

func (l *LMaxPooling2D) GetName() string

func (*LMaxPooling2D) GetShape added in v0.26.28

func (l *LMaxPooling2D) GetShape() tf.Shape

func (*LMaxPooling2D) SetDataFormat added in v0.26.28

func (l *LMaxPooling2D) SetDataFormat(dataFormat interface{}) *LMaxPooling2D

func (*LMaxPooling2D) SetDtype added in v0.26.28

func (l *LMaxPooling2D) SetDtype(dtype DataType) *LMaxPooling2D

func (*LMaxPooling2D) SetInputs added in v0.26.28

func (l *LMaxPooling2D) SetInputs(inputs ...Layer) Layer

func (*LMaxPooling2D) SetLayerWeights added in v0.26.28

func (l *LMaxPooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling2D

func (*LMaxPooling2D) SetName added in v0.26.28

func (l *LMaxPooling2D) SetName(name string) *LMaxPooling2D

func (*LMaxPooling2D) SetPadding added in v0.26.28

func (l *LMaxPooling2D) SetPadding(padding string) *LMaxPooling2D

func (*LMaxPooling2D) SetPoolSize added in v0.26.28

func (l *LMaxPooling2D) SetPoolSize(poolSize []interface{}) *LMaxPooling2D

func (*LMaxPooling2D) SetShape added in v0.26.28

func (l *LMaxPooling2D) SetShape(shape tf.Shape) *LMaxPooling2D

func (*LMaxPooling2D) SetStrides added in v0.26.28

func (l *LMaxPooling2D) SetStrides(strides interface{}) *LMaxPooling2D

func (*LMaxPooling2D) SetTrainable added in v0.26.28

func (l *LMaxPooling2D) SetTrainable(trainable bool) *LMaxPooling2D

type LMaxPooling3D added in v0.26.28

type LMaxPooling3D struct {
	// contains filtered or unexported fields
}

func MaxPooling3D added in v0.26.28

func MaxPooling3D() *LMaxPooling3D

func (*LMaxPooling3D) GetCustomLayerDefinition added in v0.26.28

func (l *LMaxPooling3D) GetCustomLayerDefinition() string

func (*LMaxPooling3D) GetDtype added in v0.26.28

func (l *LMaxPooling3D) GetDtype() DataType

func (*LMaxPooling3D) GetInputs added in v0.26.28

func (l *LMaxPooling3D) GetInputs() []Layer

func (*LMaxPooling3D) GetKerasLayerConfig added in v0.26.28

func (l *LMaxPooling3D) GetKerasLayerConfig() interface{}

func (*LMaxPooling3D) GetLayerWeights added in v0.26.28

func (l *LMaxPooling3D) GetLayerWeights() []*tf.Tensor

func (*LMaxPooling3D) GetName added in v0.26.28

func (l *LMaxPooling3D) GetName() string

func (*LMaxPooling3D) GetShape added in v0.26.28

func (l *LMaxPooling3D) GetShape() tf.Shape

func (*LMaxPooling3D) SetDataFormat added in v0.26.28

func (l *LMaxPooling3D) SetDataFormat(dataFormat interface{}) *LMaxPooling3D

func (*LMaxPooling3D) SetDtype added in v0.26.28

func (l *LMaxPooling3D) SetDtype(dtype DataType) *LMaxPooling3D

func (*LMaxPooling3D) SetInputs added in v0.26.28

func (l *LMaxPooling3D) SetInputs(inputs ...Layer) Layer

func (*LMaxPooling3D) SetLayerWeights added in v0.26.28

func (l *LMaxPooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling3D

func (*LMaxPooling3D) SetName added in v0.26.28

func (l *LMaxPooling3D) SetName(name string) *LMaxPooling3D

func (*LMaxPooling3D) SetPadding added in v0.26.28

func (l *LMaxPooling3D) SetPadding(padding string) *LMaxPooling3D

func (*LMaxPooling3D) SetPoolSize added in v0.26.28

func (l *LMaxPooling3D) SetPoolSize(poolSize []interface{}) *LMaxPooling3D

func (*LMaxPooling3D) SetShape added in v0.26.28

func (l *LMaxPooling3D) SetShape(shape tf.Shape) *LMaxPooling3D

func (*LMaxPooling3D) SetStrides added in v0.26.28

func (l *LMaxPooling3D) SetStrides(strides interface{}) *LMaxPooling3D

func (*LMaxPooling3D) SetTrainable added in v0.26.28

func (l *LMaxPooling3D) SetTrainable(trainable bool) *LMaxPooling3D

type LMaximum added in v0.26.28

type LMaximum struct {
	// contains filtered or unexported fields
}

func Maximum added in v0.26.28

func Maximum() *LMaximum

func (*LMaximum) GetCustomLayerDefinition added in v0.26.28

func (l *LMaximum) GetCustomLayerDefinition() string

func (*LMaximum) GetDtype added in v0.26.28

func (l *LMaximum) GetDtype() DataType

func (*LMaximum) GetInputs added in v0.26.28

func (l *LMaximum) GetInputs() []Layer

func (*LMaximum) GetKerasLayerConfig added in v0.26.28

func (l *LMaximum) GetKerasLayerConfig() interface{}

func (*LMaximum) GetLayerWeights added in v0.26.28

func (l *LMaximum) GetLayerWeights() []*tf.Tensor

func (*LMaximum) GetName added in v0.26.28

func (l *LMaximum) GetName() string

func (*LMaximum) GetShape added in v0.26.28

func (l *LMaximum) GetShape() tf.Shape

func (*LMaximum) SetDtype added in v0.26.28

func (l *LMaximum) SetDtype(dtype DataType) *LMaximum

func (*LMaximum) SetInputs added in v0.26.28

func (l *LMaximum) SetInputs(inputs ...Layer) Layer

func (*LMaximum) SetLayerWeights added in v0.26.28

func (l *LMaximum) SetLayerWeights(layerWeights []*tf.Tensor) *LMaximum

func (*LMaximum) SetName added in v0.26.28

func (l *LMaximum) SetName(name string) *LMaximum

func (*LMaximum) SetShape added in v0.26.28

func (l *LMaximum) SetShape(shape tf.Shape) *LMaximum

func (*LMaximum) SetTrainable added in v0.26.28

func (l *LMaximum) SetTrainable(trainable bool) *LMaximum

type LMinimum added in v0.26.28

type LMinimum struct {
	// contains filtered or unexported fields
}

func Minimum added in v0.26.28

func Minimum() *LMinimum

func (*LMinimum) GetCustomLayerDefinition added in v0.26.28

func (l *LMinimum) GetCustomLayerDefinition() string

func (*LMinimum) GetDtype added in v0.26.28

func (l *LMinimum) GetDtype() DataType

func (*LMinimum) GetInputs added in v0.26.28

func (l *LMinimum) GetInputs() []Layer

func (*LMinimum) GetKerasLayerConfig added in v0.26.28

func (l *LMinimum) GetKerasLayerConfig() interface{}

func (*LMinimum) GetLayerWeights added in v0.26.28

func (l *LMinimum) GetLayerWeights() []*tf.Tensor

func (*LMinimum) GetName added in v0.26.28

func (l *LMinimum) GetName() string

func (*LMinimum) GetShape added in v0.26.28

func (l *LMinimum) GetShape() tf.Shape

func (*LMinimum) SetDtype added in v0.26.28

func (l *LMinimum) SetDtype(dtype DataType) *LMinimum

func (*LMinimum) SetInputs added in v0.26.28

func (l *LMinimum) SetInputs(inputs ...Layer) Layer

func (*LMinimum) SetLayerWeights added in v0.26.28

func (l *LMinimum) SetLayerWeights(layerWeights []*tf.Tensor) *LMinimum

func (*LMinimum) SetName added in v0.26.28

func (l *LMinimum) SetName(name string) *LMinimum

func (*LMinimum) SetShape added in v0.26.28

func (l *LMinimum) SetShape(shape tf.Shape) *LMinimum

func (*LMinimum) SetTrainable added in v0.26.28

func (l *LMinimum) SetTrainable(trainable bool) *LMinimum

type LMultiHeadAttention added in v0.26.28

type LMultiHeadAttention struct {
	// contains filtered or unexported fields
}

func MultiHeadAttention added in v0.26.28

func MultiHeadAttention(keyDim float64, numHeads float64) *LMultiHeadAttention

func (*LMultiHeadAttention) GetCustomLayerDefinition added in v0.26.28

func (l *LMultiHeadAttention) GetCustomLayerDefinition() string

func (*LMultiHeadAttention) GetDtype added in v0.26.28

func (l *LMultiHeadAttention) GetDtype() DataType

func (*LMultiHeadAttention) GetInputs added in v0.26.28

func (l *LMultiHeadAttention) GetInputs() []Layer

func (*LMultiHeadAttention) GetKerasLayerConfig added in v0.26.28

func (l *LMultiHeadAttention) GetKerasLayerConfig() interface{}

func (*LMultiHeadAttention) GetLayerWeights added in v0.26.28

func (l *LMultiHeadAttention) GetLayerWeights() []*tf.Tensor

func (*LMultiHeadAttention) GetName added in v0.26.28

func (l *LMultiHeadAttention) GetName() string

func (*LMultiHeadAttention) GetShape added in v0.26.28

func (l *LMultiHeadAttention) GetShape() tf.Shape

func (*LMultiHeadAttention) SetActivityRegularizer added in v0.26.28

func (l *LMultiHeadAttention) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LMultiHeadAttention

func (*LMultiHeadAttention) SetAttentionAxes added in v0.26.28

func (l *LMultiHeadAttention) SetAttentionAxes(attentionAxes interface{}) *LMultiHeadAttention

func (*LMultiHeadAttention) SetBiasConstraint added in v0.26.28

func (l *LMultiHeadAttention) SetBiasConstraint(biasConstraint constraint.Constraint) *LMultiHeadAttention

func (*LMultiHeadAttention) SetBiasInitializer added in v0.26.28

func (l *LMultiHeadAttention) SetBiasInitializer(biasInitializer initializer.Initializer) *LMultiHeadAttention

func (*LMultiHeadAttention) SetBiasRegularizer added in v0.26.28

func (l *LMultiHeadAttention) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LMultiHeadAttention

func (*LMultiHeadAttention) SetDropout added in v0.26.28

func (l *LMultiHeadAttention) SetDropout(dropout float64) *LMultiHeadAttention

func (*LMultiHeadAttention) SetDtype added in v0.26.28

func (l *LMultiHeadAttention) SetDtype(dtype DataType) *LMultiHeadAttention

func (*LMultiHeadAttention) SetInputs added in v0.26.28

func (l *LMultiHeadAttention) SetInputs(inputs ...Layer) Layer

func (*LMultiHeadAttention) SetKernelConstraint added in v0.26.28

func (l *LMultiHeadAttention) SetKernelConstraint(kernelConstraint constraint.Constraint) *LMultiHeadAttention

func (*LMultiHeadAttention) SetKernelInitializer added in v0.26.28

func (l *LMultiHeadAttention) SetKernelInitializer(kernelInitializer initializer.Initializer) *LMultiHeadAttention

func (*LMultiHeadAttention) SetKernelRegularizer added in v0.26.28

func (l *LMultiHeadAttention) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LMultiHeadAttention

func (*LMultiHeadAttention) SetKeyShape added in v0.26.28

func (l *LMultiHeadAttention) SetKeyShape(keyShape interface{}) *LMultiHeadAttention

func (*LMultiHeadAttention) SetLayerWeights added in v0.26.28

func (l *LMultiHeadAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LMultiHeadAttention

func (*LMultiHeadAttention) SetName added in v0.26.28

func (*LMultiHeadAttention) SetOutputShape added in v0.26.28

func (l *LMultiHeadAttention) SetOutputShape(outputShape interface{}) *LMultiHeadAttention

func (*LMultiHeadAttention) SetQueryShape added in v0.26.28

func (l *LMultiHeadAttention) SetQueryShape(queryShape interface{}) *LMultiHeadAttention

func (*LMultiHeadAttention) SetShape added in v0.26.28

func (l *LMultiHeadAttention) SetShape(shape tf.Shape) *LMultiHeadAttention

func (*LMultiHeadAttention) SetTrainable added in v0.26.28

func (l *LMultiHeadAttention) SetTrainable(trainable bool) *LMultiHeadAttention

func (*LMultiHeadAttention) SetUseBias added in v0.26.28

func (l *LMultiHeadAttention) SetUseBias(useBias bool) *LMultiHeadAttention

func (*LMultiHeadAttention) SetValueDim added in v0.26.28

func (l *LMultiHeadAttention) SetValueDim(valueDim interface{}) *LMultiHeadAttention

func (*LMultiHeadAttention) SetValueShape added in v0.26.28

func (l *LMultiHeadAttention) SetValueShape(valueShape interface{}) *LMultiHeadAttention

type LMultiply added in v0.26.28

type LMultiply struct {
	// contains filtered or unexported fields
}

func Multiply added in v0.26.28

func Multiply() *LMultiply

func (*LMultiply) GetCustomLayerDefinition added in v0.26.28

func (l *LMultiply) GetCustomLayerDefinition() string

func (*LMultiply) GetDtype added in v0.26.28

func (l *LMultiply) GetDtype() DataType

func (*LMultiply) GetInputs added in v0.26.28

func (l *LMultiply) GetInputs() []Layer

func (*LMultiply) GetKerasLayerConfig added in v0.26.28

func (l *LMultiply) GetKerasLayerConfig() interface{}

func (*LMultiply) GetLayerWeights added in v0.26.28

func (l *LMultiply) GetLayerWeights() []*tf.Tensor

func (*LMultiply) GetName added in v0.26.28

func (l *LMultiply) GetName() string

func (*LMultiply) GetShape added in v0.26.28

func (l *LMultiply) GetShape() tf.Shape

func (*LMultiply) SetDtype added in v0.26.28

func (l *LMultiply) SetDtype(dtype DataType) *LMultiply

func (*LMultiply) SetInputs added in v0.26.28

func (l *LMultiply) SetInputs(inputs ...Layer) Layer

func (*LMultiply) SetLayerWeights added in v0.26.28

func (l *LMultiply) SetLayerWeights(layerWeights []*tf.Tensor) *LMultiply

func (*LMultiply) SetName added in v0.26.28

func (l *LMultiply) SetName(name string) *LMultiply

func (*LMultiply) SetShape added in v0.26.28

func (l *LMultiply) SetShape(shape tf.Shape) *LMultiply

func (*LMultiply) SetTrainable added in v0.26.28

func (l *LMultiply) SetTrainable(trainable bool) *LMultiply

type LNormalization added in v0.26.28

type LNormalization struct {
	// contains filtered or unexported fields
}

func Normalization added in v0.26.28

func Normalization() *LNormalization

func (*LNormalization) GetCustomLayerDefinition added in v0.26.28

func (l *LNormalization) GetCustomLayerDefinition() string

func (*LNormalization) GetDtype added in v0.26.28

func (l *LNormalization) GetDtype() DataType

func (*LNormalization) GetInputs added in v0.26.28

func (l *LNormalization) GetInputs() []Layer

func (*LNormalization) GetKerasLayerConfig added in v0.26.28

func (l *LNormalization) GetKerasLayerConfig() interface{}

func (*LNormalization) GetLayerWeights added in v0.26.28

func (l *LNormalization) GetLayerWeights() []*tf.Tensor

func (*LNormalization) GetName added in v0.26.28

func (l *LNormalization) GetName() string

func (*LNormalization) GetShape added in v0.26.28

func (l *LNormalization) GetShape() tf.Shape

func (*LNormalization) SetAxis added in v0.26.28

func (l *LNormalization) SetAxis(axis float64) *LNormalization

func (*LNormalization) SetDtype added in v0.26.28

func (l *LNormalization) SetDtype(dtype DataType) *LNormalization

func (*LNormalization) SetInputs added in v0.26.28

func (l *LNormalization) SetInputs(inputs ...Layer) Layer

func (*LNormalization) SetLayerWeights added in v0.26.28

func (l *LNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LNormalization

func (*LNormalization) SetMean added in v0.26.28

func (l *LNormalization) SetMean(mean interface{}) *LNormalization

func (*LNormalization) SetName added in v0.26.28

func (l *LNormalization) SetName(name string) *LNormalization

func (*LNormalization) SetShape added in v0.26.28

func (l *LNormalization) SetShape(shape tf.Shape) *LNormalization

func (*LNormalization) SetTrainable added in v0.26.28

func (l *LNormalization) SetTrainable(trainable bool) *LNormalization

func (*LNormalization) SetVariance added in v0.26.28

func (l *LNormalization) SetVariance(variance interface{}) *LNormalization

type LPermute added in v0.26.28

type LPermute struct {
	// contains filtered or unexported fields
}

func Permute added in v0.26.28

func Permute(dims []interface{}) *LPermute

func (*LPermute) GetCustomLayerDefinition added in v0.26.28

func (l *LPermute) GetCustomLayerDefinition() string

func (*LPermute) GetDtype added in v0.26.28

func (l *LPermute) GetDtype() DataType

func (*LPermute) GetInputs added in v0.26.28

func (l *LPermute) GetInputs() []Layer

func (*LPermute) GetKerasLayerConfig added in v0.26.28

func (l *LPermute) GetKerasLayerConfig() interface{}

func (*LPermute) GetLayerWeights added in v0.26.28

func (l *LPermute) GetLayerWeights() []*tf.Tensor

func (*LPermute) GetName added in v0.26.28

func (l *LPermute) GetName() string

func (*LPermute) GetShape added in v0.26.28

func (l *LPermute) GetShape() tf.Shape

func (*LPermute) SetDtype added in v0.26.28

func (l *LPermute) SetDtype(dtype DataType) *LPermute

func (*LPermute) SetInputs added in v0.26.28

func (l *LPermute) SetInputs(inputs ...Layer) Layer

func (*LPermute) SetLayerWeights added in v0.26.28

func (l *LPermute) SetLayerWeights(layerWeights []*tf.Tensor) *LPermute

func (*LPermute) SetName added in v0.26.28

func (l *LPermute) SetName(name string) *LPermute

func (*LPermute) SetShape added in v0.26.28

func (l *LPermute) SetShape(shape tf.Shape) *LPermute

func (*LPermute) SetTrainable added in v0.26.28

func (l *LPermute) SetTrainable(trainable bool) *LPermute

type LPreprocessingLayer added in v0.26.28

type LPreprocessingLayer struct {
	// contains filtered or unexported fields
}

func PreprocessingLayer added in v0.26.28

func PreprocessingLayer() *LPreprocessingLayer

func (*LPreprocessingLayer) GetCustomLayerDefinition added in v0.26.28

func (l *LPreprocessingLayer) GetCustomLayerDefinition() string

func (*LPreprocessingLayer) GetDtype added in v0.26.28

func (l *LPreprocessingLayer) GetDtype() DataType

func (*LPreprocessingLayer) GetInputs added in v0.26.28

func (l *LPreprocessingLayer) GetInputs() []Layer

func (*LPreprocessingLayer) GetKerasLayerConfig added in v0.26.28

func (l *LPreprocessingLayer) GetKerasLayerConfig() interface{}

func (*LPreprocessingLayer) GetLayerWeights added in v0.26.28

func (l *LPreprocessingLayer) GetLayerWeights() []*tf.Tensor

func (*LPreprocessingLayer) GetName added in v0.26.28

func (l *LPreprocessingLayer) GetName() string

func (*LPreprocessingLayer) GetShape added in v0.26.28

func (l *LPreprocessingLayer) GetShape() tf.Shape

func (*LPreprocessingLayer) SetDtype added in v0.26.28

func (l *LPreprocessingLayer) SetDtype(dtype DataType) *LPreprocessingLayer

func (*LPreprocessingLayer) SetInputs added in v0.26.28

func (l *LPreprocessingLayer) SetInputs(inputs ...Layer) Layer

func (*LPreprocessingLayer) SetLayerWeights added in v0.26.28

func (l *LPreprocessingLayer) SetLayerWeights(layerWeights []*tf.Tensor) *LPreprocessingLayer

func (*LPreprocessingLayer) SetName added in v0.26.28

func (*LPreprocessingLayer) SetShape added in v0.26.28

func (l *LPreprocessingLayer) SetShape(shape tf.Shape) *LPreprocessingLayer

func (*LPreprocessingLayer) SetTrainable added in v0.26.28

func (l *LPreprocessingLayer) SetTrainable(trainable bool) *LPreprocessingLayer

type LRandomContrast added in v0.26.28

type LRandomContrast struct {
	// contains filtered or unexported fields
}

func RandomContrast added in v0.26.28

func RandomContrast(factor float64) *LRandomContrast

func (*LRandomContrast) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomContrast) GetCustomLayerDefinition() string

func (*LRandomContrast) GetDtype added in v0.26.28

func (l *LRandomContrast) GetDtype() DataType

func (*LRandomContrast) GetInputs added in v0.26.28

func (l *LRandomContrast) GetInputs() []Layer

func (*LRandomContrast) GetKerasLayerConfig added in v0.26.28

func (l *LRandomContrast) GetKerasLayerConfig() interface{}

func (*LRandomContrast) GetLayerWeights added in v0.26.28

func (l *LRandomContrast) GetLayerWeights() []*tf.Tensor

func (*LRandomContrast) GetName added in v0.26.28

func (l *LRandomContrast) GetName() string

func (*LRandomContrast) GetShape added in v0.26.28

func (l *LRandomContrast) GetShape() tf.Shape

func (*LRandomContrast) SetDtype added in v0.26.28

func (l *LRandomContrast) SetDtype(dtype DataType) *LRandomContrast

func (*LRandomContrast) SetInputs added in v0.26.28

func (l *LRandomContrast) SetInputs(inputs ...Layer) Layer

func (*LRandomContrast) SetLayerWeights added in v0.26.28

func (l *LRandomContrast) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomContrast

func (*LRandomContrast) SetName added in v0.26.28

func (l *LRandomContrast) SetName(name string) *LRandomContrast

func (*LRandomContrast) SetSeed added in v0.26.28

func (l *LRandomContrast) SetSeed(seed interface{}) *LRandomContrast

func (*LRandomContrast) SetShape added in v0.26.28

func (l *LRandomContrast) SetShape(shape tf.Shape) *LRandomContrast

func (*LRandomContrast) SetTrainable added in v0.26.28

func (l *LRandomContrast) SetTrainable(trainable bool) *LRandomContrast

type LRandomCrop added in v0.26.28

type LRandomCrop struct {
	// contains filtered or unexported fields
}

func RandomCrop added in v0.26.28

func RandomCrop(height float64, width float64) *LRandomCrop

func (*LRandomCrop) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomCrop) GetCustomLayerDefinition() string

func (*LRandomCrop) GetDtype added in v0.26.28

func (l *LRandomCrop) GetDtype() DataType

func (*LRandomCrop) GetInputs added in v0.26.28

func (l *LRandomCrop) GetInputs() []Layer

func (*LRandomCrop) GetKerasLayerConfig added in v0.26.28

func (l *LRandomCrop) GetKerasLayerConfig() interface{}

func (*LRandomCrop) GetLayerWeights added in v0.26.28

func (l *LRandomCrop) GetLayerWeights() []*tf.Tensor

func (*LRandomCrop) GetName added in v0.26.28

func (l *LRandomCrop) GetName() string

func (*LRandomCrop) GetShape added in v0.26.28

func (l *LRandomCrop) GetShape() tf.Shape

func (*LRandomCrop) SetDtype added in v0.26.28

func (l *LRandomCrop) SetDtype(dtype DataType) *LRandomCrop

func (*LRandomCrop) SetInputs added in v0.26.28

func (l *LRandomCrop) SetInputs(inputs ...Layer) Layer

func (*LRandomCrop) SetLayerWeights added in v0.26.28

func (l *LRandomCrop) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomCrop

func (*LRandomCrop) SetName added in v0.26.28

func (l *LRandomCrop) SetName(name string) *LRandomCrop

func (*LRandomCrop) SetSeed added in v0.26.28

func (l *LRandomCrop) SetSeed(seed interface{}) *LRandomCrop

func (*LRandomCrop) SetShape added in v0.26.28

func (l *LRandomCrop) SetShape(shape tf.Shape) *LRandomCrop

func (*LRandomCrop) SetTrainable added in v0.26.28

func (l *LRandomCrop) SetTrainable(trainable bool) *LRandomCrop

type LRandomFlip added in v0.26.28

type LRandomFlip struct {
	// contains filtered or unexported fields
}

func RandomFlip added in v0.26.28

func RandomFlip() *LRandomFlip

func (*LRandomFlip) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomFlip) GetCustomLayerDefinition() string

func (*LRandomFlip) GetDtype added in v0.26.28

func (l *LRandomFlip) GetDtype() DataType

func (*LRandomFlip) GetInputs added in v0.26.28

func (l *LRandomFlip) GetInputs() []Layer

func (*LRandomFlip) GetKerasLayerConfig added in v0.26.28

func (l *LRandomFlip) GetKerasLayerConfig() interface{}

func (*LRandomFlip) GetLayerWeights added in v0.26.28

func (l *LRandomFlip) GetLayerWeights() []*tf.Tensor

func (*LRandomFlip) GetName added in v0.26.28

func (l *LRandomFlip) GetName() string

func (*LRandomFlip) GetShape added in v0.26.28

func (l *LRandomFlip) GetShape() tf.Shape

func (*LRandomFlip) SetDtype added in v0.26.28

func (l *LRandomFlip) SetDtype(dtype DataType) *LRandomFlip

func (*LRandomFlip) SetInputs added in v0.26.28

func (l *LRandomFlip) SetInputs(inputs ...Layer) Layer

func (*LRandomFlip) SetLayerWeights added in v0.26.28

func (l *LRandomFlip) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomFlip

func (*LRandomFlip) SetMode added in v0.26.28

func (l *LRandomFlip) SetMode(mode string) *LRandomFlip

func (*LRandomFlip) SetName added in v0.26.28

func (l *LRandomFlip) SetName(name string) *LRandomFlip

func (*LRandomFlip) SetSeed added in v0.26.28

func (l *LRandomFlip) SetSeed(seed interface{}) *LRandomFlip

func (*LRandomFlip) SetShape added in v0.26.28

func (l *LRandomFlip) SetShape(shape tf.Shape) *LRandomFlip

func (*LRandomFlip) SetTrainable added in v0.26.28

func (l *LRandomFlip) SetTrainable(trainable bool) *LRandomFlip

type LRandomFourierFeatures added in v0.26.28

type LRandomFourierFeatures struct {
	// contains filtered or unexported fields
}

func RandomFourierFeatures added in v0.26.28

func RandomFourierFeatures(outputDim float64) *LRandomFourierFeatures

func (*LRandomFourierFeatures) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomFourierFeatures) GetCustomLayerDefinition() string

func (*LRandomFourierFeatures) GetDtype added in v0.26.28

func (l *LRandomFourierFeatures) GetDtype() DataType

func (*LRandomFourierFeatures) GetInputs added in v0.26.28

func (l *LRandomFourierFeatures) GetInputs() []Layer

func (*LRandomFourierFeatures) GetKerasLayerConfig added in v0.26.28

func (l *LRandomFourierFeatures) GetKerasLayerConfig() interface{}

func (*LRandomFourierFeatures) GetLayerWeights added in v0.26.28

func (l *LRandomFourierFeatures) GetLayerWeights() []*tf.Tensor

func (*LRandomFourierFeatures) GetName added in v0.26.28

func (l *LRandomFourierFeatures) GetName() string

func (*LRandomFourierFeatures) GetShape added in v0.26.28

func (l *LRandomFourierFeatures) GetShape() tf.Shape

func (*LRandomFourierFeatures) SetDtype added in v0.26.28

func (*LRandomFourierFeatures) SetInputs added in v0.26.28

func (l *LRandomFourierFeatures) SetInputs(inputs ...Layer) Layer

func (*LRandomFourierFeatures) SetKernelInitializer added in v0.26.28

func (l *LRandomFourierFeatures) SetKernelInitializer(kernelInitializer string) *LRandomFourierFeatures

func (*LRandomFourierFeatures) SetLayerWeights added in v0.26.28

func (l *LRandomFourierFeatures) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomFourierFeatures

func (*LRandomFourierFeatures) SetName added in v0.26.28

func (*LRandomFourierFeatures) SetScale added in v0.26.28

func (l *LRandomFourierFeatures) SetScale(scale interface{}) *LRandomFourierFeatures

func (*LRandomFourierFeatures) SetShape added in v0.26.28

func (*LRandomFourierFeatures) SetTrainable added in v0.26.28

func (l *LRandomFourierFeatures) SetTrainable(trainable bool) *LRandomFourierFeatures

type LRandomHeight added in v0.26.28

type LRandomHeight struct {
	// contains filtered or unexported fields
}

func RandomHeight added in v0.26.28

func RandomHeight(factor float64) *LRandomHeight

func (*LRandomHeight) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomHeight) GetCustomLayerDefinition() string

func (*LRandomHeight) GetDtype added in v0.26.28

func (l *LRandomHeight) GetDtype() DataType

func (*LRandomHeight) GetInputs added in v0.26.28

func (l *LRandomHeight) GetInputs() []Layer

func (*LRandomHeight) GetKerasLayerConfig added in v0.26.28

func (l *LRandomHeight) GetKerasLayerConfig() interface{}

func (*LRandomHeight) GetLayerWeights added in v0.26.28

func (l *LRandomHeight) GetLayerWeights() []*tf.Tensor

func (*LRandomHeight) GetName added in v0.26.28

func (l *LRandomHeight) GetName() string

func (*LRandomHeight) GetShape added in v0.26.28

func (l *LRandomHeight) GetShape() tf.Shape

func (*LRandomHeight) SetDtype added in v0.26.28

func (l *LRandomHeight) SetDtype(dtype DataType) *LRandomHeight

func (*LRandomHeight) SetInputs added in v0.26.28

func (l *LRandomHeight) SetInputs(inputs ...Layer) Layer

func (*LRandomHeight) SetInterpolation added in v0.26.28

func (l *LRandomHeight) SetInterpolation(interpolation string) *LRandomHeight

func (*LRandomHeight) SetLayerWeights added in v0.26.28

func (l *LRandomHeight) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomHeight

func (*LRandomHeight) SetName added in v0.26.28

func (l *LRandomHeight) SetName(name string) *LRandomHeight

func (*LRandomHeight) SetSeed added in v0.26.28

func (l *LRandomHeight) SetSeed(seed interface{}) *LRandomHeight

func (*LRandomHeight) SetShape added in v0.26.28

func (l *LRandomHeight) SetShape(shape tf.Shape) *LRandomHeight

func (*LRandomHeight) SetTrainable added in v0.26.28

func (l *LRandomHeight) SetTrainable(trainable bool) *LRandomHeight

type LRandomRotation added in v0.26.28

type LRandomRotation struct {
	// contains filtered or unexported fields
}

func RandomRotation added in v0.26.28

func RandomRotation(factor float64) *LRandomRotation

func (*LRandomRotation) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomRotation) GetCustomLayerDefinition() string

func (*LRandomRotation) GetDtype added in v0.26.28

func (l *LRandomRotation) GetDtype() DataType

func (*LRandomRotation) GetInputs added in v0.26.28

func (l *LRandomRotation) GetInputs() []Layer

func (*LRandomRotation) GetKerasLayerConfig added in v0.26.28

func (l *LRandomRotation) GetKerasLayerConfig() interface{}

func (*LRandomRotation) GetLayerWeights added in v0.26.28

func (l *LRandomRotation) GetLayerWeights() []*tf.Tensor

func (*LRandomRotation) GetName added in v0.26.28

func (l *LRandomRotation) GetName() string

func (*LRandomRotation) GetShape added in v0.26.28

func (l *LRandomRotation) GetShape() tf.Shape

func (*LRandomRotation) SetDtype added in v0.26.28

func (l *LRandomRotation) SetDtype(dtype DataType) *LRandomRotation

func (*LRandomRotation) SetFillMode added in v0.26.28

func (l *LRandomRotation) SetFillMode(fillMode string) *LRandomRotation

func (*LRandomRotation) SetFillValue added in v0.26.28

func (l *LRandomRotation) SetFillValue(fillValue float64) *LRandomRotation

func (*LRandomRotation) SetInputs added in v0.26.28

func (l *LRandomRotation) SetInputs(inputs ...Layer) Layer

func (*LRandomRotation) SetInterpolation added in v0.26.28

func (l *LRandomRotation) SetInterpolation(interpolation string) *LRandomRotation

func (*LRandomRotation) SetLayerWeights added in v0.26.28

func (l *LRandomRotation) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomRotation

func (*LRandomRotation) SetName added in v0.26.28

func (l *LRandomRotation) SetName(name string) *LRandomRotation

func (*LRandomRotation) SetSeed added in v0.26.28

func (l *LRandomRotation) SetSeed(seed interface{}) *LRandomRotation

func (*LRandomRotation) SetShape added in v0.26.28

func (l *LRandomRotation) SetShape(shape tf.Shape) *LRandomRotation

func (*LRandomRotation) SetTrainable added in v0.26.28

func (l *LRandomRotation) SetTrainable(trainable bool) *LRandomRotation

type LRandomTranslation added in v0.26.28

type LRandomTranslation struct {
	// contains filtered or unexported fields
}

func RandomTranslation added in v0.26.28

func RandomTranslation(heightFactor float64, widthFactor float64) *LRandomTranslation

func (*LRandomTranslation) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomTranslation) GetCustomLayerDefinition() string

func (*LRandomTranslation) GetDtype added in v0.26.28

func (l *LRandomTranslation) GetDtype() DataType

func (*LRandomTranslation) GetInputs added in v0.26.28

func (l *LRandomTranslation) GetInputs() []Layer

func (*LRandomTranslation) GetKerasLayerConfig added in v0.26.28

func (l *LRandomTranslation) GetKerasLayerConfig() interface{}

func (*LRandomTranslation) GetLayerWeights added in v0.26.28

func (l *LRandomTranslation) GetLayerWeights() []*tf.Tensor

func (*LRandomTranslation) GetName added in v0.26.28

func (l *LRandomTranslation) GetName() string

func (*LRandomTranslation) GetShape added in v0.26.28

func (l *LRandomTranslation) GetShape() tf.Shape

func (*LRandomTranslation) SetDtype added in v0.26.28

func (l *LRandomTranslation) SetDtype(dtype DataType) *LRandomTranslation

func (*LRandomTranslation) SetFillMode added in v0.26.28

func (l *LRandomTranslation) SetFillMode(fillMode string) *LRandomTranslation

func (*LRandomTranslation) SetFillValue added in v0.26.28

func (l *LRandomTranslation) SetFillValue(fillValue float64) *LRandomTranslation

func (*LRandomTranslation) SetInputs added in v0.26.28

func (l *LRandomTranslation) SetInputs(inputs ...Layer) Layer

func (*LRandomTranslation) SetInterpolation added in v0.26.28

func (l *LRandomTranslation) SetInterpolation(interpolation string) *LRandomTranslation

func (*LRandomTranslation) SetLayerWeights added in v0.26.28

func (l *LRandomTranslation) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomTranslation

func (*LRandomTranslation) SetName added in v0.26.28

func (l *LRandomTranslation) SetName(name string) *LRandomTranslation

func (*LRandomTranslation) SetSeed added in v0.26.28

func (l *LRandomTranslation) SetSeed(seed interface{}) *LRandomTranslation

func (*LRandomTranslation) SetShape added in v0.26.28

func (l *LRandomTranslation) SetShape(shape tf.Shape) *LRandomTranslation

func (*LRandomTranslation) SetTrainable added in v0.26.28

func (l *LRandomTranslation) SetTrainable(trainable bool) *LRandomTranslation

type LRandomWidth added in v0.26.28

type LRandomWidth struct {
	// contains filtered or unexported fields
}

func RandomWidth added in v0.26.28

func RandomWidth(factor float64) *LRandomWidth

func (*LRandomWidth) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomWidth) GetCustomLayerDefinition() string

func (*LRandomWidth) GetDtype added in v0.26.28

func (l *LRandomWidth) GetDtype() DataType

func (*LRandomWidth) GetInputs added in v0.26.28

func (l *LRandomWidth) GetInputs() []Layer

func (*LRandomWidth) GetKerasLayerConfig added in v0.26.28

func (l *LRandomWidth) GetKerasLayerConfig() interface{}

func (*LRandomWidth) GetLayerWeights added in v0.26.28

func (l *LRandomWidth) GetLayerWeights() []*tf.Tensor

func (*LRandomWidth) GetName added in v0.26.28

func (l *LRandomWidth) GetName() string

func (*LRandomWidth) GetShape added in v0.26.28

func (l *LRandomWidth) GetShape() tf.Shape

func (*LRandomWidth) SetDtype added in v0.26.28

func (l *LRandomWidth) SetDtype(dtype DataType) *LRandomWidth

func (*LRandomWidth) SetInputs added in v0.26.28

func (l *LRandomWidth) SetInputs(inputs ...Layer) Layer

func (*LRandomWidth) SetInterpolation added in v0.26.28

func (l *LRandomWidth) SetInterpolation(interpolation string) *LRandomWidth

func (*LRandomWidth) SetLayerWeights added in v0.26.28

func (l *LRandomWidth) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomWidth

func (*LRandomWidth) SetName added in v0.26.28

func (l *LRandomWidth) SetName(name string) *LRandomWidth

func (*LRandomWidth) SetSeed added in v0.26.28

func (l *LRandomWidth) SetSeed(seed interface{}) *LRandomWidth

func (*LRandomWidth) SetShape added in v0.26.28

func (l *LRandomWidth) SetShape(shape tf.Shape) *LRandomWidth

func (*LRandomWidth) SetTrainable added in v0.26.28

func (l *LRandomWidth) SetTrainable(trainable bool) *LRandomWidth

type LRandomZoom added in v0.26.28

type LRandomZoom struct {
	// contains filtered or unexported fields
}

func RandomZoom added in v0.26.28

func RandomZoom(heightFactor float64) *LRandomZoom

func (*LRandomZoom) GetCustomLayerDefinition added in v0.26.28

func (l *LRandomZoom) GetCustomLayerDefinition() string

func (*LRandomZoom) GetDtype added in v0.26.28

func (l *LRandomZoom) GetDtype() DataType

func (*LRandomZoom) GetInputs added in v0.26.28

func (l *LRandomZoom) GetInputs() []Layer

func (*LRandomZoom) GetKerasLayerConfig added in v0.26.28

func (l *LRandomZoom) GetKerasLayerConfig() interface{}

func (*LRandomZoom) GetLayerWeights added in v0.26.28

func (l *LRandomZoom) GetLayerWeights() []*tf.Tensor

func (*LRandomZoom) GetName added in v0.26.28

func (l *LRandomZoom) GetName() string

func (*LRandomZoom) GetShape added in v0.26.28

func (l *LRandomZoom) GetShape() tf.Shape

func (*LRandomZoom) SetDtype added in v0.26.28

func (l *LRandomZoom) SetDtype(dtype DataType) *LRandomZoom

func (*LRandomZoom) SetFillMode added in v0.26.28

func (l *LRandomZoom) SetFillMode(fillMode string) *LRandomZoom

func (*LRandomZoom) SetFillValue added in v0.26.28

func (l *LRandomZoom) SetFillValue(fillValue float64) *LRandomZoom

func (*LRandomZoom) SetInputs added in v0.26.28

func (l *LRandomZoom) SetInputs(inputs ...Layer) Layer

func (*LRandomZoom) SetInterpolation added in v0.26.28

func (l *LRandomZoom) SetInterpolation(interpolation string) *LRandomZoom

func (*LRandomZoom) SetLayerWeights added in v0.26.28

func (l *LRandomZoom) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomZoom

func (*LRandomZoom) SetName added in v0.26.28

func (l *LRandomZoom) SetName(name string) *LRandomZoom

func (*LRandomZoom) SetSeed added in v0.26.28

func (l *LRandomZoom) SetSeed(seed interface{}) *LRandomZoom

func (*LRandomZoom) SetShape added in v0.26.28

func (l *LRandomZoom) SetShape(shape tf.Shape) *LRandomZoom

func (*LRandomZoom) SetTrainable added in v0.26.28

func (l *LRandomZoom) SetTrainable(trainable bool) *LRandomZoom

func (*LRandomZoom) SetWidthFactor added in v0.26.28

func (l *LRandomZoom) SetWidthFactor(widthFactor interface{}) *LRandomZoom

type LRepeatVector added in v0.26.28

type LRepeatVector struct {
	// contains filtered or unexported fields
}

func RepeatVector added in v0.26.28

func RepeatVector(n float64) *LRepeatVector

func (*LRepeatVector) GetCustomLayerDefinition added in v0.26.28

func (l *LRepeatVector) GetCustomLayerDefinition() string

func (*LRepeatVector) GetDtype added in v0.26.28

func (l *LRepeatVector) GetDtype() DataType

func (*LRepeatVector) GetInputs added in v0.26.28

func (l *LRepeatVector) GetInputs() []Layer

func (*LRepeatVector) GetKerasLayerConfig added in v0.26.28

func (l *LRepeatVector) GetKerasLayerConfig() interface{}

func (*LRepeatVector) GetLayerWeights added in v0.26.28

func (l *LRepeatVector) GetLayerWeights() []*tf.Tensor

func (*LRepeatVector) GetName added in v0.26.28

func (l *LRepeatVector) GetName() string

func (*LRepeatVector) GetShape added in v0.26.28

func (l *LRepeatVector) GetShape() tf.Shape

func (*LRepeatVector) SetDtype added in v0.26.28

func (l *LRepeatVector) SetDtype(dtype DataType) *LRepeatVector

func (*LRepeatVector) SetInputs added in v0.26.28

func (l *LRepeatVector) SetInputs(inputs ...Layer) Layer

func (*LRepeatVector) SetLayerWeights added in v0.26.28

func (l *LRepeatVector) SetLayerWeights(layerWeights []*tf.Tensor) *LRepeatVector

func (*LRepeatVector) SetName added in v0.26.28

func (l *LRepeatVector) SetName(name string) *LRepeatVector

func (*LRepeatVector) SetShape added in v0.26.28

func (l *LRepeatVector) SetShape(shape tf.Shape) *LRepeatVector

func (*LRepeatVector) SetTrainable added in v0.26.28

func (l *LRepeatVector) SetTrainable(trainable bool) *LRepeatVector

type LRescaling added in v0.26.28

type LRescaling struct {
	// contains filtered or unexported fields
}

func Rescaling added in v0.26.28

func Rescaling(scale float64) *LRescaling

func (*LRescaling) GetCustomLayerDefinition added in v0.26.28

func (l *LRescaling) GetCustomLayerDefinition() string

func (*LRescaling) GetDtype added in v0.26.28

func (l *LRescaling) GetDtype() DataType

func (*LRescaling) GetInputs added in v0.26.28

func (l *LRescaling) GetInputs() []Layer

func (*LRescaling) GetKerasLayerConfig added in v0.26.28

func (l *LRescaling) GetKerasLayerConfig() interface{}

func (*LRescaling) GetLayerWeights added in v0.26.28

func (l *LRescaling) GetLayerWeights() []*tf.Tensor

func (*LRescaling) GetName added in v0.26.28

func (l *LRescaling) GetName() string

func (*LRescaling) GetShape added in v0.26.28

func (l *LRescaling) GetShape() tf.Shape

func (*LRescaling) SetDtype added in v0.26.28

func (l *LRescaling) SetDtype(dtype DataType) *LRescaling

func (*LRescaling) SetInputs added in v0.26.28

func (l *LRescaling) SetInputs(inputs ...Layer) Layer

func (*LRescaling) SetLayerWeights added in v0.26.28

func (l *LRescaling) SetLayerWeights(layerWeights []*tf.Tensor) *LRescaling

func (*LRescaling) SetName added in v0.26.28

func (l *LRescaling) SetName(name string) *LRescaling

func (*LRescaling) SetOffset added in v0.26.28

func (l *LRescaling) SetOffset(offset float64) *LRescaling

func (*LRescaling) SetShape added in v0.26.28

func (l *LRescaling) SetShape(shape tf.Shape) *LRescaling

func (*LRescaling) SetTrainable added in v0.26.28

func (l *LRescaling) SetTrainable(trainable bool) *LRescaling

type LReshape added in v0.26.28

type LReshape struct {
	// contains filtered or unexported fields
}

func Reshape added in v0.26.28

func Reshape(targetShape []interface{}) *LReshape

func (*LReshape) GetCustomLayerDefinition added in v0.26.28

func (l *LReshape) GetCustomLayerDefinition() string

func (*LReshape) GetDtype added in v0.26.28

func (l *LReshape) GetDtype() DataType

func (*LReshape) GetInputs added in v0.26.28

func (l *LReshape) GetInputs() []Layer

func (*LReshape) GetKerasLayerConfig added in v0.26.28

func (l *LReshape) GetKerasLayerConfig() interface{}

func (*LReshape) GetLayerWeights added in v0.26.28

func (l *LReshape) GetLayerWeights() []*tf.Tensor

func (*LReshape) GetName added in v0.26.28

func (l *LReshape) GetName() string

func (*LReshape) GetShape added in v0.26.28

func (l *LReshape) GetShape() tf.Shape

func (*LReshape) SetDtype added in v0.26.28

func (l *LReshape) SetDtype(dtype DataType) *LReshape

func (*LReshape) SetInputs added in v0.26.28

func (l *LReshape) SetInputs(inputs ...Layer) Layer

func (*LReshape) SetLayerWeights added in v0.26.28

func (l *LReshape) SetLayerWeights(layerWeights []*tf.Tensor) *LReshape

func (*LReshape) SetName added in v0.26.28

func (l *LReshape) SetName(name string) *LReshape

func (*LReshape) SetShape added in v0.26.28

func (l *LReshape) SetShape(shape tf.Shape) *LReshape

func (*LReshape) SetTrainable added in v0.26.28

func (l *LReshape) SetTrainable(trainable bool) *LReshape

type LResizing added in v0.26.28

type LResizing struct {
	// contains filtered or unexported fields
}

func Resizing added in v0.26.28

func Resizing(height float64, width float64) *LResizing

func (*LResizing) GetCustomLayerDefinition added in v0.26.28

func (l *LResizing) GetCustomLayerDefinition() string

func (*LResizing) GetDtype added in v0.26.28

func (l *LResizing) GetDtype() DataType

func (*LResizing) GetInputs added in v0.26.28

func (l *LResizing) GetInputs() []Layer

func (*LResizing) GetKerasLayerConfig added in v0.26.28

func (l *LResizing) GetKerasLayerConfig() interface{}

func (*LResizing) GetLayerWeights added in v0.26.28

func (l *LResizing) GetLayerWeights() []*tf.Tensor

func (*LResizing) GetName added in v0.26.28

func (l *LResizing) GetName() string

func (*LResizing) GetShape added in v0.26.28

func (l *LResizing) GetShape() tf.Shape

func (*LResizing) SetCropToAspectRatio added in v0.26.28

func (l *LResizing) SetCropToAspectRatio(cropToAspectRatio bool) *LResizing

func (*LResizing) SetDtype added in v0.26.28

func (l *LResizing) SetDtype(dtype DataType) *LResizing

func (*LResizing) SetInputs added in v0.26.28

func (l *LResizing) SetInputs(inputs ...Layer) Layer

func (*LResizing) SetInterpolation added in v0.26.28

func (l *LResizing) SetInterpolation(interpolation string) *LResizing

func (*LResizing) SetLayerWeights added in v0.26.28

func (l *LResizing) SetLayerWeights(layerWeights []*tf.Tensor) *LResizing

func (*LResizing) SetName added in v0.26.28

func (l *LResizing) SetName(name string) *LResizing

func (*LResizing) SetShape added in v0.26.28

func (l *LResizing) SetShape(shape tf.Shape) *LResizing

func (*LResizing) SetTrainable added in v0.26.28

func (l *LResizing) SetTrainable(trainable bool) *LResizing

type LSeparableConv1D added in v0.26.28

type LSeparableConv1D struct {
	// contains filtered or unexported fields
}

func SeparableConv1D added in v0.26.28

func SeparableConv1D(filters float64, kernelSize float64) *LSeparableConv1D

func (*LSeparableConv1D) GetCustomLayerDefinition added in v0.26.28

func (l *LSeparableConv1D) GetCustomLayerDefinition() string

func (*LSeparableConv1D) GetDtype added in v0.26.28

func (l *LSeparableConv1D) GetDtype() DataType

func (*LSeparableConv1D) GetInputs added in v0.26.28

func (l *LSeparableConv1D) GetInputs() []Layer

func (*LSeparableConv1D) GetKerasLayerConfig added in v0.26.28

func (l *LSeparableConv1D) GetKerasLayerConfig() interface{}

func (*LSeparableConv1D) GetLayerWeights added in v0.26.28

func (l *LSeparableConv1D) GetLayerWeights() []*tf.Tensor

func (*LSeparableConv1D) GetName added in v0.26.28

func (l *LSeparableConv1D) GetName() string

func (*LSeparableConv1D) GetShape added in v0.26.28

func (l *LSeparableConv1D) GetShape() tf.Shape

func (*LSeparableConv1D) SetActivation added in v0.26.28

func (l *LSeparableConv1D) SetActivation(activation string) *LSeparableConv1D

func (*LSeparableConv1D) SetActivityRegularizer added in v0.26.28

func (l *LSeparableConv1D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSeparableConv1D

func (*LSeparableConv1D) SetBiasConstraint added in v0.26.28

func (l *LSeparableConv1D) SetBiasConstraint(biasConstraint constraint.Constraint) *LSeparableConv1D

func (*LSeparableConv1D) SetBiasInitializer added in v0.26.28

func (l *LSeparableConv1D) SetBiasInitializer(biasInitializer initializer.Initializer) *LSeparableConv1D

func (*LSeparableConv1D) SetBiasRegularizer added in v0.26.28

func (l *LSeparableConv1D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSeparableConv1D

func (*LSeparableConv1D) SetDataFormat added in v0.26.28

func (l *LSeparableConv1D) SetDataFormat(dataFormat interface{}) *LSeparableConv1D

func (*LSeparableConv1D) SetDepthMultiplier added in v0.26.28

func (l *LSeparableConv1D) SetDepthMultiplier(depthMultiplier float64) *LSeparableConv1D

func (*LSeparableConv1D) SetDepthwiseConstraint added in v0.26.28

func (l *LSeparableConv1D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LSeparableConv1D

func (*LSeparableConv1D) SetDepthwiseInitializer added in v0.26.28

func (l *LSeparableConv1D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LSeparableConv1D

func (*LSeparableConv1D) SetDepthwiseRegularizer added in v0.26.28

func (l *LSeparableConv1D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LSeparableConv1D

func (*LSeparableConv1D) SetDilationRate added in v0.26.28

func (l *LSeparableConv1D) SetDilationRate(dilationRate float64) *LSeparableConv1D

func (*LSeparableConv1D) SetDtype added in v0.26.28

func (l *LSeparableConv1D) SetDtype(dtype DataType) *LSeparableConv1D

func (*LSeparableConv1D) SetGroups added in v0.26.28

func (l *LSeparableConv1D) SetGroups(groups float64) *LSeparableConv1D

func (*LSeparableConv1D) SetInputs added in v0.26.28

func (l *LSeparableConv1D) SetInputs(inputs ...Layer) Layer

func (*LSeparableConv1D) SetKernelConstraint added in v0.26.28

func (l *LSeparableConv1D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSeparableConv1D

func (*LSeparableConv1D) SetKernelInitializer added in v0.26.28

func (l *LSeparableConv1D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSeparableConv1D

func (*LSeparableConv1D) SetKernelRegularizer added in v0.26.28

func (l *LSeparableConv1D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSeparableConv1D

func (*LSeparableConv1D) SetLayerWeights added in v0.26.28

func (l *LSeparableConv1D) SetLayerWeights(layerWeights []*tf.Tensor) *LSeparableConv1D

func (*LSeparableConv1D) SetName added in v0.26.28

func (l *LSeparableConv1D) SetName(name string) *LSeparableConv1D

func (*LSeparableConv1D) SetPadding added in v0.26.28

func (l *LSeparableConv1D) SetPadding(padding string) *LSeparableConv1D

func (*LSeparableConv1D) SetPointwiseConstraint added in v0.26.28

func (l *LSeparableConv1D) SetPointwiseConstraint(pointwiseConstraint constraint.Constraint) *LSeparableConv1D

func (*LSeparableConv1D) SetPointwiseInitializer added in v0.26.28

func (l *LSeparableConv1D) SetPointwiseInitializer(pointwiseInitializer initializer.Initializer) *LSeparableConv1D

func (*LSeparableConv1D) SetPointwiseRegularizer added in v0.26.28

func (l *LSeparableConv1D) SetPointwiseRegularizer(pointwiseRegularizer regularizer.Regularizer) *LSeparableConv1D

func (*LSeparableConv1D) SetShape added in v0.26.28

func (l *LSeparableConv1D) SetShape(shape tf.Shape) *LSeparableConv1D

func (*LSeparableConv1D) SetStrides added in v0.26.28

func (l *LSeparableConv1D) SetStrides(strides float64) *LSeparableConv1D

func (*LSeparableConv1D) SetTrainable added in v0.26.28

func (l *LSeparableConv1D) SetTrainable(trainable bool) *LSeparableConv1D

func (*LSeparableConv1D) SetUseBias added in v0.26.28

func (l *LSeparableConv1D) SetUseBias(useBias bool) *LSeparableConv1D

type LSeparableConv2D added in v0.26.28

type LSeparableConv2D struct {
	// contains filtered or unexported fields
}

func SeparableConv2D added in v0.26.28

func SeparableConv2D(filters float64, kernelSize float64) *LSeparableConv2D

func (*LSeparableConv2D) GetCustomLayerDefinition added in v0.26.28

func (l *LSeparableConv2D) GetCustomLayerDefinition() string

func (*LSeparableConv2D) GetDtype added in v0.26.28

func (l *LSeparableConv2D) GetDtype() DataType

func (*LSeparableConv2D) GetInputs added in v0.26.28

func (l *LSeparableConv2D) GetInputs() []Layer

func (*LSeparableConv2D) GetKerasLayerConfig added in v0.26.28

func (l *LSeparableConv2D) GetKerasLayerConfig() interface{}

func (*LSeparableConv2D) GetLayerWeights added in v0.26.28

func (l *LSeparableConv2D) GetLayerWeights() []*tf.Tensor

func (*LSeparableConv2D) GetName added in v0.26.28

func (l *LSeparableConv2D) GetName() string

func (*LSeparableConv2D) GetShape added in v0.26.28

func (l *LSeparableConv2D) GetShape() tf.Shape

func (*LSeparableConv2D) SetActivation added in v0.26.28

func (l *LSeparableConv2D) SetActivation(activation string) *LSeparableConv2D

func (*LSeparableConv2D) SetActivityRegularizer added in v0.26.28

func (l *LSeparableConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSeparableConv2D

func (*LSeparableConv2D) SetBiasConstraint added in v0.26.28

func (l *LSeparableConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LSeparableConv2D

func (*LSeparableConv2D) SetBiasInitializer added in v0.26.28

func (l *LSeparableConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LSeparableConv2D

func (*LSeparableConv2D) SetBiasRegularizer added in v0.26.28

func (l *LSeparableConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSeparableConv2D

func (*LSeparableConv2D) SetDataFormat added in v0.26.28

func (l *LSeparableConv2D) SetDataFormat(dataFormat interface{}) *LSeparableConv2D

func (*LSeparableConv2D) SetDepthMultiplier added in v0.26.28

func (l *LSeparableConv2D) SetDepthMultiplier(depthMultiplier float64) *LSeparableConv2D

func (*LSeparableConv2D) SetDepthwiseConstraint added in v0.26.28

func (l *LSeparableConv2D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LSeparableConv2D

func (*LSeparableConv2D) SetDepthwiseInitializer added in v0.26.28

func (l *LSeparableConv2D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LSeparableConv2D

func (*LSeparableConv2D) SetDepthwiseRegularizer added in v0.26.28

func (l *LSeparableConv2D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LSeparableConv2D

func (*LSeparableConv2D) SetDilationRate added in v0.26.28

func (l *LSeparableConv2D) SetDilationRate(dilationRate []interface{}) *LSeparableConv2D

func (*LSeparableConv2D) SetDtype added in v0.26.28

func (l *LSeparableConv2D) SetDtype(dtype DataType) *LSeparableConv2D

func (*LSeparableConv2D) SetGroups added in v0.26.28

func (l *LSeparableConv2D) SetGroups(groups float64) *LSeparableConv2D

func (*LSeparableConv2D) SetInputs added in v0.26.28

func (l *LSeparableConv2D) SetInputs(inputs ...Layer) Layer

func (*LSeparableConv2D) SetKernelConstraint added in v0.26.28

func (l *LSeparableConv2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSeparableConv2D

func (*LSeparableConv2D) SetKernelInitializer added in v0.26.28

func (l *LSeparableConv2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSeparableConv2D

func (*LSeparableConv2D) SetKernelRegularizer added in v0.26.28

func (l *LSeparableConv2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSeparableConv2D

func (*LSeparableConv2D) SetLayerWeights added in v0.26.28

func (l *LSeparableConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LSeparableConv2D

func (*LSeparableConv2D) SetName added in v0.26.28

func (l *LSeparableConv2D) SetName(name string) *LSeparableConv2D

func (*LSeparableConv2D) SetPadding added in v0.26.28

func (l *LSeparableConv2D) SetPadding(padding string) *LSeparableConv2D

func (*LSeparableConv2D) SetPointwiseConstraint added in v0.26.28

func (l *LSeparableConv2D) SetPointwiseConstraint(pointwiseConstraint constraint.Constraint) *LSeparableConv2D

func (*LSeparableConv2D) SetPointwiseInitializer added in v0.26.28

func (l *LSeparableConv2D) SetPointwiseInitializer(pointwiseInitializer initializer.Initializer) *LSeparableConv2D

func (*LSeparableConv2D) SetPointwiseRegularizer added in v0.26.28

func (l *LSeparableConv2D) SetPointwiseRegularizer(pointwiseRegularizer regularizer.Regularizer) *LSeparableConv2D

func (*LSeparableConv2D) SetShape added in v0.26.28

func (l *LSeparableConv2D) SetShape(shape tf.Shape) *LSeparableConv2D

func (*LSeparableConv2D) SetStrides added in v0.26.28

func (l *LSeparableConv2D) SetStrides(strides []interface{}) *LSeparableConv2D

func (*LSeparableConv2D) SetTrainable added in v0.26.28

func (l *LSeparableConv2D) SetTrainable(trainable bool) *LSeparableConv2D

func (*LSeparableConv2D) SetUseBias added in v0.26.28

func (l *LSeparableConv2D) SetUseBias(useBias bool) *LSeparableConv2D

type LSimpleRNN added in v0.26.28

type LSimpleRNN struct {
	// contains filtered or unexported fields
}

func SimpleRNN added in v0.26.28

func SimpleRNN(units float64) *LSimpleRNN

func (*LSimpleRNN) GetCustomLayerDefinition added in v0.26.28

func (l *LSimpleRNN) GetCustomLayerDefinition() string

func (*LSimpleRNN) GetDtype added in v0.26.28

func (l *LSimpleRNN) GetDtype() DataType

func (*LSimpleRNN) GetInputs added in v0.26.28

func (l *LSimpleRNN) GetInputs() []Layer

func (*LSimpleRNN) GetKerasLayerConfig added in v0.26.28

func (l *LSimpleRNN) GetKerasLayerConfig() interface{}

func (*LSimpleRNN) GetLayerWeights added in v0.26.28

func (l *LSimpleRNN) GetLayerWeights() []*tf.Tensor

func (*LSimpleRNN) GetName added in v0.26.28

func (l *LSimpleRNN) GetName() string

func (*LSimpleRNN) GetShape added in v0.26.28

func (l *LSimpleRNN) GetShape() tf.Shape

func (*LSimpleRNN) SetActivation added in v0.26.28

func (l *LSimpleRNN) SetActivation(activation string) *LSimpleRNN

func (*LSimpleRNN) SetActivityRegularizer added in v0.26.28

func (l *LSimpleRNN) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSimpleRNN

func (*LSimpleRNN) SetBiasConstraint added in v0.26.28

func (l *LSimpleRNN) SetBiasConstraint(biasConstraint constraint.Constraint) *LSimpleRNN

func (*LSimpleRNN) SetBiasInitializer added in v0.26.28

func (l *LSimpleRNN) SetBiasInitializer(biasInitializer initializer.Initializer) *LSimpleRNN

func (*LSimpleRNN) SetBiasRegularizer added in v0.26.28

func (l *LSimpleRNN) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSimpleRNN

func (*LSimpleRNN) SetDropout added in v0.26.28

func (l *LSimpleRNN) SetDropout(dropout float64) *LSimpleRNN

func (*LSimpleRNN) SetDtype added in v0.26.28

func (l *LSimpleRNN) SetDtype(dtype DataType) *LSimpleRNN

func (*LSimpleRNN) SetGoBackwards added in v0.26.28

func (l *LSimpleRNN) SetGoBackwards(goBackwards bool) *LSimpleRNN

func (*LSimpleRNN) SetInputs added in v0.26.28

func (l *LSimpleRNN) SetInputs(inputs ...Layer) Layer

func (*LSimpleRNN) SetKernelConstraint added in v0.26.28

func (l *LSimpleRNN) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSimpleRNN

func (*LSimpleRNN) SetKernelInitializer added in v0.26.28

func (l *LSimpleRNN) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSimpleRNN

func (*LSimpleRNN) SetKernelRegularizer added in v0.26.28

func (l *LSimpleRNN) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSimpleRNN

func (*LSimpleRNN) SetLayerWeights added in v0.26.28

func (l *LSimpleRNN) SetLayerWeights(layerWeights []*tf.Tensor) *LSimpleRNN

func (*LSimpleRNN) SetName added in v0.26.28

func (l *LSimpleRNN) SetName(name string) *LSimpleRNN

func (*LSimpleRNN) SetRecurrentConstraint added in v0.26.28

func (l *LSimpleRNN) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LSimpleRNN

func (*LSimpleRNN) SetRecurrentDropout added in v0.26.28

func (l *LSimpleRNN) SetRecurrentDropout(recurrentDropout float64) *LSimpleRNN

func (*LSimpleRNN) SetRecurrentInitializer added in v0.26.28

func (l *LSimpleRNN) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LSimpleRNN

func (*LSimpleRNN) SetRecurrentRegularizer added in v0.26.28

func (l *LSimpleRNN) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LSimpleRNN

func (*LSimpleRNN) SetReturnSequences added in v0.26.28

func (l *LSimpleRNN) SetReturnSequences(returnSequences bool) *LSimpleRNN

func (*LSimpleRNN) SetReturnState added in v0.26.28

func (l *LSimpleRNN) SetReturnState(returnState bool) *LSimpleRNN

func (*LSimpleRNN) SetShape added in v0.26.28

func (l *LSimpleRNN) SetShape(shape tf.Shape) *LSimpleRNN

func (*LSimpleRNN) SetStateful added in v0.26.28

func (l *LSimpleRNN) SetStateful(stateful bool) *LSimpleRNN

func (*LSimpleRNN) SetTimeMajor added in v0.26.28

func (l *LSimpleRNN) SetTimeMajor(timeMajor bool) *LSimpleRNN

func (*LSimpleRNN) SetTrainable added in v0.26.28

func (l *LSimpleRNN) SetTrainable(trainable bool) *LSimpleRNN

func (*LSimpleRNN) SetUnroll added in v0.26.28

func (l *LSimpleRNN) SetUnroll(unroll bool) *LSimpleRNN

func (*LSimpleRNN) SetUseBias added in v0.26.28

func (l *LSimpleRNN) SetUseBias(useBias bool) *LSimpleRNN

type LSpatialDropout1D added in v0.26.28

type LSpatialDropout1D struct {
	// contains filtered or unexported fields
}

func SpatialDropout1D added in v0.26.28

func SpatialDropout1D(rate float64) *LSpatialDropout1D

func (*LSpatialDropout1D) GetCustomLayerDefinition added in v0.26.28

func (l *LSpatialDropout1D) GetCustomLayerDefinition() string

func (*LSpatialDropout1D) GetDtype added in v0.26.28

func (l *LSpatialDropout1D) GetDtype() DataType

func (*LSpatialDropout1D) GetInputs added in v0.26.28

func (l *LSpatialDropout1D) GetInputs() []Layer

func (*LSpatialDropout1D) GetKerasLayerConfig added in v0.26.28

func (l *LSpatialDropout1D) GetKerasLayerConfig() interface{}

func (*LSpatialDropout1D) GetLayerWeights added in v0.26.28

func (l *LSpatialDropout1D) GetLayerWeights() []*tf.Tensor

func (*LSpatialDropout1D) GetName added in v0.26.28

func (l *LSpatialDropout1D) GetName() string

func (*LSpatialDropout1D) GetShape added in v0.26.28

func (l *LSpatialDropout1D) GetShape() tf.Shape

func (*LSpatialDropout1D) SetDtype added in v0.26.28

func (l *LSpatialDropout1D) SetDtype(dtype DataType) *LSpatialDropout1D

func (*LSpatialDropout1D) SetInputs added in v0.26.28

func (l *LSpatialDropout1D) SetInputs(inputs ...Layer) Layer

func (*LSpatialDropout1D) SetLayerWeights added in v0.26.28

func (l *LSpatialDropout1D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout1D

func (*LSpatialDropout1D) SetName added in v0.26.28

func (l *LSpatialDropout1D) SetName(name string) *LSpatialDropout1D

func (*LSpatialDropout1D) SetNoiseShape added in v0.26.28

func (l *LSpatialDropout1D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout1D

func (*LSpatialDropout1D) SetSeed added in v0.26.28

func (l *LSpatialDropout1D) SetSeed(seed interface{}) *LSpatialDropout1D

func (*LSpatialDropout1D) SetShape added in v0.26.28

func (l *LSpatialDropout1D) SetShape(shape tf.Shape) *LSpatialDropout1D

func (*LSpatialDropout1D) SetTrainable added in v0.26.28

func (l *LSpatialDropout1D) SetTrainable(trainable bool) *LSpatialDropout1D

type LSpatialDropout2D added in v0.26.28

type LSpatialDropout2D struct {
	// contains filtered or unexported fields
}

func SpatialDropout2D added in v0.26.28

func SpatialDropout2D(rate float64) *LSpatialDropout2D

func (*LSpatialDropout2D) GetCustomLayerDefinition added in v0.26.28

func (l *LSpatialDropout2D) GetCustomLayerDefinition() string

func (*LSpatialDropout2D) GetDtype added in v0.26.28

func (l *LSpatialDropout2D) GetDtype() DataType

func (*LSpatialDropout2D) GetInputs added in v0.26.28

func (l *LSpatialDropout2D) GetInputs() []Layer

func (*LSpatialDropout2D) GetKerasLayerConfig added in v0.26.28

func (l *LSpatialDropout2D) GetKerasLayerConfig() interface{}

func (*LSpatialDropout2D) GetLayerWeights added in v0.26.28

func (l *LSpatialDropout2D) GetLayerWeights() []*tf.Tensor

func (*LSpatialDropout2D) GetName added in v0.26.28

func (l *LSpatialDropout2D) GetName() string

func (*LSpatialDropout2D) GetShape added in v0.26.28

func (l *LSpatialDropout2D) GetShape() tf.Shape

func (*LSpatialDropout2D) SetDataFormat added in v0.26.28

func (l *LSpatialDropout2D) SetDataFormat(dataFormat interface{}) *LSpatialDropout2D

func (*LSpatialDropout2D) SetDtype added in v0.26.28

func (l *LSpatialDropout2D) SetDtype(dtype DataType) *LSpatialDropout2D

func (*LSpatialDropout2D) SetInputs added in v0.26.28

func (l *LSpatialDropout2D) SetInputs(inputs ...Layer) Layer

func (*LSpatialDropout2D) SetLayerWeights added in v0.26.28

func (l *LSpatialDropout2D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout2D

func (*LSpatialDropout2D) SetName added in v0.26.28

func (l *LSpatialDropout2D) SetName(name string) *LSpatialDropout2D

func (*LSpatialDropout2D) SetNoiseShape added in v0.26.28

func (l *LSpatialDropout2D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout2D

func (*LSpatialDropout2D) SetSeed added in v0.26.28

func (l *LSpatialDropout2D) SetSeed(seed interface{}) *LSpatialDropout2D

func (*LSpatialDropout2D) SetShape added in v0.26.28

func (l *LSpatialDropout2D) SetShape(shape tf.Shape) *LSpatialDropout2D

func (*LSpatialDropout2D) SetTrainable added in v0.26.28

func (l *LSpatialDropout2D) SetTrainable(trainable bool) *LSpatialDropout2D

type LSpatialDropout3D added in v0.26.28

type LSpatialDropout3D struct {
	// contains filtered or unexported fields
}

func SpatialDropout3D added in v0.26.28

func SpatialDropout3D(rate float64) *LSpatialDropout3D

func (*LSpatialDropout3D) GetCustomLayerDefinition added in v0.26.28

func (l *LSpatialDropout3D) GetCustomLayerDefinition() string

func (*LSpatialDropout3D) GetDtype added in v0.26.28

func (l *LSpatialDropout3D) GetDtype() DataType

func (*LSpatialDropout3D) GetInputs added in v0.26.28

func (l *LSpatialDropout3D) GetInputs() []Layer

func (*LSpatialDropout3D) GetKerasLayerConfig added in v0.26.28

func (l *LSpatialDropout3D) GetKerasLayerConfig() interface{}

func (*LSpatialDropout3D) GetLayerWeights added in v0.26.28

func (l *LSpatialDropout3D) GetLayerWeights() []*tf.Tensor

func (*LSpatialDropout3D) GetName added in v0.26.28

func (l *LSpatialDropout3D) GetName() string

func (*LSpatialDropout3D) GetShape added in v0.26.28

func (l *LSpatialDropout3D) GetShape() tf.Shape

func (*LSpatialDropout3D) SetDataFormat added in v0.26.28

func (l *LSpatialDropout3D) SetDataFormat(dataFormat interface{}) *LSpatialDropout3D

func (*LSpatialDropout3D) SetDtype added in v0.26.28

func (l *LSpatialDropout3D) SetDtype(dtype DataType) *LSpatialDropout3D

func (*LSpatialDropout3D) SetInputs added in v0.26.28

func (l *LSpatialDropout3D) SetInputs(inputs ...Layer) Layer

func (*LSpatialDropout3D) SetLayerWeights added in v0.26.28

func (l *LSpatialDropout3D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout3D

func (*LSpatialDropout3D) SetName added in v0.26.28

func (l *LSpatialDropout3D) SetName(name string) *LSpatialDropout3D

func (*LSpatialDropout3D) SetNoiseShape added in v0.26.28

func (l *LSpatialDropout3D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout3D

func (*LSpatialDropout3D) SetSeed added in v0.26.28

func (l *LSpatialDropout3D) SetSeed(seed interface{}) *LSpatialDropout3D

func (*LSpatialDropout3D) SetShape added in v0.26.28

func (l *LSpatialDropout3D) SetShape(shape tf.Shape) *LSpatialDropout3D

func (*LSpatialDropout3D) SetTrainable added in v0.26.28

func (l *LSpatialDropout3D) SetTrainable(trainable bool) *LSpatialDropout3D

type LStringLookup added in v0.26.28

type LStringLookup struct {
	// contains filtered or unexported fields
}

func StringLookup added in v0.26.28

func StringLookup() *LStringLookup

func (*LStringLookup) GetCustomLayerDefinition added in v0.26.28

func (l *LStringLookup) GetCustomLayerDefinition() string

func (*LStringLookup) GetDtype added in v0.26.28

func (l *LStringLookup) GetDtype() DataType

func (*LStringLookup) GetInputs added in v0.26.28

func (l *LStringLookup) GetInputs() []Layer

func (*LStringLookup) GetKerasLayerConfig added in v0.26.28

func (l *LStringLookup) GetKerasLayerConfig() interface{}

func (*LStringLookup) GetLayerWeights added in v0.26.28

func (l *LStringLookup) GetLayerWeights() []*tf.Tensor

func (*LStringLookup) GetName added in v0.26.28

func (l *LStringLookup) GetName() string

func (*LStringLookup) GetShape added in v0.26.28

func (l *LStringLookup) GetShape() tf.Shape

func (*LStringLookup) SetDtype added in v0.26.28

func (l *LStringLookup) SetDtype(dtype DataType) *LStringLookup

func (*LStringLookup) SetEncoding added in v0.26.28

func (l *LStringLookup) SetEncoding(encoding interface{}) *LStringLookup

func (*LStringLookup) SetInputs added in v0.26.28

func (l *LStringLookup) SetInputs(inputs ...Layer) Layer

func (*LStringLookup) SetInvert added in v0.26.28

func (l *LStringLookup) SetInvert(invert bool) *LStringLookup

func (*LStringLookup) SetLayerWeights added in v0.26.28

func (l *LStringLookup) SetLayerWeights(layerWeights []*tf.Tensor) *LStringLookup

func (*LStringLookup) SetMaskToken added in v0.26.28

func (l *LStringLookup) SetMaskToken(maskToken interface{}) *LStringLookup

func (*LStringLookup) SetMaxTokens added in v0.26.28

func (l *LStringLookup) SetMaxTokens(maxTokens interface{}) *LStringLookup

func (*LStringLookup) SetName added in v0.26.28

func (l *LStringLookup) SetName(name string) *LStringLookup

func (*LStringLookup) SetNumOovIndices added in v0.26.28

func (l *LStringLookup) SetNumOovIndices(numOovIndices float64) *LStringLookup

func (*LStringLookup) SetOovToken added in v0.26.28

func (l *LStringLookup) SetOovToken(oovToken string) *LStringLookup

func (*LStringLookup) SetOutputMode added in v0.26.28

func (l *LStringLookup) SetOutputMode(outputMode string) *LStringLookup

func (*LStringLookup) SetPadToMaxTokens added in v0.26.28

func (l *LStringLookup) SetPadToMaxTokens(padToMaxTokens bool) *LStringLookup

func (*LStringLookup) SetShape added in v0.26.28

func (l *LStringLookup) SetShape(shape tf.Shape) *LStringLookup

func (*LStringLookup) SetSparse added in v0.26.28

func (l *LStringLookup) SetSparse(sparse bool) *LStringLookup

func (*LStringLookup) SetTrainable added in v0.26.28

func (l *LStringLookup) SetTrainable(trainable bool) *LStringLookup

func (*LStringLookup) SetVocabulary added in v0.26.28

func (l *LStringLookup) SetVocabulary(vocabulary interface{}) *LStringLookup

type LSubtract added in v0.26.28

type LSubtract struct {
	// contains filtered or unexported fields
}

func Subtract added in v0.26.28

func Subtract() *LSubtract

func (*LSubtract) GetCustomLayerDefinition added in v0.26.28

func (l *LSubtract) GetCustomLayerDefinition() string

func (*LSubtract) GetDtype added in v0.26.28

func (l *LSubtract) GetDtype() DataType

func (*LSubtract) GetInputs added in v0.26.28

func (l *LSubtract) GetInputs() []Layer

func (*LSubtract) GetKerasLayerConfig added in v0.26.28

func (l *LSubtract) GetKerasLayerConfig() interface{}

func (*LSubtract) GetLayerWeights added in v0.26.28

func (l *LSubtract) GetLayerWeights() []*tf.Tensor

func (*LSubtract) GetName added in v0.26.28

func (l *LSubtract) GetName() string

func (*LSubtract) GetShape added in v0.26.28

func (l *LSubtract) GetShape() tf.Shape

func (*LSubtract) SetDtype added in v0.26.28

func (l *LSubtract) SetDtype(dtype DataType) *LSubtract

func (*LSubtract) SetInputs added in v0.26.28

func (l *LSubtract) SetInputs(inputs ...Layer) Layer

func (*LSubtract) SetLayerWeights added in v0.26.28

func (l *LSubtract) SetLayerWeights(layerWeights []*tf.Tensor) *LSubtract

func (*LSubtract) SetName added in v0.26.28

func (l *LSubtract) SetName(name string) *LSubtract

func (*LSubtract) SetShape added in v0.26.28

func (l *LSubtract) SetShape(shape tf.Shape) *LSubtract

func (*LSubtract) SetTrainable added in v0.26.28

func (l *LSubtract) SetTrainable(trainable bool) *LSubtract

type LSyncBatchNormalization added in v0.26.28

type LSyncBatchNormalization struct {
	// contains filtered or unexported fields
}

func SyncBatchNormalization added in v0.26.28

func SyncBatchNormalization() *LSyncBatchNormalization

func (*LSyncBatchNormalization) GetCustomLayerDefinition added in v0.26.28

func (l *LSyncBatchNormalization) GetCustomLayerDefinition() string

func (*LSyncBatchNormalization) GetDtype added in v0.26.28

func (l *LSyncBatchNormalization) GetDtype() DataType

func (*LSyncBatchNormalization) GetInputs added in v0.26.28

func (l *LSyncBatchNormalization) GetInputs() []Layer

func (*LSyncBatchNormalization) GetKerasLayerConfig added in v0.26.28

func (l *LSyncBatchNormalization) GetKerasLayerConfig() interface{}

func (*LSyncBatchNormalization) GetLayerWeights added in v0.26.28

func (l *LSyncBatchNormalization) GetLayerWeights() []*tf.Tensor

func (*LSyncBatchNormalization) GetName added in v0.26.28

func (l *LSyncBatchNormalization) GetName() string

func (*LSyncBatchNormalization) GetShape added in v0.26.28

func (l *LSyncBatchNormalization) GetShape() tf.Shape

func (*LSyncBatchNormalization) SetAxis added in v0.26.28

func (*LSyncBatchNormalization) SetBetaConstraint added in v0.26.28

func (l *LSyncBatchNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetBetaInitializer added in v0.26.28

func (l *LSyncBatchNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetBetaRegularizer added in v0.26.28

func (l *LSyncBatchNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetCenter added in v0.26.28

func (*LSyncBatchNormalization) SetDtype added in v0.26.28

func (*LSyncBatchNormalization) SetEpsilon added in v0.26.28

func (*LSyncBatchNormalization) SetGammaConstraint added in v0.26.28

func (l *LSyncBatchNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetGammaInitializer added in v0.26.28

func (l *LSyncBatchNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetGammaRegularizer added in v0.26.28

func (l *LSyncBatchNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetInputs added in v0.26.28

func (l *LSyncBatchNormalization) SetInputs(inputs ...Layer) Layer

func (*LSyncBatchNormalization) SetLayerWeights added in v0.26.28

func (l *LSyncBatchNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetMomentum added in v0.26.28

func (l *LSyncBatchNormalization) SetMomentum(momentum float64) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetMovingMeanInitializer added in v0.26.28

func (l *LSyncBatchNormalization) SetMovingMeanInitializer(movingMeanInitializer initializer.Initializer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetMovingVarianceInitializer added in v0.26.28

func (l *LSyncBatchNormalization) SetMovingVarianceInitializer(movingVarianceInitializer initializer.Initializer) *LSyncBatchNormalization

func (*LSyncBatchNormalization) SetName added in v0.26.28

func (*LSyncBatchNormalization) SetScale added in v0.26.28

func (*LSyncBatchNormalization) SetShape added in v0.26.28

func (*LSyncBatchNormalization) SetTrainable added in v0.26.28

func (l *LSyncBatchNormalization) SetTrainable(trainable bool) *LSyncBatchNormalization

type LTextVectorization added in v0.26.28

type LTextVectorization struct {
	// contains filtered or unexported fields
}

func TextVectorization added in v0.26.28

func TextVectorization() *LTextVectorization

func (*LTextVectorization) GetCustomLayerDefinition added in v0.26.28

func (l *LTextVectorization) GetCustomLayerDefinition() string

func (*LTextVectorization) GetDtype added in v0.26.28

func (l *LTextVectorization) GetDtype() DataType

func (*LTextVectorization) GetInputs added in v0.26.28

func (l *LTextVectorization) GetInputs() []Layer

func (*LTextVectorization) GetKerasLayerConfig added in v0.26.28

func (l *LTextVectorization) GetKerasLayerConfig() interface{}

func (*LTextVectorization) GetLayerWeights added in v0.26.28

func (l *LTextVectorization) GetLayerWeights() []*tf.Tensor

func (*LTextVectorization) GetName added in v0.26.28

func (l *LTextVectorization) GetName() string

func (*LTextVectorization) GetShape added in v0.26.28

func (l *LTextVectorization) GetShape() tf.Shape

func (*LTextVectorization) SetDtype added in v0.26.28

func (l *LTextVectorization) SetDtype(dtype DataType) *LTextVectorization

func (*LTextVectorization) SetInputs added in v0.26.28

func (l *LTextVectorization) SetInputs(inputs ...Layer) Layer

func (*LTextVectorization) SetLayerWeights added in v0.26.28

func (l *LTextVectorization) SetLayerWeights(layerWeights []*tf.Tensor) *LTextVectorization

func (*LTextVectorization) SetMaxTokens added in v0.26.28

func (l *LTextVectorization) SetMaxTokens(maxTokens interface{}) *LTextVectorization

func (*LTextVectorization) SetName added in v0.26.28

func (l *LTextVectorization) SetName(name string) *LTextVectorization

func (*LTextVectorization) SetNgrams added in v0.26.28

func (l *LTextVectorization) SetNgrams(ngrams interface{}) *LTextVectorization

func (*LTextVectorization) SetOutputMode added in v0.26.28

func (l *LTextVectorization) SetOutputMode(outputMode string) *LTextVectorization

func (*LTextVectorization) SetOutputSequenceLength added in v0.26.28

func (l *LTextVectorization) SetOutputSequenceLength(outputSequenceLength interface{}) *LTextVectorization

func (*LTextVectorization) SetPadToMaxTokens added in v0.26.28

func (l *LTextVectorization) SetPadToMaxTokens(padToMaxTokens bool) *LTextVectorization

func (*LTextVectorization) SetShape added in v0.26.28

func (l *LTextVectorization) SetShape(shape tf.Shape) *LTextVectorization

func (*LTextVectorization) SetSplit added in v0.26.28

func (l *LTextVectorization) SetSplit(split string) *LTextVectorization

func (*LTextVectorization) SetStandardize added in v0.26.28

func (l *LTextVectorization) SetStandardize(standardize string) *LTextVectorization

func (*LTextVectorization) SetTrainable added in v0.26.28

func (l *LTextVectorization) SetTrainable(trainable bool) *LTextVectorization

func (*LTextVectorization) SetVocabulary added in v0.26.28

func (l *LTextVectorization) SetVocabulary(vocabulary interface{}) *LTextVectorization

type LTimeDistributed added in v0.26.28

type LTimeDistributed struct {
	// contains filtered or unexported fields
}

func TimeDistributed added in v0.26.28

func TimeDistributed(layer interface{}) *LTimeDistributed

func (*LTimeDistributed) GetCustomLayerDefinition added in v0.26.28

func (l *LTimeDistributed) GetCustomLayerDefinition() string

func (*LTimeDistributed) GetDtype added in v0.26.28

func (l *LTimeDistributed) GetDtype() DataType

func (*LTimeDistributed) GetInputs added in v0.26.28

func (l *LTimeDistributed) GetInputs() []Layer

func (*LTimeDistributed) GetKerasLayerConfig added in v0.26.28

func (l *LTimeDistributed) GetKerasLayerConfig() interface{}

func (*LTimeDistributed) GetLayerWeights added in v0.26.28

func (l *LTimeDistributed) GetLayerWeights() []*tf.Tensor

func (*LTimeDistributed) GetName added in v0.26.28

func (l *LTimeDistributed) GetName() string

func (*LTimeDistributed) GetShape added in v0.26.28

func (l *LTimeDistributed) GetShape() tf.Shape

func (*LTimeDistributed) SetDtype added in v0.26.28

func (l *LTimeDistributed) SetDtype(dtype DataType) *LTimeDistributed

func (*LTimeDistributed) SetInputs added in v0.26.28

func (l *LTimeDistributed) SetInputs(inputs ...Layer) Layer

func (*LTimeDistributed) SetLayerWeights added in v0.26.28

func (l *LTimeDistributed) SetLayerWeights(layerWeights []*tf.Tensor) *LTimeDistributed

func (*LTimeDistributed) SetName added in v0.26.28

func (l *LTimeDistributed) SetName(name string) *LTimeDistributed

func (*LTimeDistributed) SetShape added in v0.26.28

func (l *LTimeDistributed) SetShape(shape tf.Shape) *LTimeDistributed

func (*LTimeDistributed) SetTrainable added in v0.26.28

func (l *LTimeDistributed) SetTrainable(trainable bool) *LTimeDistributed

type LUpSampling1D added in v0.26.28

type LUpSampling1D struct {
	// contains filtered or unexported fields
}

func UpSampling1D added in v0.26.28

func UpSampling1D() *LUpSampling1D

func (*LUpSampling1D) GetCustomLayerDefinition added in v0.26.28

func (l *LUpSampling1D) GetCustomLayerDefinition() string

func (*LUpSampling1D) GetDtype added in v0.26.28

func (l *LUpSampling1D) GetDtype() DataType

func (*LUpSampling1D) GetInputs added in v0.26.28

func (l *LUpSampling1D) GetInputs() []Layer

func (*LUpSampling1D) GetKerasLayerConfig added in v0.26.28

func (l *LUpSampling1D) GetKerasLayerConfig() interface{}

func (*LUpSampling1D) GetLayerWeights added in v0.26.28

func (l *LUpSampling1D) GetLayerWeights() []*tf.Tensor

func (*LUpSampling1D) GetName added in v0.26.28

func (l *LUpSampling1D) GetName() string

func (*LUpSampling1D) GetShape added in v0.26.28

func (l *LUpSampling1D) GetShape() tf.Shape

func (*LUpSampling1D) SetDtype added in v0.26.28

func (l *LUpSampling1D) SetDtype(dtype DataType) *LUpSampling1D

func (*LUpSampling1D) SetInputs added in v0.26.28

func (l *LUpSampling1D) SetInputs(inputs ...Layer) Layer

func (*LUpSampling1D) SetLayerWeights added in v0.26.28

func (l *LUpSampling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling1D

func (*LUpSampling1D) SetName added in v0.26.28

func (l *LUpSampling1D) SetName(name string) *LUpSampling1D

func (*LUpSampling1D) SetShape added in v0.26.28

func (l *LUpSampling1D) SetShape(shape tf.Shape) *LUpSampling1D

func (*LUpSampling1D) SetSize added in v0.26.28

func (l *LUpSampling1D) SetSize(size float64) *LUpSampling1D

func (*LUpSampling1D) SetTrainable added in v0.26.28

func (l *LUpSampling1D) SetTrainable(trainable bool) *LUpSampling1D

type LUpSampling2D added in v0.26.28

type LUpSampling2D struct {
	// contains filtered or unexported fields
}

func UpSampling2D added in v0.26.28

func UpSampling2D() *LUpSampling2D

func (*LUpSampling2D) GetCustomLayerDefinition added in v0.26.28

func (l *LUpSampling2D) GetCustomLayerDefinition() string

func (*LUpSampling2D) GetDtype added in v0.26.28

func (l *LUpSampling2D) GetDtype() DataType

func (*LUpSampling2D) GetInputs added in v0.26.28

func (l *LUpSampling2D) GetInputs() []Layer

func (*LUpSampling2D) GetKerasLayerConfig added in v0.26.28

func (l *LUpSampling2D) GetKerasLayerConfig() interface{}

func (*LUpSampling2D) GetLayerWeights added in v0.26.28

func (l *LUpSampling2D) GetLayerWeights() []*tf.Tensor

func (*LUpSampling2D) GetName added in v0.26.28

func (l *LUpSampling2D) GetName() string

func (*LUpSampling2D) GetShape added in v0.26.28

func (l *LUpSampling2D) GetShape() tf.Shape

func (*LUpSampling2D) SetDataFormat added in v0.26.28

func (l *LUpSampling2D) SetDataFormat(dataFormat interface{}) *LUpSampling2D

func (*LUpSampling2D) SetDtype added in v0.26.28

func (l *LUpSampling2D) SetDtype(dtype DataType) *LUpSampling2D

func (*LUpSampling2D) SetInputs added in v0.26.28

func (l *LUpSampling2D) SetInputs(inputs ...Layer) Layer

func (*LUpSampling2D) SetInterpolation added in v0.26.28

func (l *LUpSampling2D) SetInterpolation(interpolation string) *LUpSampling2D

func (*LUpSampling2D) SetLayerWeights added in v0.26.28

func (l *LUpSampling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling2D

func (*LUpSampling2D) SetName added in v0.26.28

func (l *LUpSampling2D) SetName(name string) *LUpSampling2D

func (*LUpSampling2D) SetShape added in v0.26.28

func (l *LUpSampling2D) SetShape(shape tf.Shape) *LUpSampling2D

func (*LUpSampling2D) SetSize added in v0.26.28

func (l *LUpSampling2D) SetSize(size []interface{}) *LUpSampling2D

func (*LUpSampling2D) SetTrainable added in v0.26.28

func (l *LUpSampling2D) SetTrainable(trainable bool) *LUpSampling2D

type LUpSampling3D added in v0.26.28

type LUpSampling3D struct {
	// contains filtered or unexported fields
}

func UpSampling3D added in v0.26.28

func UpSampling3D() *LUpSampling3D

func (*LUpSampling3D) GetCustomLayerDefinition added in v0.26.28

func (l *LUpSampling3D) GetCustomLayerDefinition() string

func (*LUpSampling3D) GetDtype added in v0.26.28

func (l *LUpSampling3D) GetDtype() DataType

func (*LUpSampling3D) GetInputs added in v0.26.28

func (l *LUpSampling3D) GetInputs() []Layer

func (*LUpSampling3D) GetKerasLayerConfig added in v0.26.28

func (l *LUpSampling3D) GetKerasLayerConfig() interface{}

func (*LUpSampling3D) GetLayerWeights added in v0.26.28

func (l *LUpSampling3D) GetLayerWeights() []*tf.Tensor

func (*LUpSampling3D) GetName added in v0.26.28

func (l *LUpSampling3D) GetName() string

func (*LUpSampling3D) GetShape added in v0.26.28

func (l *LUpSampling3D) GetShape() tf.Shape

func (*LUpSampling3D) SetDataFormat added in v0.26.28

func (l *LUpSampling3D) SetDataFormat(dataFormat interface{}) *LUpSampling3D

func (*LUpSampling3D) SetDtype added in v0.26.28

func (l *LUpSampling3D) SetDtype(dtype DataType) *LUpSampling3D

func (*LUpSampling3D) SetInputs added in v0.26.28

func (l *LUpSampling3D) SetInputs(inputs ...Layer) Layer

func (*LUpSampling3D) SetLayerWeights added in v0.26.28

func (l *LUpSampling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling3D

func (*LUpSampling3D) SetName added in v0.26.28

func (l *LUpSampling3D) SetName(name string) *LUpSampling3D

func (*LUpSampling3D) SetShape added in v0.26.28

func (l *LUpSampling3D) SetShape(shape tf.Shape) *LUpSampling3D

func (*LUpSampling3D) SetSize added in v0.26.28

func (l *LUpSampling3D) SetSize(size []interface{}) *LUpSampling3D

func (*LUpSampling3D) SetTrainable added in v0.26.28

func (l *LUpSampling3D) SetTrainable(trainable bool) *LUpSampling3D

type LZeroPadding1D added in v0.26.28

type LZeroPadding1D struct {
	// contains filtered or unexported fields
}

func ZeroPadding1D added in v0.26.28

func ZeroPadding1D() *LZeroPadding1D

func (*LZeroPadding1D) GetCustomLayerDefinition added in v0.26.28

func (l *LZeroPadding1D) GetCustomLayerDefinition() string

func (*LZeroPadding1D) GetDtype added in v0.26.28

func (l *LZeroPadding1D) GetDtype() DataType

func (*LZeroPadding1D) GetInputs added in v0.26.28

func (l *LZeroPadding1D) GetInputs() []Layer

func (*LZeroPadding1D) GetKerasLayerConfig added in v0.26.28

func (l *LZeroPadding1D) GetKerasLayerConfig() interface{}

func (*LZeroPadding1D) GetLayerWeights added in v0.26.28

func (l *LZeroPadding1D) GetLayerWeights() []*tf.Tensor

func (*LZeroPadding1D) GetName added in v0.26.28

func (l *LZeroPadding1D) GetName() string

func (*LZeroPadding1D) GetShape added in v0.26.28

func (l *LZeroPadding1D) GetShape() tf.Shape

func (*LZeroPadding1D) SetDtype added in v0.26.28

func (l *LZeroPadding1D) SetDtype(dtype DataType) *LZeroPadding1D

func (*LZeroPadding1D) SetInputs added in v0.26.28

func (l *LZeroPadding1D) SetInputs(inputs ...Layer) Layer

func (*LZeroPadding1D) SetLayerWeights added in v0.26.28

func (l *LZeroPadding1D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding1D

func (*LZeroPadding1D) SetName added in v0.26.28

func (l *LZeroPadding1D) SetName(name string) *LZeroPadding1D

func (*LZeroPadding1D) SetPadding added in v0.26.28

func (l *LZeroPadding1D) SetPadding(padding float64) *LZeroPadding1D

func (*LZeroPadding1D) SetShape added in v0.26.28

func (l *LZeroPadding1D) SetShape(shape tf.Shape) *LZeroPadding1D

func (*LZeroPadding1D) SetTrainable added in v0.26.28

func (l *LZeroPadding1D) SetTrainable(trainable bool) *LZeroPadding1D

type LZeroPadding2D added in v0.26.28

type LZeroPadding2D struct {
	// contains filtered or unexported fields
}

func ZeroPadding2D added in v0.26.28

func ZeroPadding2D() *LZeroPadding2D

func (*LZeroPadding2D) GetCustomLayerDefinition added in v0.26.28

func (l *LZeroPadding2D) GetCustomLayerDefinition() string

func (*LZeroPadding2D) GetDtype added in v0.26.28

func (l *LZeroPadding2D) GetDtype() DataType

func (*LZeroPadding2D) GetInputs added in v0.26.28

func (l *LZeroPadding2D) GetInputs() []Layer

func (*LZeroPadding2D) GetKerasLayerConfig added in v0.26.28

func (l *LZeroPadding2D) GetKerasLayerConfig() interface{}

func (*LZeroPadding2D) GetLayerWeights added in v0.26.28

func (l *LZeroPadding2D) GetLayerWeights() []*tf.Tensor

func (*LZeroPadding2D) GetName added in v0.26.28

func (l *LZeroPadding2D) GetName() string

func (*LZeroPadding2D) GetShape added in v0.26.28

func (l *LZeroPadding2D) GetShape() tf.Shape

func (*LZeroPadding2D) SetDataFormat added in v0.26.28

func (l *LZeroPadding2D) SetDataFormat(dataFormat interface{}) *LZeroPadding2D

func (*LZeroPadding2D) SetDtype added in v0.26.28

func (l *LZeroPadding2D) SetDtype(dtype DataType) *LZeroPadding2D

func (*LZeroPadding2D) SetInputs added in v0.26.28

func (l *LZeroPadding2D) SetInputs(inputs ...Layer) Layer

func (*LZeroPadding2D) SetLayerWeights added in v0.26.28

func (l *LZeroPadding2D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding2D

func (*LZeroPadding2D) SetName added in v0.26.28

func (l *LZeroPadding2D) SetName(name string) *LZeroPadding2D

func (*LZeroPadding2D) SetPadding added in v0.26.28

func (l *LZeroPadding2D) SetPadding(padding []interface{}) *LZeroPadding2D

func (*LZeroPadding2D) SetShape added in v0.26.28

func (l *LZeroPadding2D) SetShape(shape tf.Shape) *LZeroPadding2D

func (*LZeroPadding2D) SetTrainable added in v0.26.28

func (l *LZeroPadding2D) SetTrainable(trainable bool) *LZeroPadding2D

type LZeroPadding3D added in v0.26.28

type LZeroPadding3D struct {
	// contains filtered or unexported fields
}

func ZeroPadding3D added in v0.26.28

func ZeroPadding3D() *LZeroPadding3D

func (*LZeroPadding3D) GetCustomLayerDefinition added in v0.26.28

func (l *LZeroPadding3D) GetCustomLayerDefinition() string

func (*LZeroPadding3D) GetDtype added in v0.26.28

func (l *LZeroPadding3D) GetDtype() DataType

func (*LZeroPadding3D) GetInputs added in v0.26.28

func (l *LZeroPadding3D) GetInputs() []Layer

func (*LZeroPadding3D) GetKerasLayerConfig added in v0.26.28

func (l *LZeroPadding3D) GetKerasLayerConfig() interface{}

func (*LZeroPadding3D) GetLayerWeights added in v0.26.28

func (l *LZeroPadding3D) GetLayerWeights() []*tf.Tensor

func (*LZeroPadding3D) GetName added in v0.26.28

func (l *LZeroPadding3D) GetName() string

func (*LZeroPadding3D) GetShape added in v0.26.28

func (l *LZeroPadding3D) GetShape() tf.Shape

func (*LZeroPadding3D) SetDataFormat added in v0.26.28

func (l *LZeroPadding3D) SetDataFormat(dataFormat interface{}) *LZeroPadding3D

func (*LZeroPadding3D) SetDtype added in v0.26.28

func (l *LZeroPadding3D) SetDtype(dtype DataType) *LZeroPadding3D

func (*LZeroPadding3D) SetInputs added in v0.26.28

func (l *LZeroPadding3D) SetInputs(inputs ...Layer) Layer

func (*LZeroPadding3D) SetLayerWeights added in v0.26.28

func (l *LZeroPadding3D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding3D

func (*LZeroPadding3D) SetName added in v0.26.28

func (l *LZeroPadding3D) SetName(name string) *LZeroPadding3D

func (*LZeroPadding3D) SetPadding added in v0.26.28

func (l *LZeroPadding3D) SetPadding(padding []interface{}) *LZeroPadding3D

func (*LZeroPadding3D) SetShape added in v0.26.28

func (l *LZeroPadding3D) SetShape(shape tf.Shape) *LZeroPadding3D

func (*LZeroPadding3D) SetTrainable added in v0.26.28

func (l *LZeroPadding3D) SetTrainable(trainable bool) *LZeroPadding3D

type Layer

type Layer interface {
	GetShape() tf.Shape
	GetDtype() DataType
	SetInputs(inputs ...Layer) Layer
	GetInputs() []Layer
	GetName() string
	GetLayerWeights() []*tf.Tensor
	GetKerasLayerConfig() interface{}
	GetCustomLayerDefinition() string
}

type LcuDNNLSTM added in v0.26.28

type LcuDNNLSTM struct {
	// contains filtered or unexported fields
}

func CuDNNLSTM added in v0.26.28

func CuDNNLSTM(units float64) *LcuDNNLSTM

CuDNNLSTM if trained on a GPU, a GPU is required for inference unless you compile the model with CpuInference: true option

func (*LcuDNNLSTM) GetCustomLayerDefinition added in v0.26.28

func (l *LcuDNNLSTM) GetCustomLayerDefinition() string

func (*LcuDNNLSTM) GetDtype added in v0.26.28

func (l *LcuDNNLSTM) GetDtype() DataType

func (*LcuDNNLSTM) GetInputs added in v0.26.28

func (l *LcuDNNLSTM) GetInputs() []Layer

func (*LcuDNNLSTM) GetKerasLayerConfig added in v0.26.28

func (l *LcuDNNLSTM) GetKerasLayerConfig() interface{}

func (*LcuDNNLSTM) GetLayerWeights added in v0.26.28

func (l *LcuDNNLSTM) GetLayerWeights() []*tf.Tensor

func (*LcuDNNLSTM) GetName added in v0.26.28

func (l *LcuDNNLSTM) GetName() string

func (*LcuDNNLSTM) GetShape added in v0.26.28

func (l *LcuDNNLSTM) GetShape() tf.Shape

func (*LcuDNNLSTM) SetActivation added in v0.26.28

func (l *LcuDNNLSTM) SetActivation(activation string) *LcuDNNLSTM

func (*LcuDNNLSTM) SetActivityRegularizer added in v0.26.28

func (l *LcuDNNLSTM) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetBiasConstraint added in v0.26.28

func (l *LcuDNNLSTM) SetBiasConstraint(biasConstraint constraint.Constraint) *LcuDNNLSTM

func (*LcuDNNLSTM) SetBiasInitializer added in v0.26.28

func (l *LcuDNNLSTM) SetBiasInitializer(biasInitializer initializer.Initializer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetBiasRegularizer added in v0.26.28

func (l *LcuDNNLSTM) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetDropout added in v0.26.28

func (l *LcuDNNLSTM) SetDropout(dropout float64) *LcuDNNLSTM

func (*LcuDNNLSTM) SetDtype added in v0.26.28

func (l *LcuDNNLSTM) SetDtype(dtype DataType) *LcuDNNLSTM

func (*LcuDNNLSTM) SetGoBackwards added in v0.26.28

func (l *LcuDNNLSTM) SetGoBackwards(goBackwards bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetImplementation added in v0.26.28

func (l *LcuDNNLSTM) SetImplementation(implementation float64) *LcuDNNLSTM

func (*LcuDNNLSTM) SetInputs added in v0.26.28

func (l *LcuDNNLSTM) SetInputs(inputs ...Layer) Layer

func (*LcuDNNLSTM) SetKernelConstraint added in v0.26.28

func (l *LcuDNNLSTM) SetKernelConstraint(kernelConstraint constraint.Constraint) *LcuDNNLSTM

func (*LcuDNNLSTM) SetKernelInitializer added in v0.26.28

func (l *LcuDNNLSTM) SetKernelInitializer(kernelInitializer initializer.Initializer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetKernelRegularizer added in v0.26.28

func (l *LcuDNNLSTM) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetLayerWeights added in v0.26.28

func (l *LcuDNNLSTM) SetLayerWeights(layerWeights []*tf.Tensor) *LcuDNNLSTM

func (*LcuDNNLSTM) SetName added in v0.26.28

func (l *LcuDNNLSTM) SetName(name string) *LcuDNNLSTM

func (*LcuDNNLSTM) SetRecurrentActivation added in v0.26.28

func (l *LcuDNNLSTM) SetRecurrentActivation(recurrentActivation string) *LcuDNNLSTM

func (*LcuDNNLSTM) SetRecurrentConstraint added in v0.26.28

func (l *LcuDNNLSTM) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LcuDNNLSTM

func (*LcuDNNLSTM) SetRecurrentDropout added in v0.26.28

func (l *LcuDNNLSTM) SetRecurrentDropout(recurrentDropout float64) *LcuDNNLSTM

func (*LcuDNNLSTM) SetRecurrentInitializer added in v0.26.28

func (l *LcuDNNLSTM) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetRecurrentRegularizer added in v0.26.28

func (l *LcuDNNLSTM) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LcuDNNLSTM

func (*LcuDNNLSTM) SetReturnSequences added in v0.26.28

func (l *LcuDNNLSTM) SetReturnSequences(returnSequences bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetReturnState added in v0.26.28

func (l *LcuDNNLSTM) SetReturnState(returnState bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetShape added in v0.26.28

func (l *LcuDNNLSTM) SetShape(shape tf.Shape) *LcuDNNLSTM

func (*LcuDNNLSTM) SetStateful added in v0.26.28

func (l *LcuDNNLSTM) SetStateful(stateful bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetTimeMajor added in v0.26.28

func (l *LcuDNNLSTM) SetTimeMajor(timeMajor bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetTrainable added in v0.26.28

func (l *LcuDNNLSTM) SetTrainable(trainable bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetUnitForgetBias added in v0.26.28

func (l *LcuDNNLSTM) SetUnitForgetBias(unitForgetBias bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetUnroll added in v0.26.28

func (l *LcuDNNLSTM) SetUnroll(unroll bool) *LcuDNNLSTM

func (*LcuDNNLSTM) SetUseBias added in v0.26.28

func (l *LcuDNNLSTM) SetUseBias(useBias bool) *LcuDNNLSTM

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL