Documentation ¶
Index ¶
- func UniqueName(name string) string
- type DataType
- type LActivation
- func (l *LActivation) GetCustomLayerDefinition() string
- func (l *LActivation) GetDtype() DataType
- func (l *LActivation) GetInputs() []Layer
- func (l *LActivation) GetKerasLayerConfig() interface{}
- func (l *LActivation) GetLayerWeights() []*tf.Tensor
- func (l *LActivation) GetName() string
- func (l *LActivation) GetShape() tf.Shape
- func (l *LActivation) SetDtype(dtype DataType) *LActivation
- func (l *LActivation) SetInputs(inputs ...Layer) Layer
- func (l *LActivation) SetLayerWeights(layerWeights []*tf.Tensor) *LActivation
- func (l *LActivation) SetName(name string) *LActivation
- func (l *LActivation) SetShape(shape tf.Shape) *LActivation
- func (l *LActivation) SetTrainable(trainable bool) *LActivation
- type LActivityRegularization
- func (l *LActivityRegularization) GetCustomLayerDefinition() string
- func (l *LActivityRegularization) GetDtype() DataType
- func (l *LActivityRegularization) GetInputs() []Layer
- func (l *LActivityRegularization) GetKerasLayerConfig() interface{}
- func (l *LActivityRegularization) GetLayerWeights() []*tf.Tensor
- func (l *LActivityRegularization) GetName() string
- func (l *LActivityRegularization) GetShape() tf.Shape
- func (l *LActivityRegularization) SetDtype(dtype DataType) *LActivityRegularization
- func (l *LActivityRegularization) SetInputs(inputs ...Layer) Layer
- func (l *LActivityRegularization) SetL1(l1 float64) *LActivityRegularization
- func (l *LActivityRegularization) SetL2(l2 float64) *LActivityRegularization
- func (l *LActivityRegularization) SetLayerWeights(layerWeights []*tf.Tensor) *LActivityRegularization
- func (l *LActivityRegularization) SetName(name string) *LActivityRegularization
- func (l *LActivityRegularization) SetShape(shape tf.Shape) *LActivityRegularization
- func (l *LActivityRegularization) SetTrainable(trainable bool) *LActivityRegularization
- type LAdd
- func (l *LAdd) GetCustomLayerDefinition() string
- func (l *LAdd) GetDtype() DataType
- func (l *LAdd) GetInputs() []Layer
- func (l *LAdd) GetKerasLayerConfig() interface{}
- func (l *LAdd) GetLayerWeights() []*tf.Tensor
- func (l *LAdd) GetName() string
- func (l *LAdd) GetShape() tf.Shape
- func (l *LAdd) SetDtype(dtype DataType) *LAdd
- func (l *LAdd) SetInputs(inputs ...Layer) Layer
- func (l *LAdd) SetLayerWeights(layerWeights []*tf.Tensor) *LAdd
- func (l *LAdd) SetName(name string) *LAdd
- func (l *LAdd) SetShape(shape tf.Shape) *LAdd
- func (l *LAdd) SetTrainable(trainable bool) *LAdd
- type LAdditiveAttention
- func (l *LAdditiveAttention) GetCustomLayerDefinition() string
- func (l *LAdditiveAttention) GetDtype() DataType
- func (l *LAdditiveAttention) GetInputs() []Layer
- func (l *LAdditiveAttention) GetKerasLayerConfig() interface{}
- func (l *LAdditiveAttention) GetLayerWeights() []*tf.Tensor
- func (l *LAdditiveAttention) GetName() string
- func (l *LAdditiveAttention) GetShape() tf.Shape
- func (l *LAdditiveAttention) SetCausal(causal bool) *LAdditiveAttention
- func (l *LAdditiveAttention) SetDropout(dropout float64) *LAdditiveAttention
- func (l *LAdditiveAttention) SetDtype(dtype DataType) *LAdditiveAttention
- func (l *LAdditiveAttention) SetInputs(inputs ...Layer) Layer
- func (l *LAdditiveAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LAdditiveAttention
- func (l *LAdditiveAttention) SetName(name string) *LAdditiveAttention
- func (l *LAdditiveAttention) SetShape(shape tf.Shape) *LAdditiveAttention
- func (l *LAdditiveAttention) SetTrainable(trainable bool) *LAdditiveAttention
- func (l *LAdditiveAttention) SetUseScale(useScale bool) *LAdditiveAttention
- type LAlphaDropout
- func (l *LAlphaDropout) GetCustomLayerDefinition() string
- func (l *LAlphaDropout) GetDtype() DataType
- func (l *LAlphaDropout) GetInputs() []Layer
- func (l *LAlphaDropout) GetKerasLayerConfig() interface{}
- func (l *LAlphaDropout) GetLayerWeights() []*tf.Tensor
- func (l *LAlphaDropout) GetName() string
- func (l *LAlphaDropout) GetShape() tf.Shape
- func (l *LAlphaDropout) SetDtype(dtype DataType) *LAlphaDropout
- func (l *LAlphaDropout) SetInputs(inputs ...Layer) Layer
- func (l *LAlphaDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LAlphaDropout
- func (l *LAlphaDropout) SetName(name string) *LAlphaDropout
- func (l *LAlphaDropout) SetNoiseShape(noiseShape interface{}) *LAlphaDropout
- func (l *LAlphaDropout) SetSeed(seed interface{}) *LAlphaDropout
- func (l *LAlphaDropout) SetShape(shape tf.Shape) *LAlphaDropout
- func (l *LAlphaDropout) SetTrainable(trainable bool) *LAlphaDropout
- type LAttention
- func (l *LAttention) GetCustomLayerDefinition() string
- func (l *LAttention) GetDtype() DataType
- func (l *LAttention) GetInputs() []Layer
- func (l *LAttention) GetKerasLayerConfig() interface{}
- func (l *LAttention) GetLayerWeights() []*tf.Tensor
- func (l *LAttention) GetName() string
- func (l *LAttention) GetShape() tf.Shape
- func (l *LAttention) SetCausal(causal bool) *LAttention
- func (l *LAttention) SetDropout(dropout float64) *LAttention
- func (l *LAttention) SetDtype(dtype DataType) *LAttention
- func (l *LAttention) SetInputs(inputs ...Layer) Layer
- func (l *LAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LAttention
- func (l *LAttention) SetName(name string) *LAttention
- func (l *LAttention) SetShape(shape tf.Shape) *LAttention
- func (l *LAttention) SetTrainable(trainable bool) *LAttention
- func (l *LAttention) SetUseScale(useScale bool) *LAttention
- type LAverage
- func (l *LAverage) GetCustomLayerDefinition() string
- func (l *LAverage) GetDtype() DataType
- func (l *LAverage) GetInputs() []Layer
- func (l *LAverage) GetKerasLayerConfig() interface{}
- func (l *LAverage) GetLayerWeights() []*tf.Tensor
- func (l *LAverage) GetName() string
- func (l *LAverage) GetShape() tf.Shape
- func (l *LAverage) SetDtype(dtype DataType) *LAverage
- func (l *LAverage) SetInputs(inputs ...Layer) Layer
- func (l *LAverage) SetLayerWeights(layerWeights []*tf.Tensor) *LAverage
- func (l *LAverage) SetName(name string) *LAverage
- func (l *LAverage) SetShape(shape tf.Shape) *LAverage
- func (l *LAverage) SetTrainable(trainable bool) *LAverage
- type LAveragePooling1D
- func (l *LAveragePooling1D) GetCustomLayerDefinition() string
- func (l *LAveragePooling1D) GetDtype() DataType
- func (l *LAveragePooling1D) GetInputs() []Layer
- func (l *LAveragePooling1D) GetKerasLayerConfig() interface{}
- func (l *LAveragePooling1D) GetLayerWeights() []*tf.Tensor
- func (l *LAveragePooling1D) GetName() string
- func (l *LAveragePooling1D) GetShape() tf.Shape
- func (l *LAveragePooling1D) SetDataFormat(dataFormat string) *LAveragePooling1D
- func (l *LAveragePooling1D) SetDtype(dtype DataType) *LAveragePooling1D
- func (l *LAveragePooling1D) SetInputs(inputs ...Layer) Layer
- func (l *LAveragePooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling1D
- func (l *LAveragePooling1D) SetName(name string) *LAveragePooling1D
- func (l *LAveragePooling1D) SetPadding(padding string) *LAveragePooling1D
- func (l *LAveragePooling1D) SetPoolSize(poolSize float64) *LAveragePooling1D
- func (l *LAveragePooling1D) SetShape(shape tf.Shape) *LAveragePooling1D
- func (l *LAveragePooling1D) SetStrides(strides interface{}) *LAveragePooling1D
- func (l *LAveragePooling1D) SetTrainable(trainable bool) *LAveragePooling1D
- type LAveragePooling2D
- func (l *LAveragePooling2D) GetCustomLayerDefinition() string
- func (l *LAveragePooling2D) GetDtype() DataType
- func (l *LAveragePooling2D) GetInputs() []Layer
- func (l *LAveragePooling2D) GetKerasLayerConfig() interface{}
- func (l *LAveragePooling2D) GetLayerWeights() []*tf.Tensor
- func (l *LAveragePooling2D) GetName() string
- func (l *LAveragePooling2D) GetShape() tf.Shape
- func (l *LAveragePooling2D) SetDataFormat(dataFormat interface{}) *LAveragePooling2D
- func (l *LAveragePooling2D) SetDtype(dtype DataType) *LAveragePooling2D
- func (l *LAveragePooling2D) SetInputs(inputs ...Layer) Layer
- func (l *LAveragePooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling2D
- func (l *LAveragePooling2D) SetName(name string) *LAveragePooling2D
- func (l *LAveragePooling2D) SetPadding(padding string) *LAveragePooling2D
- func (l *LAveragePooling2D) SetPoolSize(poolSize []interface{}) *LAveragePooling2D
- func (l *LAveragePooling2D) SetShape(shape tf.Shape) *LAveragePooling2D
- func (l *LAveragePooling2D) SetStrides(strides interface{}) *LAveragePooling2D
- func (l *LAveragePooling2D) SetTrainable(trainable bool) *LAveragePooling2D
- type LAveragePooling3D
- func (l *LAveragePooling3D) GetCustomLayerDefinition() string
- func (l *LAveragePooling3D) GetDtype() DataType
- func (l *LAveragePooling3D) GetInputs() []Layer
- func (l *LAveragePooling3D) GetKerasLayerConfig() interface{}
- func (l *LAveragePooling3D) GetLayerWeights() []*tf.Tensor
- func (l *LAveragePooling3D) GetName() string
- func (l *LAveragePooling3D) GetShape() tf.Shape
- func (l *LAveragePooling3D) SetDataFormat(dataFormat interface{}) *LAveragePooling3D
- func (l *LAveragePooling3D) SetDtype(dtype DataType) *LAveragePooling3D
- func (l *LAveragePooling3D) SetInputs(inputs ...Layer) Layer
- func (l *LAveragePooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LAveragePooling3D
- func (l *LAveragePooling3D) SetName(name string) *LAveragePooling3D
- func (l *LAveragePooling3D) SetPadding(padding string) *LAveragePooling3D
- func (l *LAveragePooling3D) SetPoolSize(poolSize []interface{}) *LAveragePooling3D
- func (l *LAveragePooling3D) SetShape(shape tf.Shape) *LAveragePooling3D
- func (l *LAveragePooling3D) SetStrides(strides interface{}) *LAveragePooling3D
- func (l *LAveragePooling3D) SetTrainable(trainable bool) *LAveragePooling3D
- type LBatchNormalization
- func (l *LBatchNormalization) GetCustomLayerDefinition() string
- func (l *LBatchNormalization) GetDtype() DataType
- func (l *LBatchNormalization) GetInputs() []Layer
- func (l *LBatchNormalization) GetKerasLayerConfig() interface{}
- func (l *LBatchNormalization) GetLayerWeights() []*tf.Tensor
- func (l *LBatchNormalization) GetName() string
- func (l *LBatchNormalization) GetShape() tf.Shape
- func (l *LBatchNormalization) SetAxis(axis float64) *LBatchNormalization
- func (l *LBatchNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LBatchNormalization
- func (l *LBatchNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LBatchNormalization
- func (l *LBatchNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LBatchNormalization
- func (l *LBatchNormalization) SetCenter(center bool) *LBatchNormalization
- func (l *LBatchNormalization) SetDtype(dtype DataType) *LBatchNormalization
- func (l *LBatchNormalization) SetEpsilon(epsilon float64) *LBatchNormalization
- func (l *LBatchNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LBatchNormalization
- func (l *LBatchNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LBatchNormalization
- func (l *LBatchNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LBatchNormalization
- func (l *LBatchNormalization) SetInputs(inputs ...Layer) Layer
- func (l *LBatchNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LBatchNormalization
- func (l *LBatchNormalization) SetMomentum(momentum float64) *LBatchNormalization
- func (l *LBatchNormalization) SetMovingMeanInitializer(movingMeanInitializer initializer.Initializer) *LBatchNormalization
- func (l *LBatchNormalization) SetMovingVarianceInitializer(movingVarianceInitializer initializer.Initializer) *LBatchNormalization
- func (l *LBatchNormalization) SetName(name string) *LBatchNormalization
- func (l *LBatchNormalization) SetScale(scale bool) *LBatchNormalization
- func (l *LBatchNormalization) SetShape(shape tf.Shape) *LBatchNormalization
- func (l *LBatchNormalization) SetTrainable(trainable bool) *LBatchNormalization
- type LBidirectional
- func (l *LBidirectional) GetCustomLayerDefinition() string
- func (l *LBidirectional) GetDtype() DataType
- func (l *LBidirectional) GetInputs() []Layer
- func (l *LBidirectional) GetKerasLayerConfig() interface{}
- func (l *LBidirectional) GetLayerWeights() []*tf.Tensor
- func (l *LBidirectional) GetName() string
- func (l *LBidirectional) GetShape() tf.Shape
- func (l *LBidirectional) SetBackwardLayer(backwardLayer interface{}) *LBidirectional
- func (l *LBidirectional) SetDtype(dtype DataType) *LBidirectional
- func (l *LBidirectional) SetInputs(inputs ...Layer) Layer
- func (l *LBidirectional) SetLayerWeights(layerWeights []*tf.Tensor) *LBidirectional
- func (l *LBidirectional) SetMergeMode(mergeMode string) *LBidirectional
- func (l *LBidirectional) SetName(name string) *LBidirectional
- func (l *LBidirectional) SetShape(shape tf.Shape) *LBidirectional
- func (l *LBidirectional) SetTrainable(trainable bool) *LBidirectional
- func (l *LBidirectional) SetWeights(weights interface{}) *LBidirectional
- type LCategoryCrossing
- func (l *LCategoryCrossing) GetCustomLayerDefinition() string
- func (l *LCategoryCrossing) GetDtype() DataType
- func (l *LCategoryCrossing) GetInputs() []Layer
- func (l *LCategoryCrossing) GetKerasLayerConfig() interface{}
- func (l *LCategoryCrossing) GetLayerWeights() []*tf.Tensor
- func (l *LCategoryCrossing) GetName() string
- func (l *LCategoryCrossing) GetShape() tf.Shape
- func (l *LCategoryCrossing) SetDepth(depth interface{}) *LCategoryCrossing
- func (l *LCategoryCrossing) SetDtype(dtype DataType) *LCategoryCrossing
- func (l *LCategoryCrossing) SetInputs(inputs ...Layer) Layer
- func (l *LCategoryCrossing) SetLayerWeights(layerWeights []*tf.Tensor) *LCategoryCrossing
- func (l *LCategoryCrossing) SetName(name string) *LCategoryCrossing
- func (l *LCategoryCrossing) SetSeparator(separator string) *LCategoryCrossing
- func (l *LCategoryCrossing) SetShape(shape tf.Shape) *LCategoryCrossing
- func (l *LCategoryCrossing) SetTrainable(trainable bool) *LCategoryCrossing
- type LCategoryEncoding
- func (l *LCategoryEncoding) GetCustomLayerDefinition() string
- func (l *LCategoryEncoding) GetDtype() DataType
- func (l *LCategoryEncoding) GetInputs() []Layer
- func (l *LCategoryEncoding) GetKerasLayerConfig() interface{}
- func (l *LCategoryEncoding) GetLayerWeights() []*tf.Tensor
- func (l *LCategoryEncoding) GetName() string
- func (l *LCategoryEncoding) GetShape() tf.Shape
- func (l *LCategoryEncoding) SetDtype(dtype DataType) *LCategoryEncoding
- func (l *LCategoryEncoding) SetInputs(inputs ...Layer) Layer
- func (l *LCategoryEncoding) SetLayerWeights(layerWeights []*tf.Tensor) *LCategoryEncoding
- func (l *LCategoryEncoding) SetName(name string) *LCategoryEncoding
- func (l *LCategoryEncoding) SetNumTokens(numTokens interface{}) *LCategoryEncoding
- func (l *LCategoryEncoding) SetOutputMode(outputMode string) *LCategoryEncoding
- func (l *LCategoryEncoding) SetShape(shape tf.Shape) *LCategoryEncoding
- func (l *LCategoryEncoding) SetSparse(sparse bool) *LCategoryEncoding
- func (l *LCategoryEncoding) SetTrainable(trainable bool) *LCategoryEncoding
- type LCenterCrop
- func (l *LCenterCrop) GetCustomLayerDefinition() string
- func (l *LCenterCrop) GetDtype() DataType
- func (l *LCenterCrop) GetInputs() []Layer
- func (l *LCenterCrop) GetKerasLayerConfig() interface{}
- func (l *LCenterCrop) GetLayerWeights() []*tf.Tensor
- func (l *LCenterCrop) GetName() string
- func (l *LCenterCrop) GetShape() tf.Shape
- func (l *LCenterCrop) SetDtype(dtype DataType) *LCenterCrop
- func (l *LCenterCrop) SetInputs(inputs ...Layer) Layer
- func (l *LCenterCrop) SetLayerWeights(layerWeights []*tf.Tensor) *LCenterCrop
- func (l *LCenterCrop) SetName(name string) *LCenterCrop
- func (l *LCenterCrop) SetShape(shape tf.Shape) *LCenterCrop
- func (l *LCenterCrop) SetTrainable(trainable bool) *LCenterCrop
- type LConcatenate
- func (l *LConcatenate) GetCustomLayerDefinition() string
- func (l *LConcatenate) GetDtype() DataType
- func (l *LConcatenate) GetInputs() []Layer
- func (l *LConcatenate) GetKerasLayerConfig() interface{}
- func (l *LConcatenate) GetLayerWeights() []*tf.Tensor
- func (l *LConcatenate) GetName() string
- func (l *LConcatenate) GetShape() tf.Shape
- func (l *LConcatenate) SetAxis(axis float64) *LConcatenate
- func (l *LConcatenate) SetDtype(dtype DataType) *LConcatenate
- func (l *LConcatenate) SetInputs(inputs ...Layer) Layer
- func (l *LConcatenate) SetLayerWeights(layerWeights []*tf.Tensor) *LConcatenate
- func (l *LConcatenate) SetName(name string) *LConcatenate
- func (l *LConcatenate) SetShape(shape tf.Shape) *LConcatenate
- func (l *LConcatenate) SetTrainable(trainable bool) *LConcatenate
- type LConv1D
- func (l *LConv1D) GetCustomLayerDefinition() string
- func (l *LConv1D) GetDtype() DataType
- func (l *LConv1D) GetInputs() []Layer
- func (l *LConv1D) GetKerasLayerConfig() interface{}
- func (l *LConv1D) GetLayerWeights() []*tf.Tensor
- func (l *LConv1D) GetName() string
- func (l *LConv1D) GetShape() tf.Shape
- func (l *LConv1D) SetActivation(activation string) *LConv1D
- func (l *LConv1D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv1D
- func (l *LConv1D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv1D
- func (l *LConv1D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv1D
- func (l *LConv1D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv1D
- func (l *LConv1D) SetDataFormat(dataFormat string) *LConv1D
- func (l *LConv1D) SetDilationRate(dilationRate float64) *LConv1D
- func (l *LConv1D) SetDtype(dtype DataType) *LConv1D
- func (l *LConv1D) SetGroups(groups float64) *LConv1D
- func (l *LConv1D) SetInputs(inputs ...Layer) Layer
- func (l *LConv1D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv1D
- func (l *LConv1D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv1D
- func (l *LConv1D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv1D
- func (l *LConv1D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv1D
- func (l *LConv1D) SetName(name string) *LConv1D
- func (l *LConv1D) SetPadding(padding string) *LConv1D
- func (l *LConv1D) SetShape(shape tf.Shape) *LConv1D
- func (l *LConv1D) SetStrides(strides float64) *LConv1D
- func (l *LConv1D) SetTrainable(trainable bool) *LConv1D
- func (l *LConv1D) SetUseBias(useBias bool) *LConv1D
- type LConv2D
- func (l *LConv2D) GetCustomLayerDefinition() string
- func (l *LConv2D) GetDtype() DataType
- func (l *LConv2D) GetInputs() []Layer
- func (l *LConv2D) GetKerasLayerConfig() interface{}
- func (l *LConv2D) GetLayerWeights() []*tf.Tensor
- func (l *LConv2D) GetName() string
- func (l *LConv2D) GetShape() tf.Shape
- func (l *LConv2D) SetActivation(activation string) *LConv2D
- func (l *LConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv2D
- func (l *LConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv2D
- func (l *LConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv2D
- func (l *LConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv2D
- func (l *LConv2D) SetDataFormat(dataFormat interface{}) *LConv2D
- func (l *LConv2D) SetDilationRate(dilationRate []interface{}) *LConv2D
- func (l *LConv2D) SetDtype(dtype DataType) *LConv2D
- func (l *LConv2D) SetGroups(groups float64) *LConv2D
- func (l *LConv2D) SetInputs(inputs ...Layer) Layer
- func (l *LConv2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv2D
- func (l *LConv2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv2D
- func (l *LConv2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv2D
- func (l *LConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv2D
- func (l *LConv2D) SetName(name string) *LConv2D
- func (l *LConv2D) SetPadding(padding string) *LConv2D
- func (l *LConv2D) SetShape(shape tf.Shape) *LConv2D
- func (l *LConv2D) SetStrides(strides []interface{}) *LConv2D
- func (l *LConv2D) SetTrainable(trainable bool) *LConv2D
- func (l *LConv2D) SetUseBias(useBias bool) *LConv2D
- type LConv2DTranspose
- func (l *LConv2DTranspose) GetCustomLayerDefinition() string
- func (l *LConv2DTranspose) GetDtype() DataType
- func (l *LConv2DTranspose) GetInputs() []Layer
- func (l *LConv2DTranspose) GetKerasLayerConfig() interface{}
- func (l *LConv2DTranspose) GetLayerWeights() []*tf.Tensor
- func (l *LConv2DTranspose) GetName() string
- func (l *LConv2DTranspose) GetShape() tf.Shape
- func (l *LConv2DTranspose) SetActivation(activation string) *LConv2DTranspose
- func (l *LConv2DTranspose) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv2DTranspose
- func (l *LConv2DTranspose) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv2DTranspose
- func (l *LConv2DTranspose) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv2DTranspose
- func (l *LConv2DTranspose) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv2DTranspose
- func (l *LConv2DTranspose) SetDataFormat(dataFormat interface{}) *LConv2DTranspose
- func (l *LConv2DTranspose) SetDilationRate(dilationRate []interface{}) *LConv2DTranspose
- func (l *LConv2DTranspose) SetDtype(dtype DataType) *LConv2DTranspose
- func (l *LConv2DTranspose) SetGroups(groups float64) *LConv2DTranspose
- func (l *LConv2DTranspose) SetInputs(inputs ...Layer) Layer
- func (l *LConv2DTranspose) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv2DTranspose
- func (l *LConv2DTranspose) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv2DTranspose
- func (l *LConv2DTranspose) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv2DTranspose
- func (l *LConv2DTranspose) SetLayerWeights(layerWeights []*tf.Tensor) *LConv2DTranspose
- func (l *LConv2DTranspose) SetName(name string) *LConv2DTranspose
- func (l *LConv2DTranspose) SetOutputPadding(outputPadding interface{}) *LConv2DTranspose
- func (l *LConv2DTranspose) SetPadding(padding string) *LConv2DTranspose
- func (l *LConv2DTranspose) SetShape(shape tf.Shape) *LConv2DTranspose
- func (l *LConv2DTranspose) SetStrides(strides []interface{}) *LConv2DTranspose
- func (l *LConv2DTranspose) SetTrainable(trainable bool) *LConv2DTranspose
- func (l *LConv2DTranspose) SetUseBias(useBias bool) *LConv2DTranspose
- type LConv3D
- func (l *LConv3D) GetCustomLayerDefinition() string
- func (l *LConv3D) GetDtype() DataType
- func (l *LConv3D) GetInputs() []Layer
- func (l *LConv3D) GetKerasLayerConfig() interface{}
- func (l *LConv3D) GetLayerWeights() []*tf.Tensor
- func (l *LConv3D) GetName() string
- func (l *LConv3D) GetShape() tf.Shape
- func (l *LConv3D) SetActivation(activation string) *LConv3D
- func (l *LConv3D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv3D
- func (l *LConv3D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv3D
- func (l *LConv3D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv3D
- func (l *LConv3D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv3D
- func (l *LConv3D) SetDataFormat(dataFormat interface{}) *LConv3D
- func (l *LConv3D) SetDilationRate(dilationRate []interface{}) *LConv3D
- func (l *LConv3D) SetDtype(dtype DataType) *LConv3D
- func (l *LConv3D) SetGroups(groups float64) *LConv3D
- func (l *LConv3D) SetInputs(inputs ...Layer) Layer
- func (l *LConv3D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv3D
- func (l *LConv3D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv3D
- func (l *LConv3D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv3D
- func (l *LConv3D) SetLayerWeights(layerWeights []*tf.Tensor) *LConv3D
- func (l *LConv3D) SetName(name string) *LConv3D
- func (l *LConv3D) SetPadding(padding string) *LConv3D
- func (l *LConv3D) SetShape(shape tf.Shape) *LConv3D
- func (l *LConv3D) SetStrides(strides []interface{}) *LConv3D
- func (l *LConv3D) SetTrainable(trainable bool) *LConv3D
- func (l *LConv3D) SetUseBias(useBias bool) *LConv3D
- type LConv3DTranspose
- func (l *LConv3DTranspose) GetCustomLayerDefinition() string
- func (l *LConv3DTranspose) GetDtype() DataType
- func (l *LConv3DTranspose) GetInputs() []Layer
- func (l *LConv3DTranspose) GetKerasLayerConfig() interface{}
- func (l *LConv3DTranspose) GetLayerWeights() []*tf.Tensor
- func (l *LConv3DTranspose) GetName() string
- func (l *LConv3DTranspose) GetShape() tf.Shape
- func (l *LConv3DTranspose) SetActivation(activation string) *LConv3DTranspose
- func (l *LConv3DTranspose) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConv3DTranspose
- func (l *LConv3DTranspose) SetBiasConstraint(biasConstraint constraint.Constraint) *LConv3DTranspose
- func (l *LConv3DTranspose) SetBiasInitializer(biasInitializer initializer.Initializer) *LConv3DTranspose
- func (l *LConv3DTranspose) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConv3DTranspose
- func (l *LConv3DTranspose) SetDataFormat(dataFormat interface{}) *LConv3DTranspose
- func (l *LConv3DTranspose) SetDilationRate(dilationRate []interface{}) *LConv3DTranspose
- func (l *LConv3DTranspose) SetDtype(dtype DataType) *LConv3DTranspose
- func (l *LConv3DTranspose) SetGroups(groups float64) *LConv3DTranspose
- func (l *LConv3DTranspose) SetInputs(inputs ...Layer) Layer
- func (l *LConv3DTranspose) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConv3DTranspose
- func (l *LConv3DTranspose) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConv3DTranspose
- func (l *LConv3DTranspose) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConv3DTranspose
- func (l *LConv3DTranspose) SetLayerWeights(layerWeights []*tf.Tensor) *LConv3DTranspose
- func (l *LConv3DTranspose) SetName(name string) *LConv3DTranspose
- func (l *LConv3DTranspose) SetOutputPadding(outputPadding interface{}) *LConv3DTranspose
- func (l *LConv3DTranspose) SetPadding(padding string) *LConv3DTranspose
- func (l *LConv3DTranspose) SetShape(shape tf.Shape) *LConv3DTranspose
- func (l *LConv3DTranspose) SetStrides(strides []interface{}) *LConv3DTranspose
- func (l *LConv3DTranspose) SetTrainable(trainable bool) *LConv3DTranspose
- func (l *LConv3DTranspose) SetUseBias(useBias bool) *LConv3DTranspose
- type LConvLSTM2D
- func (l *LConvLSTM2D) GetCustomLayerDefinition() string
- func (l *LConvLSTM2D) GetDtype() DataType
- func (l *LConvLSTM2D) GetInputs() []Layer
- func (l *LConvLSTM2D) GetKerasLayerConfig() interface{}
- func (l *LConvLSTM2D) GetLayerWeights() []*tf.Tensor
- func (l *LConvLSTM2D) GetName() string
- func (l *LConvLSTM2D) GetShape() tf.Shape
- func (l *LConvLSTM2D) SetActivation(activation string) *LConvLSTM2D
- func (l *LConvLSTM2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LConvLSTM2D
- func (l *LConvLSTM2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetDataFormat(dataFormat interface{}) *LConvLSTM2D
- func (l *LConvLSTM2D) SetDilationRate(dilationRate []interface{}) *LConvLSTM2D
- func (l *LConvLSTM2D) SetDropout(dropout float64) *LConvLSTM2D
- func (l *LConvLSTM2D) SetDtype(dtype DataType) *LConvLSTM2D
- func (l *LConvLSTM2D) SetGoBackwards(goBackwards bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetInputs(inputs ...Layer) Layer
- func (l *LConvLSTM2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LConvLSTM2D
- func (l *LConvLSTM2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetLayerWeights(layerWeights []*tf.Tensor) *LConvLSTM2D
- func (l *LConvLSTM2D) SetName(name string) *LConvLSTM2D
- func (l *LConvLSTM2D) SetPadding(padding string) *LConvLSTM2D
- func (l *LConvLSTM2D) SetRecurrentActivation(recurrentActivation string) *LConvLSTM2D
- func (l *LConvLSTM2D) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LConvLSTM2D
- func (l *LConvLSTM2D) SetRecurrentDropout(recurrentDropout float64) *LConvLSTM2D
- func (l *LConvLSTM2D) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LConvLSTM2D
- func (l *LConvLSTM2D) SetReturnSequences(returnSequences bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetReturnState(returnState bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetShape(shape tf.Shape) *LConvLSTM2D
- func (l *LConvLSTM2D) SetStateful(stateful bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetStrides(strides []interface{}) *LConvLSTM2D
- func (l *LConvLSTM2D) SetTimeMajor(timeMajor bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetTrainable(trainable bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetUnitForgetBias(unitForgetBias bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetUnroll(unroll bool) *LConvLSTM2D
- func (l *LConvLSTM2D) SetUseBias(useBias bool) *LConvLSTM2D
- type LCropping1D
- func (l *LCropping1D) GetCustomLayerDefinition() string
- func (l *LCropping1D) GetDtype() DataType
- func (l *LCropping1D) GetInputs() []Layer
- func (l *LCropping1D) GetKerasLayerConfig() interface{}
- func (l *LCropping1D) GetLayerWeights() []*tf.Tensor
- func (l *LCropping1D) GetName() string
- func (l *LCropping1D) GetShape() tf.Shape
- func (l *LCropping1D) SetCropping(cropping []interface{}) *LCropping1D
- func (l *LCropping1D) SetDtype(dtype DataType) *LCropping1D
- func (l *LCropping1D) SetInputs(inputs ...Layer) Layer
- func (l *LCropping1D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping1D
- func (l *LCropping1D) SetName(name string) *LCropping1D
- func (l *LCropping1D) SetShape(shape tf.Shape) *LCropping1D
- func (l *LCropping1D) SetTrainable(trainable bool) *LCropping1D
- type LCropping2D
- func (l *LCropping2D) GetCustomLayerDefinition() string
- func (l *LCropping2D) GetDtype() DataType
- func (l *LCropping2D) GetInputs() []Layer
- func (l *LCropping2D) GetKerasLayerConfig() interface{}
- func (l *LCropping2D) GetLayerWeights() []*tf.Tensor
- func (l *LCropping2D) GetName() string
- func (l *LCropping2D) GetShape() tf.Shape
- func (l *LCropping2D) SetCropping(cropping []interface{}) *LCropping2D
- func (l *LCropping2D) SetDataFormat(dataFormat interface{}) *LCropping2D
- func (l *LCropping2D) SetDtype(dtype DataType) *LCropping2D
- func (l *LCropping2D) SetInputs(inputs ...Layer) Layer
- func (l *LCropping2D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping2D
- func (l *LCropping2D) SetName(name string) *LCropping2D
- func (l *LCropping2D) SetShape(shape tf.Shape) *LCropping2D
- func (l *LCropping2D) SetTrainable(trainable bool) *LCropping2D
- type LCropping3D
- func (l *LCropping3D) GetCustomLayerDefinition() string
- func (l *LCropping3D) GetDtype() DataType
- func (l *LCropping3D) GetInputs() []Layer
- func (l *LCropping3D) GetKerasLayerConfig() interface{}
- func (l *LCropping3D) GetLayerWeights() []*tf.Tensor
- func (l *LCropping3D) GetName() string
- func (l *LCropping3D) GetShape() tf.Shape
- func (l *LCropping3D) SetCropping(cropping []interface{}) *LCropping3D
- func (l *LCropping3D) SetDataFormat(dataFormat interface{}) *LCropping3D
- func (l *LCropping3D) SetDtype(dtype DataType) *LCropping3D
- func (l *LCropping3D) SetInputs(inputs ...Layer) Layer
- func (l *LCropping3D) SetLayerWeights(layerWeights []*tf.Tensor) *LCropping3D
- func (l *LCropping3D) SetName(name string) *LCropping3D
- func (l *LCropping3D) SetShape(shape tf.Shape) *LCropping3D
- func (l *LCropping3D) SetTrainable(trainable bool) *LCropping3D
- type LDense
- func (l *LDense) GetCustomLayerDefinition() string
- func (l *LDense) GetDtype() DataType
- func (l *LDense) GetInputs() []Layer
- func (l *LDense) GetKerasLayerConfig() interface{}
- func (l *LDense) GetLayerWeights() []*tf.Tensor
- func (l *LDense) GetName() string
- func (l *LDense) GetShape() tf.Shape
- func (l *LDense) SetActivation(activation string) *LDense
- func (l *LDense) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LDense
- func (l *LDense) SetBiasConstraint(biasConstraint constraint.Constraint) *LDense
- func (l *LDense) SetBiasInitializer(biasInitializer initializer.Initializer) *LDense
- func (l *LDense) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LDense
- func (l *LDense) SetDtype(dtype DataType) *LDense
- func (l *LDense) SetInputs(inputs ...Layer) Layer
- func (l *LDense) SetKernelConstraint(kernelConstraint constraint.Constraint) *LDense
- func (l *LDense) SetKernelInitializer(kernelInitializer initializer.Initializer) *LDense
- func (l *LDense) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LDense
- func (l *LDense) SetLayerWeights(layerWeights []*tf.Tensor) *LDense
- func (l *LDense) SetName(name string) *LDense
- func (l *LDense) SetShape(shape tf.Shape) *LDense
- func (l *LDense) SetTrainable(trainable bool) *LDense
- func (l *LDense) SetUseBias(useBias bool) *LDense
- type LDepthwiseConv2D
- func (l *LDepthwiseConv2D) GetCustomLayerDefinition() string
- func (l *LDepthwiseConv2D) GetDtype() DataType
- func (l *LDepthwiseConv2D) GetInputs() []Layer
- func (l *LDepthwiseConv2D) GetKerasLayerConfig() interface{}
- func (l *LDepthwiseConv2D) GetLayerWeights() []*tf.Tensor
- func (l *LDepthwiseConv2D) GetName() string
- func (l *LDepthwiseConv2D) GetShape() tf.Shape
- func (l *LDepthwiseConv2D) SetActivation(activation string) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDataFormat(dataFormat interface{}) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDepthMultiplier(depthMultiplier float64) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDilationRate(dilationRate []interface{}) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetDtype(dtype DataType) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetGroups(groups float64) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetInputs(inputs ...Layer) Layer
- func (l *LDepthwiseConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetName(name string) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetPadding(padding string) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetShape(shape tf.Shape) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetStrides(strides []interface{}) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetTrainable(trainable bool) *LDepthwiseConv2D
- func (l *LDepthwiseConv2D) SetUseBias(useBias bool) *LDepthwiseConv2D
- type LDiscretization
- func (l *LDiscretization) GetCustomLayerDefinition() string
- func (l *LDiscretization) GetDtype() DataType
- func (l *LDiscretization) GetInputs() []Layer
- func (l *LDiscretization) GetKerasLayerConfig() interface{}
- func (l *LDiscretization) GetLayerWeights() []*tf.Tensor
- func (l *LDiscretization) GetName() string
- func (l *LDiscretization) GetShape() tf.Shape
- func (l *LDiscretization) SetBinBoundaries(binBoundaries interface{}) *LDiscretization
- func (l *LDiscretization) SetDtype(dtype DataType) *LDiscretization
- func (l *LDiscretization) SetEpsilon(epsilon float64) *LDiscretization
- func (l *LDiscretization) SetInputs(inputs ...Layer) Layer
- func (l *LDiscretization) SetLayerWeights(layerWeights []*tf.Tensor) *LDiscretization
- func (l *LDiscretization) SetName(name string) *LDiscretization
- func (l *LDiscretization) SetNumBins(numBins interface{}) *LDiscretization
- func (l *LDiscretization) SetShape(shape tf.Shape) *LDiscretization
- func (l *LDiscretization) SetTrainable(trainable bool) *LDiscretization
- type LDot
- func (l *LDot) GetCustomLayerDefinition() string
- func (l *LDot) GetDtype() DataType
- func (l *LDot) GetInputs() []Layer
- func (l *LDot) GetKerasLayerConfig() interface{}
- func (l *LDot) GetLayerWeights() []*tf.Tensor
- func (l *LDot) GetName() string
- func (l *LDot) GetShape() tf.Shape
- func (l *LDot) SetDtype(dtype DataType) *LDot
- func (l *LDot) SetInputs(inputs ...Layer) Layer
- func (l *LDot) SetLayerWeights(layerWeights []*tf.Tensor) *LDot
- func (l *LDot) SetName(name string) *LDot
- func (l *LDot) SetNormalize(normalize bool) *LDot
- func (l *LDot) SetShape(shape tf.Shape) *LDot
- func (l *LDot) SetTrainable(trainable bool) *LDot
- type LDropout
- func (l *LDropout) GetCustomLayerDefinition() string
- func (l *LDropout) GetDtype() DataType
- func (l *LDropout) GetInputs() []Layer
- func (l *LDropout) GetKerasLayerConfig() interface{}
- func (l *LDropout) GetLayerWeights() []*tf.Tensor
- func (l *LDropout) GetName() string
- func (l *LDropout) GetShape() tf.Shape
- func (l *LDropout) SetDtype(dtype DataType) *LDropout
- func (l *LDropout) SetInputs(inputs ...Layer) Layer
- func (l *LDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LDropout
- func (l *LDropout) SetName(name string) *LDropout
- func (l *LDropout) SetNoiseShape(noiseShape interface{}) *LDropout
- func (l *LDropout) SetSeed(seed interface{}) *LDropout
- func (l *LDropout) SetShape(shape tf.Shape) *LDropout
- func (l *LDropout) SetTrainable(trainable bool) *LDropout
- type LEinsumDense
- func (l *LEinsumDense) GetCustomLayerDefinition() string
- func (l *LEinsumDense) GetDtype() DataType
- func (l *LEinsumDense) GetInputs() []Layer
- func (l *LEinsumDense) GetKerasLayerConfig() interface{}
- func (l *LEinsumDense) GetLayerWeights() []*tf.Tensor
- func (l *LEinsumDense) GetName() string
- func (l *LEinsumDense) GetShape() tf.Shape
- func (l *LEinsumDense) SetActivation(activation string) *LEinsumDense
- func (l *LEinsumDense) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LEinsumDense
- func (l *LEinsumDense) SetBiasAxes(biasAxes interface{}) *LEinsumDense
- func (l *LEinsumDense) SetBiasConstraint(biasConstraint constraint.Constraint) *LEinsumDense
- func (l *LEinsumDense) SetBiasInitializer(biasInitializer initializer.Initializer) *LEinsumDense
- func (l *LEinsumDense) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LEinsumDense
- func (l *LEinsumDense) SetDtype(dtype DataType) *LEinsumDense
- func (l *LEinsumDense) SetInputs(inputs ...Layer) Layer
- func (l *LEinsumDense) SetKernelConstraint(kernelConstraint constraint.Constraint) *LEinsumDense
- func (l *LEinsumDense) SetKernelInitializer(kernelInitializer initializer.Initializer) *LEinsumDense
- func (l *LEinsumDense) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LEinsumDense
- func (l *LEinsumDense) SetLayerWeights(layerWeights []*tf.Tensor) *LEinsumDense
- func (l *LEinsumDense) SetName(name string) *LEinsumDense
- func (l *LEinsumDense) SetShape(shape tf.Shape) *LEinsumDense
- func (l *LEinsumDense) SetTrainable(trainable bool) *LEinsumDense
- type LEmbedding
- func (l *LEmbedding) GetCustomLayerDefinition() string
- func (l *LEmbedding) GetDtype() DataType
- func (l *LEmbedding) GetInputs() []Layer
- func (l *LEmbedding) GetKerasLayerConfig() interface{}
- func (l *LEmbedding) GetLayerWeights() []*tf.Tensor
- func (l *LEmbedding) GetName() string
- func (l *LEmbedding) GetShape() tf.Shape
- func (l *LEmbedding) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LEmbedding
- func (l *LEmbedding) SetBatchInputShape(batchInputShape []interface{}) *LEmbedding
- func (l *LEmbedding) SetDtype(dtype DataType) *LEmbedding
- func (l *LEmbedding) SetEmbeddingsConstraint(embeddingsConstraint constraint.Constraint) *LEmbedding
- func (l *LEmbedding) SetEmbeddingsInitializer(embeddingsInitializer string) *LEmbedding
- func (l *LEmbedding) SetEmbeddingsRegularizer(embeddingsRegularizer regularizer.Regularizer) *LEmbedding
- func (l *LEmbedding) SetInputLength(inputLength interface{}) *LEmbedding
- func (l *LEmbedding) SetInputs(inputs ...Layer) Layer
- func (l *LEmbedding) SetLayerWeights(layerWeights []*tf.Tensor) *LEmbedding
- func (l *LEmbedding) SetMaskZero(maskZero bool) *LEmbedding
- func (l *LEmbedding) SetName(name string) *LEmbedding
- func (l *LEmbedding) SetShape(shape tf.Shape) *LEmbedding
- func (l *LEmbedding) SetTrainable(trainable bool) *LEmbedding
- type LFlatten
- func (l *LFlatten) GetCustomLayerDefinition() string
- func (l *LFlatten) GetDtype() DataType
- func (l *LFlatten) GetInputs() []Layer
- func (l *LFlatten) GetKerasLayerConfig() interface{}
- func (l *LFlatten) GetLayerWeights() []*tf.Tensor
- func (l *LFlatten) GetName() string
- func (l *LFlatten) GetShape() tf.Shape
- func (l *LFlatten) SetDataFormat(dataFormat interface{}) *LFlatten
- func (l *LFlatten) SetDtype(dtype DataType) *LFlatten
- func (l *LFlatten) SetInputs(inputs ...Layer) Layer
- func (l *LFlatten) SetLayerWeights(layerWeights []*tf.Tensor) *LFlatten
- func (l *LFlatten) SetName(name string) *LFlatten
- func (l *LFlatten) SetShape(shape tf.Shape) *LFlatten
- func (l *LFlatten) SetTrainable(trainable bool) *LFlatten
- type LGRU
- func (l *LGRU) GetCustomLayerDefinition() string
- func (l *LGRU) GetDtype() DataType
- func (l *LGRU) GetInputs() []Layer
- func (l *LGRU) GetKerasLayerConfig() interface{}
- func (l *LGRU) GetLayerWeights() []*tf.Tensor
- func (l *LGRU) GetName() string
- func (l *LGRU) GetShape() tf.Shape
- func (l *LGRU) SetActivation(activation string) *LGRU
- func (l *LGRU) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LGRU
- func (l *LGRU) SetBiasConstraint(biasConstraint constraint.Constraint) *LGRU
- func (l *LGRU) SetBiasInitializer(biasInitializer initializer.Initializer) *LGRU
- func (l *LGRU) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LGRU
- func (l *LGRU) SetDropout(dropout float64) *LGRU
- func (l *LGRU) SetDtype(dtype DataType) *LGRU
- func (l *LGRU) SetGoBackwards(goBackwards bool) *LGRU
- func (l *LGRU) SetImplementation(implementation float64) *LGRU
- func (l *LGRU) SetInputs(inputs ...Layer) Layer
- func (l *LGRU) SetKernelConstraint(kernelConstraint constraint.Constraint) *LGRU
- func (l *LGRU) SetKernelInitializer(kernelInitializer initializer.Initializer) *LGRU
- func (l *LGRU) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LGRU
- func (l *LGRU) SetLayerWeights(layerWeights []*tf.Tensor) *LGRU
- func (l *LGRU) SetName(name string) *LGRU
- func (l *LGRU) SetRecurrentActivation(recurrentActivation string) *LGRU
- func (l *LGRU) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LGRU
- func (l *LGRU) SetRecurrentDropout(recurrentDropout float64) *LGRU
- func (l *LGRU) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LGRU
- func (l *LGRU) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LGRU
- func (l *LGRU) SetResetAfter(resetAfter bool) *LGRU
- func (l *LGRU) SetReturnSequences(returnSequences bool) *LGRU
- func (l *LGRU) SetReturnState(returnState bool) *LGRU
- func (l *LGRU) SetShape(shape tf.Shape) *LGRU
- func (l *LGRU) SetStateful(stateful bool) *LGRU
- func (l *LGRU) SetTimeMajor(timeMajor bool) *LGRU
- func (l *LGRU) SetTrainable(trainable bool) *LGRU
- func (l *LGRU) SetUnroll(unroll bool) *LGRU
- func (l *LGRU) SetUseBias(useBias bool) *LGRU
- type LGaussianDropout
- func (l *LGaussianDropout) GetCustomLayerDefinition() string
- func (l *LGaussianDropout) GetDtype() DataType
- func (l *LGaussianDropout) GetInputs() []Layer
- func (l *LGaussianDropout) GetKerasLayerConfig() interface{}
- func (l *LGaussianDropout) GetLayerWeights() []*tf.Tensor
- func (l *LGaussianDropout) GetName() string
- func (l *LGaussianDropout) GetShape() tf.Shape
- func (l *LGaussianDropout) SetDtype(dtype DataType) *LGaussianDropout
- func (l *LGaussianDropout) SetInputs(inputs ...Layer) Layer
- func (l *LGaussianDropout) SetLayerWeights(layerWeights []*tf.Tensor) *LGaussianDropout
- func (l *LGaussianDropout) SetName(name string) *LGaussianDropout
- func (l *LGaussianDropout) SetShape(shape tf.Shape) *LGaussianDropout
- func (l *LGaussianDropout) SetTrainable(trainable bool) *LGaussianDropout
- type LGaussianNoise
- func (l *LGaussianNoise) GetCustomLayerDefinition() string
- func (l *LGaussianNoise) GetDtype() DataType
- func (l *LGaussianNoise) GetInputs() []Layer
- func (l *LGaussianNoise) GetKerasLayerConfig() interface{}
- func (l *LGaussianNoise) GetLayerWeights() []*tf.Tensor
- func (l *LGaussianNoise) GetName() string
- func (l *LGaussianNoise) GetShape() tf.Shape
- func (l *LGaussianNoise) SetDtype(dtype DataType) *LGaussianNoise
- func (l *LGaussianNoise) SetInputs(inputs ...Layer) Layer
- func (l *LGaussianNoise) SetLayerWeights(layerWeights []*tf.Tensor) *LGaussianNoise
- func (l *LGaussianNoise) SetName(name string) *LGaussianNoise
- func (l *LGaussianNoise) SetShape(shape tf.Shape) *LGaussianNoise
- func (l *LGaussianNoise) SetTrainable(trainable bool) *LGaussianNoise
- type LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) GetCustomLayerDefinition() string
- func (l *LGlobalAveragePooling1D) GetDtype() DataType
- func (l *LGlobalAveragePooling1D) GetInputs() []Layer
- func (l *LGlobalAveragePooling1D) GetKerasLayerConfig() interface{}
- func (l *LGlobalAveragePooling1D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalAveragePooling1D) GetName() string
- func (l *LGlobalAveragePooling1D) GetShape() tf.Shape
- func (l *LGlobalAveragePooling1D) SetDataFormat(dataFormat string) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetDtype(dtype DataType) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalAveragePooling1D) SetKeepdims(keepdims bool) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetName(name string) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetShape(shape tf.Shape) *LGlobalAveragePooling1D
- func (l *LGlobalAveragePooling1D) SetTrainable(trainable bool) *LGlobalAveragePooling1D
- type LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) GetCustomLayerDefinition() string
- func (l *LGlobalAveragePooling2D) GetDtype() DataType
- func (l *LGlobalAveragePooling2D) GetInputs() []Layer
- func (l *LGlobalAveragePooling2D) GetKerasLayerConfig() interface{}
- func (l *LGlobalAveragePooling2D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalAveragePooling2D) GetName() string
- func (l *LGlobalAveragePooling2D) GetShape() tf.Shape
- func (l *LGlobalAveragePooling2D) SetDataFormat(dataFormat interface{}) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetDtype(dtype DataType) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalAveragePooling2D) SetKeepdims(keepdims bool) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetName(name string) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetShape(shape tf.Shape) *LGlobalAveragePooling2D
- func (l *LGlobalAveragePooling2D) SetTrainable(trainable bool) *LGlobalAveragePooling2D
- type LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) GetCustomLayerDefinition() string
- func (l *LGlobalAveragePooling3D) GetDtype() DataType
- func (l *LGlobalAveragePooling3D) GetInputs() []Layer
- func (l *LGlobalAveragePooling3D) GetKerasLayerConfig() interface{}
- func (l *LGlobalAveragePooling3D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalAveragePooling3D) GetName() string
- func (l *LGlobalAveragePooling3D) GetShape() tf.Shape
- func (l *LGlobalAveragePooling3D) SetDataFormat(dataFormat interface{}) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetDtype(dtype DataType) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalAveragePooling3D) SetKeepdims(keepdims bool) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetName(name string) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetShape(shape tf.Shape) *LGlobalAveragePooling3D
- func (l *LGlobalAveragePooling3D) SetTrainable(trainable bool) *LGlobalAveragePooling3D
- type LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) GetCustomLayerDefinition() string
- func (l *LGlobalMaxPooling1D) GetDtype() DataType
- func (l *LGlobalMaxPooling1D) GetInputs() []Layer
- func (l *LGlobalMaxPooling1D) GetKerasLayerConfig() interface{}
- func (l *LGlobalMaxPooling1D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalMaxPooling1D) GetName() string
- func (l *LGlobalMaxPooling1D) GetShape() tf.Shape
- func (l *LGlobalMaxPooling1D) SetDataFormat(dataFormat string) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetDtype(dtype DataType) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalMaxPooling1D) SetKeepdims(keepdims bool) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetName(name string) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetShape(shape tf.Shape) *LGlobalMaxPooling1D
- func (l *LGlobalMaxPooling1D) SetTrainable(trainable bool) *LGlobalMaxPooling1D
- type LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) GetCustomLayerDefinition() string
- func (l *LGlobalMaxPooling2D) GetDtype() DataType
- func (l *LGlobalMaxPooling2D) GetInputs() []Layer
- func (l *LGlobalMaxPooling2D) GetKerasLayerConfig() interface{}
- func (l *LGlobalMaxPooling2D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalMaxPooling2D) GetName() string
- func (l *LGlobalMaxPooling2D) GetShape() tf.Shape
- func (l *LGlobalMaxPooling2D) SetDataFormat(dataFormat interface{}) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetDtype(dtype DataType) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalMaxPooling2D) SetKeepdims(keepdims bool) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetName(name string) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetShape(shape tf.Shape) *LGlobalMaxPooling2D
- func (l *LGlobalMaxPooling2D) SetTrainable(trainable bool) *LGlobalMaxPooling2D
- type LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) GetCustomLayerDefinition() string
- func (l *LGlobalMaxPooling3D) GetDtype() DataType
- func (l *LGlobalMaxPooling3D) GetInputs() []Layer
- func (l *LGlobalMaxPooling3D) GetKerasLayerConfig() interface{}
- func (l *LGlobalMaxPooling3D) GetLayerWeights() []*tf.Tensor
- func (l *LGlobalMaxPooling3D) GetName() string
- func (l *LGlobalMaxPooling3D) GetShape() tf.Shape
- func (l *LGlobalMaxPooling3D) SetDataFormat(dataFormat interface{}) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetDtype(dtype DataType) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetInputs(inputs ...Layer) Layer
- func (l *LGlobalMaxPooling3D) SetKeepdims(keepdims bool) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetName(name string) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetShape(shape tf.Shape) *LGlobalMaxPooling3D
- func (l *LGlobalMaxPooling3D) SetTrainable(trainable bool) *LGlobalMaxPooling3D
- type LHashing
- func (l *LHashing) GetCustomLayerDefinition() string
- func (l *LHashing) GetDtype() DataType
- func (l *LHashing) GetInputs() []Layer
- func (l *LHashing) GetKerasLayerConfig() interface{}
- func (l *LHashing) GetLayerWeights() []*tf.Tensor
- func (l *LHashing) GetName() string
- func (l *LHashing) GetShape() tf.Shape
- func (l *LHashing) SetDtype(dtype DataType) *LHashing
- func (l *LHashing) SetInputs(inputs ...Layer) Layer
- func (l *LHashing) SetLayerWeights(layerWeights []*tf.Tensor) *LHashing
- func (l *LHashing) SetMaskValue(maskValue interface{}) *LHashing
- func (l *LHashing) SetName(name string) *LHashing
- func (l *LHashing) SetSalt(salt interface{}) *LHashing
- func (l *LHashing) SetShape(shape tf.Shape) *LHashing
- func (l *LHashing) SetTrainable(trainable bool) *LHashing
- type LInput
- func (i *LInput) GetCustomLayerDefinition() string
- func (i *LInput) GetDtype() DataType
- func (i *LInput) GetInputs() []Layer
- func (i *LInput) GetKerasLayerConfig() interface{}
- func (i *LInput) GetLayerWeights() []*tf.Tensor
- func (i *LInput) GetName() string
- func (i *LInput) GetShape() tf.Shape
- func (i *LInput) SetBatchSize(batchSize float64) *LInput
- func (i *LInput) SetDtype(dtype DataType) *LInput
- func (i *LInput) SetInputShape(inputShape tf.Shape) *LInput
- func (i *LInput) SetInputs(inputs ...Layer) Layer
- func (i *LInput) SetName(name string) *LInput
- func (i *LInput) SetRagged(ragged bool) *LInput
- func (i *LInput) SetSparse(sparse bool) *LInput
- func (i *LInput) SetTrainable(trainable bool) *LInput
- type LIntegerLookup
- func (l *LIntegerLookup) GetCustomLayerDefinition() string
- func (l *LIntegerLookup) GetDtype() DataType
- func (l *LIntegerLookup) GetInputs() []Layer
- func (l *LIntegerLookup) GetKerasLayerConfig() interface{}
- func (l *LIntegerLookup) GetLayerWeights() []*tf.Tensor
- func (l *LIntegerLookup) GetName() string
- func (l *LIntegerLookup) GetShape() tf.Shape
- func (l *LIntegerLookup) SetDtype(dtype DataType) *LIntegerLookup
- func (l *LIntegerLookup) SetInputs(inputs ...Layer) Layer
- func (l *LIntegerLookup) SetInvert(invert bool) *LIntegerLookup
- func (l *LIntegerLookup) SetLayerWeights(layerWeights []*tf.Tensor) *LIntegerLookup
- func (l *LIntegerLookup) SetMaskToken(maskToken interface{}) *LIntegerLookup
- func (l *LIntegerLookup) SetMaxTokens(maxTokens interface{}) *LIntegerLookup
- func (l *LIntegerLookup) SetName(name string) *LIntegerLookup
- func (l *LIntegerLookup) SetNumOovIndices(numOovIndices float64) *LIntegerLookup
- func (l *LIntegerLookup) SetOovToken(oovToken float64) *LIntegerLookup
- func (l *LIntegerLookup) SetOutputMode(outputMode string) *LIntegerLookup
- func (l *LIntegerLookup) SetPadToMaxTokens(padToMaxTokens bool) *LIntegerLookup
- func (l *LIntegerLookup) SetShape(shape tf.Shape) *LIntegerLookup
- func (l *LIntegerLookup) SetSparse(sparse bool) *LIntegerLookup
- func (l *LIntegerLookup) SetTrainable(trainable bool) *LIntegerLookup
- func (l *LIntegerLookup) SetVocabulary(vocabulary interface{}) *LIntegerLookup
- type LLSTM
- func (l *LLSTM) GetCustomLayerDefinition() string
- func (l *LLSTM) GetDtype() DataType
- func (l *LLSTM) GetInputs() []Layer
- func (l *LLSTM) GetKerasLayerConfig() interface{}
- func (l *LLSTM) GetLayerWeights() []*tf.Tensor
- func (l *LLSTM) GetName() string
- func (l *LLSTM) GetShape() tf.Shape
- func (l *LLSTM) SetActivation(activation string) *LLSTM
- func (l *LLSTM) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LLSTM
- func (l *LLSTM) SetBiasConstraint(biasConstraint constraint.Constraint) *LLSTM
- func (l *LLSTM) SetBiasInitializer(biasInitializer initializer.Initializer) *LLSTM
- func (l *LLSTM) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LLSTM
- func (l *LLSTM) SetDropout(dropout float64) *LLSTM
- func (l *LLSTM) SetDtype(dtype DataType) *LLSTM
- func (l *LLSTM) SetGoBackwards(goBackwards bool) *LLSTM
- func (l *LLSTM) SetImplementation(implementation float64) *LLSTM
- func (l *LLSTM) SetInputs(inputs ...Layer) Layer
- func (l *LLSTM) SetKernelConstraint(kernelConstraint constraint.Constraint) *LLSTM
- func (l *LLSTM) SetKernelInitializer(kernelInitializer initializer.Initializer) *LLSTM
- func (l *LLSTM) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LLSTM
- func (l *LLSTM) SetLayerWeights(layerWeights []*tf.Tensor) *LLSTM
- func (l *LLSTM) SetName(name string) *LLSTM
- func (l *LLSTM) SetRecurrentActivation(recurrentActivation string) *LLSTM
- func (l *LLSTM) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LLSTM
- func (l *LLSTM) SetRecurrentDropout(recurrentDropout float64) *LLSTM
- func (l *LLSTM) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LLSTM
- func (l *LLSTM) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LLSTM
- func (l *LLSTM) SetReturnSequences(returnSequences bool) *LLSTM
- func (l *LLSTM) SetReturnState(returnState bool) *LLSTM
- func (l *LLSTM) SetShape(shape tf.Shape) *LLSTM
- func (l *LLSTM) SetStateful(stateful bool) *LLSTM
- func (l *LLSTM) SetTimeMajor(timeMajor bool) *LLSTM
- func (l *LLSTM) SetTrainable(trainable bool) *LLSTM
- func (l *LLSTM) SetUnitForgetBias(unitForgetBias bool) *LLSTM
- func (l *LLSTM) SetUnroll(unroll bool) *LLSTM
- func (l *LLSTM) SetUseBias(useBias bool) *LLSTM
- type LLayerNormalization
- func (l *LLayerNormalization) GetCustomLayerDefinition() string
- func (l *LLayerNormalization) GetDtype() DataType
- func (l *LLayerNormalization) GetInputs() []Layer
- func (l *LLayerNormalization) GetKerasLayerConfig() interface{}
- func (l *LLayerNormalization) GetLayerWeights() []*tf.Tensor
- func (l *LLayerNormalization) GetName() string
- func (l *LLayerNormalization) GetShape() tf.Shape
- func (l *LLayerNormalization) SetAxis(axis float64) *LLayerNormalization
- func (l *LLayerNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LLayerNormalization
- func (l *LLayerNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LLayerNormalization
- func (l *LLayerNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LLayerNormalization
- func (l *LLayerNormalization) SetCenter(center bool) *LLayerNormalization
- func (l *LLayerNormalization) SetDtype(dtype DataType) *LLayerNormalization
- func (l *LLayerNormalization) SetEpsilon(epsilon float64) *LLayerNormalization
- func (l *LLayerNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LLayerNormalization
- func (l *LLayerNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LLayerNormalization
- func (l *LLayerNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LLayerNormalization
- func (l *LLayerNormalization) SetInputs(inputs ...Layer) Layer
- func (l *LLayerNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LLayerNormalization
- func (l *LLayerNormalization) SetName(name string) *LLayerNormalization
- func (l *LLayerNormalization) SetScale(scale bool) *LLayerNormalization
- func (l *LLayerNormalization) SetShape(shape tf.Shape) *LLayerNormalization
- func (l *LLayerNormalization) SetTrainable(trainable bool) *LLayerNormalization
- type LLeakyReLU
- func (l *LLeakyReLU) GetCustomLayerDefinition() string
- func (l *LLeakyReLU) GetDtype() DataType
- func (l *LLeakyReLU) GetInputs() []Layer
- func (l *LLeakyReLU) GetKerasLayerConfig() interface{}
- func (l *LLeakyReLU) GetLayerWeights() []*tf.Tensor
- func (l *LLeakyReLU) GetName() string
- func (l *LLeakyReLU) GetShape() tf.Shape
- func (l *LLeakyReLU) SetAlpha(alpha float64) *LLeakyReLU
- func (l *LLeakyReLU) SetDtype(dtype DataType) *LLeakyReLU
- func (l *LLeakyReLU) SetInputs(inputs ...Layer) Layer
- func (l *LLeakyReLU) SetLayerWeights(layerWeights []*tf.Tensor) *LLeakyReLU
- func (l *LLeakyReLU) SetName(name string) *LLeakyReLU
- func (l *LLeakyReLU) SetShape(shape tf.Shape) *LLeakyReLU
- func (l *LLeakyReLU) SetTrainable(trainable bool) *LLeakyReLU
- type LMasking
- func (l *LMasking) GetCustomLayerDefinition() string
- func (l *LMasking) GetDtype() DataType
- func (l *LMasking) GetInputs() []Layer
- func (l *LMasking) GetKerasLayerConfig() interface{}
- func (l *LMasking) GetLayerWeights() []*tf.Tensor
- func (l *LMasking) GetName() string
- func (l *LMasking) GetShape() tf.Shape
- func (l *LMasking) SetDtype(dtype DataType) *LMasking
- func (l *LMasking) SetInputs(inputs ...Layer) Layer
- func (l *LMasking) SetLayerWeights(layerWeights []*tf.Tensor) *LMasking
- func (l *LMasking) SetMaskValue(maskValue float64) *LMasking
- func (l *LMasking) SetName(name string) *LMasking
- func (l *LMasking) SetShape(shape tf.Shape) *LMasking
- func (l *LMasking) SetTrainable(trainable bool) *LMasking
- type LMaxPooling1D
- func (l *LMaxPooling1D) GetCustomLayerDefinition() string
- func (l *LMaxPooling1D) GetDtype() DataType
- func (l *LMaxPooling1D) GetInputs() []Layer
- func (l *LMaxPooling1D) GetKerasLayerConfig() interface{}
- func (l *LMaxPooling1D) GetLayerWeights() []*tf.Tensor
- func (l *LMaxPooling1D) GetName() string
- func (l *LMaxPooling1D) GetShape() tf.Shape
- func (l *LMaxPooling1D) SetDataFormat(dataFormat string) *LMaxPooling1D
- func (l *LMaxPooling1D) SetDtype(dtype DataType) *LMaxPooling1D
- func (l *LMaxPooling1D) SetInputs(inputs ...Layer) Layer
- func (l *LMaxPooling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling1D
- func (l *LMaxPooling1D) SetName(name string) *LMaxPooling1D
- func (l *LMaxPooling1D) SetPadding(padding string) *LMaxPooling1D
- func (l *LMaxPooling1D) SetPoolSize(poolSize float64) *LMaxPooling1D
- func (l *LMaxPooling1D) SetShape(shape tf.Shape) *LMaxPooling1D
- func (l *LMaxPooling1D) SetStrides(strides interface{}) *LMaxPooling1D
- func (l *LMaxPooling1D) SetTrainable(trainable bool) *LMaxPooling1D
- type LMaxPooling2D
- func (l *LMaxPooling2D) GetCustomLayerDefinition() string
- func (l *LMaxPooling2D) GetDtype() DataType
- func (l *LMaxPooling2D) GetInputs() []Layer
- func (l *LMaxPooling2D) GetKerasLayerConfig() interface{}
- func (l *LMaxPooling2D) GetLayerWeights() []*tf.Tensor
- func (l *LMaxPooling2D) GetName() string
- func (l *LMaxPooling2D) GetShape() tf.Shape
- func (l *LMaxPooling2D) SetDataFormat(dataFormat interface{}) *LMaxPooling2D
- func (l *LMaxPooling2D) SetDtype(dtype DataType) *LMaxPooling2D
- func (l *LMaxPooling2D) SetInputs(inputs ...Layer) Layer
- func (l *LMaxPooling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling2D
- func (l *LMaxPooling2D) SetName(name string) *LMaxPooling2D
- func (l *LMaxPooling2D) SetPadding(padding string) *LMaxPooling2D
- func (l *LMaxPooling2D) SetPoolSize(poolSize []interface{}) *LMaxPooling2D
- func (l *LMaxPooling2D) SetShape(shape tf.Shape) *LMaxPooling2D
- func (l *LMaxPooling2D) SetStrides(strides interface{}) *LMaxPooling2D
- func (l *LMaxPooling2D) SetTrainable(trainable bool) *LMaxPooling2D
- type LMaxPooling3D
- func (l *LMaxPooling3D) GetCustomLayerDefinition() string
- func (l *LMaxPooling3D) GetDtype() DataType
- func (l *LMaxPooling3D) GetInputs() []Layer
- func (l *LMaxPooling3D) GetKerasLayerConfig() interface{}
- func (l *LMaxPooling3D) GetLayerWeights() []*tf.Tensor
- func (l *LMaxPooling3D) GetName() string
- func (l *LMaxPooling3D) GetShape() tf.Shape
- func (l *LMaxPooling3D) SetDataFormat(dataFormat interface{}) *LMaxPooling3D
- func (l *LMaxPooling3D) SetDtype(dtype DataType) *LMaxPooling3D
- func (l *LMaxPooling3D) SetInputs(inputs ...Layer) Layer
- func (l *LMaxPooling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LMaxPooling3D
- func (l *LMaxPooling3D) SetName(name string) *LMaxPooling3D
- func (l *LMaxPooling3D) SetPadding(padding string) *LMaxPooling3D
- func (l *LMaxPooling3D) SetPoolSize(poolSize []interface{}) *LMaxPooling3D
- func (l *LMaxPooling3D) SetShape(shape tf.Shape) *LMaxPooling3D
- func (l *LMaxPooling3D) SetStrides(strides interface{}) *LMaxPooling3D
- func (l *LMaxPooling3D) SetTrainable(trainable bool) *LMaxPooling3D
- type LMaximum
- func (l *LMaximum) GetCustomLayerDefinition() string
- func (l *LMaximum) GetDtype() DataType
- func (l *LMaximum) GetInputs() []Layer
- func (l *LMaximum) GetKerasLayerConfig() interface{}
- func (l *LMaximum) GetLayerWeights() []*tf.Tensor
- func (l *LMaximum) GetName() string
- func (l *LMaximum) GetShape() tf.Shape
- func (l *LMaximum) SetDtype(dtype DataType) *LMaximum
- func (l *LMaximum) SetInputs(inputs ...Layer) Layer
- func (l *LMaximum) SetLayerWeights(layerWeights []*tf.Tensor) *LMaximum
- func (l *LMaximum) SetName(name string) *LMaximum
- func (l *LMaximum) SetShape(shape tf.Shape) *LMaximum
- func (l *LMaximum) SetTrainable(trainable bool) *LMaximum
- type LMinimum
- func (l *LMinimum) GetCustomLayerDefinition() string
- func (l *LMinimum) GetDtype() DataType
- func (l *LMinimum) GetInputs() []Layer
- func (l *LMinimum) GetKerasLayerConfig() interface{}
- func (l *LMinimum) GetLayerWeights() []*tf.Tensor
- func (l *LMinimum) GetName() string
- func (l *LMinimum) GetShape() tf.Shape
- func (l *LMinimum) SetDtype(dtype DataType) *LMinimum
- func (l *LMinimum) SetInputs(inputs ...Layer) Layer
- func (l *LMinimum) SetLayerWeights(layerWeights []*tf.Tensor) *LMinimum
- func (l *LMinimum) SetName(name string) *LMinimum
- func (l *LMinimum) SetShape(shape tf.Shape) *LMinimum
- func (l *LMinimum) SetTrainable(trainable bool) *LMinimum
- type LMultiHeadAttention
- func (l *LMultiHeadAttention) GetCustomLayerDefinition() string
- func (l *LMultiHeadAttention) GetDtype() DataType
- func (l *LMultiHeadAttention) GetInputs() []Layer
- func (l *LMultiHeadAttention) GetKerasLayerConfig() interface{}
- func (l *LMultiHeadAttention) GetLayerWeights() []*tf.Tensor
- func (l *LMultiHeadAttention) GetName() string
- func (l *LMultiHeadAttention) GetShape() tf.Shape
- func (l *LMultiHeadAttention) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetAttentionAxes(attentionAxes interface{}) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetBiasConstraint(biasConstraint constraint.Constraint) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetBiasInitializer(biasInitializer initializer.Initializer) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetDropout(dropout float64) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetDtype(dtype DataType) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetInputs(inputs ...Layer) Layer
- func (l *LMultiHeadAttention) SetKernelConstraint(kernelConstraint constraint.Constraint) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetKernelInitializer(kernelInitializer initializer.Initializer) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetKeyShape(keyShape interface{}) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetLayerWeights(layerWeights []*tf.Tensor) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetName(name string) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetOutputShape(outputShape interface{}) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetQueryShape(queryShape interface{}) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetShape(shape tf.Shape) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetTrainable(trainable bool) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetUseBias(useBias bool) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetValueDim(valueDim interface{}) *LMultiHeadAttention
- func (l *LMultiHeadAttention) SetValueShape(valueShape interface{}) *LMultiHeadAttention
- type LMultiply
- func (l *LMultiply) GetCustomLayerDefinition() string
- func (l *LMultiply) GetDtype() DataType
- func (l *LMultiply) GetInputs() []Layer
- func (l *LMultiply) GetKerasLayerConfig() interface{}
- func (l *LMultiply) GetLayerWeights() []*tf.Tensor
- func (l *LMultiply) GetName() string
- func (l *LMultiply) GetShape() tf.Shape
- func (l *LMultiply) SetDtype(dtype DataType) *LMultiply
- func (l *LMultiply) SetInputs(inputs ...Layer) Layer
- func (l *LMultiply) SetLayerWeights(layerWeights []*tf.Tensor) *LMultiply
- func (l *LMultiply) SetName(name string) *LMultiply
- func (l *LMultiply) SetShape(shape tf.Shape) *LMultiply
- func (l *LMultiply) SetTrainable(trainable bool) *LMultiply
- type LNormalization
- func (l *LNormalization) GetCustomLayerDefinition() string
- func (l *LNormalization) GetDtype() DataType
- func (l *LNormalization) GetInputs() []Layer
- func (l *LNormalization) GetKerasLayerConfig() interface{}
- func (l *LNormalization) GetLayerWeights() []*tf.Tensor
- func (l *LNormalization) GetName() string
- func (l *LNormalization) GetShape() tf.Shape
- func (l *LNormalization) SetAxis(axis float64) *LNormalization
- func (l *LNormalization) SetDtype(dtype DataType) *LNormalization
- func (l *LNormalization) SetInputs(inputs ...Layer) Layer
- func (l *LNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LNormalization
- func (l *LNormalization) SetMean(mean interface{}) *LNormalization
- func (l *LNormalization) SetName(name string) *LNormalization
- func (l *LNormalization) SetShape(shape tf.Shape) *LNormalization
- func (l *LNormalization) SetTrainable(trainable bool) *LNormalization
- func (l *LNormalization) SetVariance(variance interface{}) *LNormalization
- type LPermute
- func (l *LPermute) GetCustomLayerDefinition() string
- func (l *LPermute) GetDtype() DataType
- func (l *LPermute) GetInputs() []Layer
- func (l *LPermute) GetKerasLayerConfig() interface{}
- func (l *LPermute) GetLayerWeights() []*tf.Tensor
- func (l *LPermute) GetName() string
- func (l *LPermute) GetShape() tf.Shape
- func (l *LPermute) SetDtype(dtype DataType) *LPermute
- func (l *LPermute) SetInputs(inputs ...Layer) Layer
- func (l *LPermute) SetLayerWeights(layerWeights []*tf.Tensor) *LPermute
- func (l *LPermute) SetName(name string) *LPermute
- func (l *LPermute) SetShape(shape tf.Shape) *LPermute
- func (l *LPermute) SetTrainable(trainable bool) *LPermute
- type LPreprocessingLayer
- func (l *LPreprocessingLayer) GetCustomLayerDefinition() string
- func (l *LPreprocessingLayer) GetDtype() DataType
- func (l *LPreprocessingLayer) GetInputs() []Layer
- func (l *LPreprocessingLayer) GetKerasLayerConfig() interface{}
- func (l *LPreprocessingLayer) GetLayerWeights() []*tf.Tensor
- func (l *LPreprocessingLayer) GetName() string
- func (l *LPreprocessingLayer) GetShape() tf.Shape
- func (l *LPreprocessingLayer) SetDtype(dtype DataType) *LPreprocessingLayer
- func (l *LPreprocessingLayer) SetInputs(inputs ...Layer) Layer
- func (l *LPreprocessingLayer) SetLayerWeights(layerWeights []*tf.Tensor) *LPreprocessingLayer
- func (l *LPreprocessingLayer) SetName(name string) *LPreprocessingLayer
- func (l *LPreprocessingLayer) SetShape(shape tf.Shape) *LPreprocessingLayer
- func (l *LPreprocessingLayer) SetTrainable(trainable bool) *LPreprocessingLayer
- type LRandomContrast
- func (l *LRandomContrast) GetCustomLayerDefinition() string
- func (l *LRandomContrast) GetDtype() DataType
- func (l *LRandomContrast) GetInputs() []Layer
- func (l *LRandomContrast) GetKerasLayerConfig() interface{}
- func (l *LRandomContrast) GetLayerWeights() []*tf.Tensor
- func (l *LRandomContrast) GetName() string
- func (l *LRandomContrast) GetShape() tf.Shape
- func (l *LRandomContrast) SetDtype(dtype DataType) *LRandomContrast
- func (l *LRandomContrast) SetInputs(inputs ...Layer) Layer
- func (l *LRandomContrast) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomContrast
- func (l *LRandomContrast) SetName(name string) *LRandomContrast
- func (l *LRandomContrast) SetSeed(seed interface{}) *LRandomContrast
- func (l *LRandomContrast) SetShape(shape tf.Shape) *LRandomContrast
- func (l *LRandomContrast) SetTrainable(trainable bool) *LRandomContrast
- type LRandomCrop
- func (l *LRandomCrop) GetCustomLayerDefinition() string
- func (l *LRandomCrop) GetDtype() DataType
- func (l *LRandomCrop) GetInputs() []Layer
- func (l *LRandomCrop) GetKerasLayerConfig() interface{}
- func (l *LRandomCrop) GetLayerWeights() []*tf.Tensor
- func (l *LRandomCrop) GetName() string
- func (l *LRandomCrop) GetShape() tf.Shape
- func (l *LRandomCrop) SetDtype(dtype DataType) *LRandomCrop
- func (l *LRandomCrop) SetInputs(inputs ...Layer) Layer
- func (l *LRandomCrop) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomCrop
- func (l *LRandomCrop) SetName(name string) *LRandomCrop
- func (l *LRandomCrop) SetSeed(seed interface{}) *LRandomCrop
- func (l *LRandomCrop) SetShape(shape tf.Shape) *LRandomCrop
- func (l *LRandomCrop) SetTrainable(trainable bool) *LRandomCrop
- type LRandomFlip
- func (l *LRandomFlip) GetCustomLayerDefinition() string
- func (l *LRandomFlip) GetDtype() DataType
- func (l *LRandomFlip) GetInputs() []Layer
- func (l *LRandomFlip) GetKerasLayerConfig() interface{}
- func (l *LRandomFlip) GetLayerWeights() []*tf.Tensor
- func (l *LRandomFlip) GetName() string
- func (l *LRandomFlip) GetShape() tf.Shape
- func (l *LRandomFlip) SetDtype(dtype DataType) *LRandomFlip
- func (l *LRandomFlip) SetInputs(inputs ...Layer) Layer
- func (l *LRandomFlip) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomFlip
- func (l *LRandomFlip) SetMode(mode string) *LRandomFlip
- func (l *LRandomFlip) SetName(name string) *LRandomFlip
- func (l *LRandomFlip) SetSeed(seed interface{}) *LRandomFlip
- func (l *LRandomFlip) SetShape(shape tf.Shape) *LRandomFlip
- func (l *LRandomFlip) SetTrainable(trainable bool) *LRandomFlip
- type LRandomFourierFeatures
- func (l *LRandomFourierFeatures) GetCustomLayerDefinition() string
- func (l *LRandomFourierFeatures) GetDtype() DataType
- func (l *LRandomFourierFeatures) GetInputs() []Layer
- func (l *LRandomFourierFeatures) GetKerasLayerConfig() interface{}
- func (l *LRandomFourierFeatures) GetLayerWeights() []*tf.Tensor
- func (l *LRandomFourierFeatures) GetName() string
- func (l *LRandomFourierFeatures) GetShape() tf.Shape
- func (l *LRandomFourierFeatures) SetDtype(dtype DataType) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetInputs(inputs ...Layer) Layer
- func (l *LRandomFourierFeatures) SetKernelInitializer(kernelInitializer string) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetName(name string) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetScale(scale interface{}) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetShape(shape tf.Shape) *LRandomFourierFeatures
- func (l *LRandomFourierFeatures) SetTrainable(trainable bool) *LRandomFourierFeatures
- type LRandomHeight
- func (l *LRandomHeight) GetCustomLayerDefinition() string
- func (l *LRandomHeight) GetDtype() DataType
- func (l *LRandomHeight) GetInputs() []Layer
- func (l *LRandomHeight) GetKerasLayerConfig() interface{}
- func (l *LRandomHeight) GetLayerWeights() []*tf.Tensor
- func (l *LRandomHeight) GetName() string
- func (l *LRandomHeight) GetShape() tf.Shape
- func (l *LRandomHeight) SetDtype(dtype DataType) *LRandomHeight
- func (l *LRandomHeight) SetInputs(inputs ...Layer) Layer
- func (l *LRandomHeight) SetInterpolation(interpolation string) *LRandomHeight
- func (l *LRandomHeight) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomHeight
- func (l *LRandomHeight) SetName(name string) *LRandomHeight
- func (l *LRandomHeight) SetSeed(seed interface{}) *LRandomHeight
- func (l *LRandomHeight) SetShape(shape tf.Shape) *LRandomHeight
- func (l *LRandomHeight) SetTrainable(trainable bool) *LRandomHeight
- type LRandomRotation
- func (l *LRandomRotation) GetCustomLayerDefinition() string
- func (l *LRandomRotation) GetDtype() DataType
- func (l *LRandomRotation) GetInputs() []Layer
- func (l *LRandomRotation) GetKerasLayerConfig() interface{}
- func (l *LRandomRotation) GetLayerWeights() []*tf.Tensor
- func (l *LRandomRotation) GetName() string
- func (l *LRandomRotation) GetShape() tf.Shape
- func (l *LRandomRotation) SetDtype(dtype DataType) *LRandomRotation
- func (l *LRandomRotation) SetFillMode(fillMode string) *LRandomRotation
- func (l *LRandomRotation) SetFillValue(fillValue float64) *LRandomRotation
- func (l *LRandomRotation) SetInputs(inputs ...Layer) Layer
- func (l *LRandomRotation) SetInterpolation(interpolation string) *LRandomRotation
- func (l *LRandomRotation) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomRotation
- func (l *LRandomRotation) SetName(name string) *LRandomRotation
- func (l *LRandomRotation) SetSeed(seed interface{}) *LRandomRotation
- func (l *LRandomRotation) SetShape(shape tf.Shape) *LRandomRotation
- func (l *LRandomRotation) SetTrainable(trainable bool) *LRandomRotation
- type LRandomTranslation
- func (l *LRandomTranslation) GetCustomLayerDefinition() string
- func (l *LRandomTranslation) GetDtype() DataType
- func (l *LRandomTranslation) GetInputs() []Layer
- func (l *LRandomTranslation) GetKerasLayerConfig() interface{}
- func (l *LRandomTranslation) GetLayerWeights() []*tf.Tensor
- func (l *LRandomTranslation) GetName() string
- func (l *LRandomTranslation) GetShape() tf.Shape
- func (l *LRandomTranslation) SetDtype(dtype DataType) *LRandomTranslation
- func (l *LRandomTranslation) SetFillMode(fillMode string) *LRandomTranslation
- func (l *LRandomTranslation) SetFillValue(fillValue float64) *LRandomTranslation
- func (l *LRandomTranslation) SetInputs(inputs ...Layer) Layer
- func (l *LRandomTranslation) SetInterpolation(interpolation string) *LRandomTranslation
- func (l *LRandomTranslation) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomTranslation
- func (l *LRandomTranslation) SetName(name string) *LRandomTranslation
- func (l *LRandomTranslation) SetSeed(seed interface{}) *LRandomTranslation
- func (l *LRandomTranslation) SetShape(shape tf.Shape) *LRandomTranslation
- func (l *LRandomTranslation) SetTrainable(trainable bool) *LRandomTranslation
- type LRandomWidth
- func (l *LRandomWidth) GetCustomLayerDefinition() string
- func (l *LRandomWidth) GetDtype() DataType
- func (l *LRandomWidth) GetInputs() []Layer
- func (l *LRandomWidth) GetKerasLayerConfig() interface{}
- func (l *LRandomWidth) GetLayerWeights() []*tf.Tensor
- func (l *LRandomWidth) GetName() string
- func (l *LRandomWidth) GetShape() tf.Shape
- func (l *LRandomWidth) SetDtype(dtype DataType) *LRandomWidth
- func (l *LRandomWidth) SetInputs(inputs ...Layer) Layer
- func (l *LRandomWidth) SetInterpolation(interpolation string) *LRandomWidth
- func (l *LRandomWidth) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomWidth
- func (l *LRandomWidth) SetName(name string) *LRandomWidth
- func (l *LRandomWidth) SetSeed(seed interface{}) *LRandomWidth
- func (l *LRandomWidth) SetShape(shape tf.Shape) *LRandomWidth
- func (l *LRandomWidth) SetTrainable(trainable bool) *LRandomWidth
- type LRandomZoom
- func (l *LRandomZoom) GetCustomLayerDefinition() string
- func (l *LRandomZoom) GetDtype() DataType
- func (l *LRandomZoom) GetInputs() []Layer
- func (l *LRandomZoom) GetKerasLayerConfig() interface{}
- func (l *LRandomZoom) GetLayerWeights() []*tf.Tensor
- func (l *LRandomZoom) GetName() string
- func (l *LRandomZoom) GetShape() tf.Shape
- func (l *LRandomZoom) SetDtype(dtype DataType) *LRandomZoom
- func (l *LRandomZoom) SetFillMode(fillMode string) *LRandomZoom
- func (l *LRandomZoom) SetFillValue(fillValue float64) *LRandomZoom
- func (l *LRandomZoom) SetInputs(inputs ...Layer) Layer
- func (l *LRandomZoom) SetInterpolation(interpolation string) *LRandomZoom
- func (l *LRandomZoom) SetLayerWeights(layerWeights []*tf.Tensor) *LRandomZoom
- func (l *LRandomZoom) SetName(name string) *LRandomZoom
- func (l *LRandomZoom) SetSeed(seed interface{}) *LRandomZoom
- func (l *LRandomZoom) SetShape(shape tf.Shape) *LRandomZoom
- func (l *LRandomZoom) SetTrainable(trainable bool) *LRandomZoom
- func (l *LRandomZoom) SetWidthFactor(widthFactor interface{}) *LRandomZoom
- type LRepeatVector
- func (l *LRepeatVector) GetCustomLayerDefinition() string
- func (l *LRepeatVector) GetDtype() DataType
- func (l *LRepeatVector) GetInputs() []Layer
- func (l *LRepeatVector) GetKerasLayerConfig() interface{}
- func (l *LRepeatVector) GetLayerWeights() []*tf.Tensor
- func (l *LRepeatVector) GetName() string
- func (l *LRepeatVector) GetShape() tf.Shape
- func (l *LRepeatVector) SetDtype(dtype DataType) *LRepeatVector
- func (l *LRepeatVector) SetInputs(inputs ...Layer) Layer
- func (l *LRepeatVector) SetLayerWeights(layerWeights []*tf.Tensor) *LRepeatVector
- func (l *LRepeatVector) SetName(name string) *LRepeatVector
- func (l *LRepeatVector) SetShape(shape tf.Shape) *LRepeatVector
- func (l *LRepeatVector) SetTrainable(trainable bool) *LRepeatVector
- type LRescaling
- func (l *LRescaling) GetCustomLayerDefinition() string
- func (l *LRescaling) GetDtype() DataType
- func (l *LRescaling) GetInputs() []Layer
- func (l *LRescaling) GetKerasLayerConfig() interface{}
- func (l *LRescaling) GetLayerWeights() []*tf.Tensor
- func (l *LRescaling) GetName() string
- func (l *LRescaling) GetShape() tf.Shape
- func (l *LRescaling) SetDtype(dtype DataType) *LRescaling
- func (l *LRescaling) SetInputs(inputs ...Layer) Layer
- func (l *LRescaling) SetLayerWeights(layerWeights []*tf.Tensor) *LRescaling
- func (l *LRescaling) SetName(name string) *LRescaling
- func (l *LRescaling) SetOffset(offset float64) *LRescaling
- func (l *LRescaling) SetShape(shape tf.Shape) *LRescaling
- func (l *LRescaling) SetTrainable(trainable bool) *LRescaling
- type LReshape
- func (l *LReshape) GetCustomLayerDefinition() string
- func (l *LReshape) GetDtype() DataType
- func (l *LReshape) GetInputs() []Layer
- func (l *LReshape) GetKerasLayerConfig() interface{}
- func (l *LReshape) GetLayerWeights() []*tf.Tensor
- func (l *LReshape) GetName() string
- func (l *LReshape) GetShape() tf.Shape
- func (l *LReshape) SetDtype(dtype DataType) *LReshape
- func (l *LReshape) SetInputs(inputs ...Layer) Layer
- func (l *LReshape) SetLayerWeights(layerWeights []*tf.Tensor) *LReshape
- func (l *LReshape) SetName(name string) *LReshape
- func (l *LReshape) SetShape(shape tf.Shape) *LReshape
- func (l *LReshape) SetTrainable(trainable bool) *LReshape
- type LResizing
- func (l *LResizing) GetCustomLayerDefinition() string
- func (l *LResizing) GetDtype() DataType
- func (l *LResizing) GetInputs() []Layer
- func (l *LResizing) GetKerasLayerConfig() interface{}
- func (l *LResizing) GetLayerWeights() []*tf.Tensor
- func (l *LResizing) GetName() string
- func (l *LResizing) GetShape() tf.Shape
- func (l *LResizing) SetCropToAspectRatio(cropToAspectRatio bool) *LResizing
- func (l *LResizing) SetDtype(dtype DataType) *LResizing
- func (l *LResizing) SetInputs(inputs ...Layer) Layer
- func (l *LResizing) SetInterpolation(interpolation string) *LResizing
- func (l *LResizing) SetLayerWeights(layerWeights []*tf.Tensor) *LResizing
- func (l *LResizing) SetName(name string) *LResizing
- func (l *LResizing) SetShape(shape tf.Shape) *LResizing
- func (l *LResizing) SetTrainable(trainable bool) *LResizing
- type LSeparableConv1D
- func (l *LSeparableConv1D) GetCustomLayerDefinition() string
- func (l *LSeparableConv1D) GetDtype() DataType
- func (l *LSeparableConv1D) GetInputs() []Layer
- func (l *LSeparableConv1D) GetKerasLayerConfig() interface{}
- func (l *LSeparableConv1D) GetLayerWeights() []*tf.Tensor
- func (l *LSeparableConv1D) GetName() string
- func (l *LSeparableConv1D) GetShape() tf.Shape
- func (l *LSeparableConv1D) SetActivation(activation string) *LSeparableConv1D
- func (l *LSeparableConv1D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetBiasConstraint(biasConstraint constraint.Constraint) *LSeparableConv1D
- func (l *LSeparableConv1D) SetBiasInitializer(biasInitializer initializer.Initializer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDataFormat(dataFormat interface{}) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDepthMultiplier(depthMultiplier float64) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDilationRate(dilationRate float64) *LSeparableConv1D
- func (l *LSeparableConv1D) SetDtype(dtype DataType) *LSeparableConv1D
- func (l *LSeparableConv1D) SetGroups(groups float64) *LSeparableConv1D
- func (l *LSeparableConv1D) SetInputs(inputs ...Layer) Layer
- func (l *LSeparableConv1D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSeparableConv1D
- func (l *LSeparableConv1D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetLayerWeights(layerWeights []*tf.Tensor) *LSeparableConv1D
- func (l *LSeparableConv1D) SetName(name string) *LSeparableConv1D
- func (l *LSeparableConv1D) SetPadding(padding string) *LSeparableConv1D
- func (l *LSeparableConv1D) SetPointwiseConstraint(pointwiseConstraint constraint.Constraint) *LSeparableConv1D
- func (l *LSeparableConv1D) SetPointwiseInitializer(pointwiseInitializer initializer.Initializer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetPointwiseRegularizer(pointwiseRegularizer regularizer.Regularizer) *LSeparableConv1D
- func (l *LSeparableConv1D) SetShape(shape tf.Shape) *LSeparableConv1D
- func (l *LSeparableConv1D) SetStrides(strides float64) *LSeparableConv1D
- func (l *LSeparableConv1D) SetTrainable(trainable bool) *LSeparableConv1D
- func (l *LSeparableConv1D) SetUseBias(useBias bool) *LSeparableConv1D
- type LSeparableConv2D
- func (l *LSeparableConv2D) GetCustomLayerDefinition() string
- func (l *LSeparableConv2D) GetDtype() DataType
- func (l *LSeparableConv2D) GetInputs() []Layer
- func (l *LSeparableConv2D) GetKerasLayerConfig() interface{}
- func (l *LSeparableConv2D) GetLayerWeights() []*tf.Tensor
- func (l *LSeparableConv2D) GetName() string
- func (l *LSeparableConv2D) GetShape() tf.Shape
- func (l *LSeparableConv2D) SetActivation(activation string) *LSeparableConv2D
- func (l *LSeparableConv2D) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetBiasConstraint(biasConstraint constraint.Constraint) *LSeparableConv2D
- func (l *LSeparableConv2D) SetBiasInitializer(biasInitializer initializer.Initializer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDataFormat(dataFormat interface{}) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDepthMultiplier(depthMultiplier float64) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDepthwiseConstraint(depthwiseConstraint constraint.Constraint) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDepthwiseInitializer(depthwiseInitializer initializer.Initializer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDepthwiseRegularizer(depthwiseRegularizer regularizer.Regularizer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDilationRate(dilationRate []interface{}) *LSeparableConv2D
- func (l *LSeparableConv2D) SetDtype(dtype DataType) *LSeparableConv2D
- func (l *LSeparableConv2D) SetGroups(groups float64) *LSeparableConv2D
- func (l *LSeparableConv2D) SetInputs(inputs ...Layer) Layer
- func (l *LSeparableConv2D) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSeparableConv2D
- func (l *LSeparableConv2D) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetLayerWeights(layerWeights []*tf.Tensor) *LSeparableConv2D
- func (l *LSeparableConv2D) SetName(name string) *LSeparableConv2D
- func (l *LSeparableConv2D) SetPadding(padding string) *LSeparableConv2D
- func (l *LSeparableConv2D) SetPointwiseConstraint(pointwiseConstraint constraint.Constraint) *LSeparableConv2D
- func (l *LSeparableConv2D) SetPointwiseInitializer(pointwiseInitializer initializer.Initializer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetPointwiseRegularizer(pointwiseRegularizer regularizer.Regularizer) *LSeparableConv2D
- func (l *LSeparableConv2D) SetShape(shape tf.Shape) *LSeparableConv2D
- func (l *LSeparableConv2D) SetStrides(strides []interface{}) *LSeparableConv2D
- func (l *LSeparableConv2D) SetTrainable(trainable bool) *LSeparableConv2D
- func (l *LSeparableConv2D) SetUseBias(useBias bool) *LSeparableConv2D
- type LSimpleRNN
- func (l *LSimpleRNN) GetCustomLayerDefinition() string
- func (l *LSimpleRNN) GetDtype() DataType
- func (l *LSimpleRNN) GetInputs() []Layer
- func (l *LSimpleRNN) GetKerasLayerConfig() interface{}
- func (l *LSimpleRNN) GetLayerWeights() []*tf.Tensor
- func (l *LSimpleRNN) GetName() string
- func (l *LSimpleRNN) GetShape() tf.Shape
- func (l *LSimpleRNN) SetActivation(activation string) *LSimpleRNN
- func (l *LSimpleRNN) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LSimpleRNN
- func (l *LSimpleRNN) SetBiasConstraint(biasConstraint constraint.Constraint) *LSimpleRNN
- func (l *LSimpleRNN) SetBiasInitializer(biasInitializer initializer.Initializer) *LSimpleRNN
- func (l *LSimpleRNN) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LSimpleRNN
- func (l *LSimpleRNN) SetDropout(dropout float64) *LSimpleRNN
- func (l *LSimpleRNN) SetDtype(dtype DataType) *LSimpleRNN
- func (l *LSimpleRNN) SetGoBackwards(goBackwards bool) *LSimpleRNN
- func (l *LSimpleRNN) SetInputs(inputs ...Layer) Layer
- func (l *LSimpleRNN) SetKernelConstraint(kernelConstraint constraint.Constraint) *LSimpleRNN
- func (l *LSimpleRNN) SetKernelInitializer(kernelInitializer initializer.Initializer) *LSimpleRNN
- func (l *LSimpleRNN) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LSimpleRNN
- func (l *LSimpleRNN) SetLayerWeights(layerWeights []*tf.Tensor) *LSimpleRNN
- func (l *LSimpleRNN) SetName(name string) *LSimpleRNN
- func (l *LSimpleRNN) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LSimpleRNN
- func (l *LSimpleRNN) SetRecurrentDropout(recurrentDropout float64) *LSimpleRNN
- func (l *LSimpleRNN) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LSimpleRNN
- func (l *LSimpleRNN) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LSimpleRNN
- func (l *LSimpleRNN) SetReturnSequences(returnSequences bool) *LSimpleRNN
- func (l *LSimpleRNN) SetReturnState(returnState bool) *LSimpleRNN
- func (l *LSimpleRNN) SetShape(shape tf.Shape) *LSimpleRNN
- func (l *LSimpleRNN) SetStateful(stateful bool) *LSimpleRNN
- func (l *LSimpleRNN) SetTimeMajor(timeMajor bool) *LSimpleRNN
- func (l *LSimpleRNN) SetTrainable(trainable bool) *LSimpleRNN
- func (l *LSimpleRNN) SetUnroll(unroll bool) *LSimpleRNN
- func (l *LSimpleRNN) SetUseBias(useBias bool) *LSimpleRNN
- type LSpatialDropout1D
- func (l *LSpatialDropout1D) GetCustomLayerDefinition() string
- func (l *LSpatialDropout1D) GetDtype() DataType
- func (l *LSpatialDropout1D) GetInputs() []Layer
- func (l *LSpatialDropout1D) GetKerasLayerConfig() interface{}
- func (l *LSpatialDropout1D) GetLayerWeights() []*tf.Tensor
- func (l *LSpatialDropout1D) GetName() string
- func (l *LSpatialDropout1D) GetShape() tf.Shape
- func (l *LSpatialDropout1D) SetDtype(dtype DataType) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetInputs(inputs ...Layer) Layer
- func (l *LSpatialDropout1D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetName(name string) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetSeed(seed interface{}) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetShape(shape tf.Shape) *LSpatialDropout1D
- func (l *LSpatialDropout1D) SetTrainable(trainable bool) *LSpatialDropout1D
- type LSpatialDropout2D
- func (l *LSpatialDropout2D) GetCustomLayerDefinition() string
- func (l *LSpatialDropout2D) GetDtype() DataType
- func (l *LSpatialDropout2D) GetInputs() []Layer
- func (l *LSpatialDropout2D) GetKerasLayerConfig() interface{}
- func (l *LSpatialDropout2D) GetLayerWeights() []*tf.Tensor
- func (l *LSpatialDropout2D) GetName() string
- func (l *LSpatialDropout2D) GetShape() tf.Shape
- func (l *LSpatialDropout2D) SetDataFormat(dataFormat interface{}) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetDtype(dtype DataType) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetInputs(inputs ...Layer) Layer
- func (l *LSpatialDropout2D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetName(name string) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetSeed(seed interface{}) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetShape(shape tf.Shape) *LSpatialDropout2D
- func (l *LSpatialDropout2D) SetTrainable(trainable bool) *LSpatialDropout2D
- type LSpatialDropout3D
- func (l *LSpatialDropout3D) GetCustomLayerDefinition() string
- func (l *LSpatialDropout3D) GetDtype() DataType
- func (l *LSpatialDropout3D) GetInputs() []Layer
- func (l *LSpatialDropout3D) GetKerasLayerConfig() interface{}
- func (l *LSpatialDropout3D) GetLayerWeights() []*tf.Tensor
- func (l *LSpatialDropout3D) GetName() string
- func (l *LSpatialDropout3D) GetShape() tf.Shape
- func (l *LSpatialDropout3D) SetDataFormat(dataFormat interface{}) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetDtype(dtype DataType) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetInputs(inputs ...Layer) Layer
- func (l *LSpatialDropout3D) SetLayerWeights(layerWeights []*tf.Tensor) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetName(name string) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetNoiseShape(noiseShape interface{}) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetSeed(seed interface{}) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetShape(shape tf.Shape) *LSpatialDropout3D
- func (l *LSpatialDropout3D) SetTrainable(trainable bool) *LSpatialDropout3D
- type LStringLookup
- func (l *LStringLookup) GetCustomLayerDefinition() string
- func (l *LStringLookup) GetDtype() DataType
- func (l *LStringLookup) GetInputs() []Layer
- func (l *LStringLookup) GetKerasLayerConfig() interface{}
- func (l *LStringLookup) GetLayerWeights() []*tf.Tensor
- func (l *LStringLookup) GetName() string
- func (l *LStringLookup) GetShape() tf.Shape
- func (l *LStringLookup) SetDtype(dtype DataType) *LStringLookup
- func (l *LStringLookup) SetEncoding(encoding interface{}) *LStringLookup
- func (l *LStringLookup) SetInputs(inputs ...Layer) Layer
- func (l *LStringLookup) SetInvert(invert bool) *LStringLookup
- func (l *LStringLookup) SetLayerWeights(layerWeights []*tf.Tensor) *LStringLookup
- func (l *LStringLookup) SetMaskToken(maskToken interface{}) *LStringLookup
- func (l *LStringLookup) SetMaxTokens(maxTokens interface{}) *LStringLookup
- func (l *LStringLookup) SetName(name string) *LStringLookup
- func (l *LStringLookup) SetNumOovIndices(numOovIndices float64) *LStringLookup
- func (l *LStringLookup) SetOovToken(oovToken string) *LStringLookup
- func (l *LStringLookup) SetOutputMode(outputMode string) *LStringLookup
- func (l *LStringLookup) SetPadToMaxTokens(padToMaxTokens bool) *LStringLookup
- func (l *LStringLookup) SetShape(shape tf.Shape) *LStringLookup
- func (l *LStringLookup) SetSparse(sparse bool) *LStringLookup
- func (l *LStringLookup) SetTrainable(trainable bool) *LStringLookup
- func (l *LStringLookup) SetVocabulary(vocabulary interface{}) *LStringLookup
- type LSubtract
- func (l *LSubtract) GetCustomLayerDefinition() string
- func (l *LSubtract) GetDtype() DataType
- func (l *LSubtract) GetInputs() []Layer
- func (l *LSubtract) GetKerasLayerConfig() interface{}
- func (l *LSubtract) GetLayerWeights() []*tf.Tensor
- func (l *LSubtract) GetName() string
- func (l *LSubtract) GetShape() tf.Shape
- func (l *LSubtract) SetDtype(dtype DataType) *LSubtract
- func (l *LSubtract) SetInputs(inputs ...Layer) Layer
- func (l *LSubtract) SetLayerWeights(layerWeights []*tf.Tensor) *LSubtract
- func (l *LSubtract) SetName(name string) *LSubtract
- func (l *LSubtract) SetShape(shape tf.Shape) *LSubtract
- func (l *LSubtract) SetTrainable(trainable bool) *LSubtract
- type LSyncBatchNormalization
- func (l *LSyncBatchNormalization) GetCustomLayerDefinition() string
- func (l *LSyncBatchNormalization) GetDtype() DataType
- func (l *LSyncBatchNormalization) GetInputs() []Layer
- func (l *LSyncBatchNormalization) GetKerasLayerConfig() interface{}
- func (l *LSyncBatchNormalization) GetLayerWeights() []*tf.Tensor
- func (l *LSyncBatchNormalization) GetName() string
- func (l *LSyncBatchNormalization) GetShape() tf.Shape
- func (l *LSyncBatchNormalization) SetAxis(axis float64) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetBetaConstraint(betaConstraint constraint.Constraint) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetBetaInitializer(betaInitializer initializer.Initializer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetBetaRegularizer(betaRegularizer regularizer.Regularizer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetCenter(center bool) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetDtype(dtype DataType) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetEpsilon(epsilon float64) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetGammaConstraint(gammaConstraint constraint.Constraint) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetGammaInitializer(gammaInitializer initializer.Initializer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetGammaRegularizer(gammaRegularizer regularizer.Regularizer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetInputs(inputs ...Layer) Layer
- func (l *LSyncBatchNormalization) SetLayerWeights(layerWeights []*tf.Tensor) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetMomentum(momentum float64) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetMovingMeanInitializer(movingMeanInitializer initializer.Initializer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetMovingVarianceInitializer(movingVarianceInitializer initializer.Initializer) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetName(name string) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetScale(scale bool) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetShape(shape tf.Shape) *LSyncBatchNormalization
- func (l *LSyncBatchNormalization) SetTrainable(trainable bool) *LSyncBatchNormalization
- type LTextVectorization
- func (l *LTextVectorization) GetCustomLayerDefinition() string
- func (l *LTextVectorization) GetDtype() DataType
- func (l *LTextVectorization) GetInputs() []Layer
- func (l *LTextVectorization) GetKerasLayerConfig() interface{}
- func (l *LTextVectorization) GetLayerWeights() []*tf.Tensor
- func (l *LTextVectorization) GetName() string
- func (l *LTextVectorization) GetShape() tf.Shape
- func (l *LTextVectorization) SetDtype(dtype DataType) *LTextVectorization
- func (l *LTextVectorization) SetInputs(inputs ...Layer) Layer
- func (l *LTextVectorization) SetLayerWeights(layerWeights []*tf.Tensor) *LTextVectorization
- func (l *LTextVectorization) SetMaxTokens(maxTokens interface{}) *LTextVectorization
- func (l *LTextVectorization) SetName(name string) *LTextVectorization
- func (l *LTextVectorization) SetNgrams(ngrams interface{}) *LTextVectorization
- func (l *LTextVectorization) SetOutputMode(outputMode string) *LTextVectorization
- func (l *LTextVectorization) SetOutputSequenceLength(outputSequenceLength interface{}) *LTextVectorization
- func (l *LTextVectorization) SetPadToMaxTokens(padToMaxTokens bool) *LTextVectorization
- func (l *LTextVectorization) SetShape(shape tf.Shape) *LTextVectorization
- func (l *LTextVectorization) SetSplit(split string) *LTextVectorization
- func (l *LTextVectorization) SetStandardize(standardize string) *LTextVectorization
- func (l *LTextVectorization) SetTrainable(trainable bool) *LTextVectorization
- func (l *LTextVectorization) SetVocabulary(vocabulary interface{}) *LTextVectorization
- type LTimeDistributed
- func (l *LTimeDistributed) GetCustomLayerDefinition() string
- func (l *LTimeDistributed) GetDtype() DataType
- func (l *LTimeDistributed) GetInputs() []Layer
- func (l *LTimeDistributed) GetKerasLayerConfig() interface{}
- func (l *LTimeDistributed) GetLayerWeights() []*tf.Tensor
- func (l *LTimeDistributed) GetName() string
- func (l *LTimeDistributed) GetShape() tf.Shape
- func (l *LTimeDistributed) SetDtype(dtype DataType) *LTimeDistributed
- func (l *LTimeDistributed) SetInputs(inputs ...Layer) Layer
- func (l *LTimeDistributed) SetLayerWeights(layerWeights []*tf.Tensor) *LTimeDistributed
- func (l *LTimeDistributed) SetName(name string) *LTimeDistributed
- func (l *LTimeDistributed) SetShape(shape tf.Shape) *LTimeDistributed
- func (l *LTimeDistributed) SetTrainable(trainable bool) *LTimeDistributed
- type LUpSampling1D
- func (l *LUpSampling1D) GetCustomLayerDefinition() string
- func (l *LUpSampling1D) GetDtype() DataType
- func (l *LUpSampling1D) GetInputs() []Layer
- func (l *LUpSampling1D) GetKerasLayerConfig() interface{}
- func (l *LUpSampling1D) GetLayerWeights() []*tf.Tensor
- func (l *LUpSampling1D) GetName() string
- func (l *LUpSampling1D) GetShape() tf.Shape
- func (l *LUpSampling1D) SetDtype(dtype DataType) *LUpSampling1D
- func (l *LUpSampling1D) SetInputs(inputs ...Layer) Layer
- func (l *LUpSampling1D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling1D
- func (l *LUpSampling1D) SetName(name string) *LUpSampling1D
- func (l *LUpSampling1D) SetShape(shape tf.Shape) *LUpSampling1D
- func (l *LUpSampling1D) SetSize(size float64) *LUpSampling1D
- func (l *LUpSampling1D) SetTrainable(trainable bool) *LUpSampling1D
- type LUpSampling2D
- func (l *LUpSampling2D) GetCustomLayerDefinition() string
- func (l *LUpSampling2D) GetDtype() DataType
- func (l *LUpSampling2D) GetInputs() []Layer
- func (l *LUpSampling2D) GetKerasLayerConfig() interface{}
- func (l *LUpSampling2D) GetLayerWeights() []*tf.Tensor
- func (l *LUpSampling2D) GetName() string
- func (l *LUpSampling2D) GetShape() tf.Shape
- func (l *LUpSampling2D) SetDataFormat(dataFormat interface{}) *LUpSampling2D
- func (l *LUpSampling2D) SetDtype(dtype DataType) *LUpSampling2D
- func (l *LUpSampling2D) SetInputs(inputs ...Layer) Layer
- func (l *LUpSampling2D) SetInterpolation(interpolation string) *LUpSampling2D
- func (l *LUpSampling2D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling2D
- func (l *LUpSampling2D) SetName(name string) *LUpSampling2D
- func (l *LUpSampling2D) SetShape(shape tf.Shape) *LUpSampling2D
- func (l *LUpSampling2D) SetSize(size []interface{}) *LUpSampling2D
- func (l *LUpSampling2D) SetTrainable(trainable bool) *LUpSampling2D
- type LUpSampling3D
- func (l *LUpSampling3D) GetCustomLayerDefinition() string
- func (l *LUpSampling3D) GetDtype() DataType
- func (l *LUpSampling3D) GetInputs() []Layer
- func (l *LUpSampling3D) GetKerasLayerConfig() interface{}
- func (l *LUpSampling3D) GetLayerWeights() []*tf.Tensor
- func (l *LUpSampling3D) GetName() string
- func (l *LUpSampling3D) GetShape() tf.Shape
- func (l *LUpSampling3D) SetDataFormat(dataFormat interface{}) *LUpSampling3D
- func (l *LUpSampling3D) SetDtype(dtype DataType) *LUpSampling3D
- func (l *LUpSampling3D) SetInputs(inputs ...Layer) Layer
- func (l *LUpSampling3D) SetLayerWeights(layerWeights []*tf.Tensor) *LUpSampling3D
- func (l *LUpSampling3D) SetName(name string) *LUpSampling3D
- func (l *LUpSampling3D) SetShape(shape tf.Shape) *LUpSampling3D
- func (l *LUpSampling3D) SetSize(size []interface{}) *LUpSampling3D
- func (l *LUpSampling3D) SetTrainable(trainable bool) *LUpSampling3D
- type LZeroPadding1D
- func (l *LZeroPadding1D) GetCustomLayerDefinition() string
- func (l *LZeroPadding1D) GetDtype() DataType
- func (l *LZeroPadding1D) GetInputs() []Layer
- func (l *LZeroPadding1D) GetKerasLayerConfig() interface{}
- func (l *LZeroPadding1D) GetLayerWeights() []*tf.Tensor
- func (l *LZeroPadding1D) GetName() string
- func (l *LZeroPadding1D) GetShape() tf.Shape
- func (l *LZeroPadding1D) SetDtype(dtype DataType) *LZeroPadding1D
- func (l *LZeroPadding1D) SetInputs(inputs ...Layer) Layer
- func (l *LZeroPadding1D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding1D
- func (l *LZeroPadding1D) SetName(name string) *LZeroPadding1D
- func (l *LZeroPadding1D) SetPadding(padding float64) *LZeroPadding1D
- func (l *LZeroPadding1D) SetShape(shape tf.Shape) *LZeroPadding1D
- func (l *LZeroPadding1D) SetTrainable(trainable bool) *LZeroPadding1D
- type LZeroPadding2D
- func (l *LZeroPadding2D) GetCustomLayerDefinition() string
- func (l *LZeroPadding2D) GetDtype() DataType
- func (l *LZeroPadding2D) GetInputs() []Layer
- func (l *LZeroPadding2D) GetKerasLayerConfig() interface{}
- func (l *LZeroPadding2D) GetLayerWeights() []*tf.Tensor
- func (l *LZeroPadding2D) GetName() string
- func (l *LZeroPadding2D) GetShape() tf.Shape
- func (l *LZeroPadding2D) SetDataFormat(dataFormat interface{}) *LZeroPadding2D
- func (l *LZeroPadding2D) SetDtype(dtype DataType) *LZeroPadding2D
- func (l *LZeroPadding2D) SetInputs(inputs ...Layer) Layer
- func (l *LZeroPadding2D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding2D
- func (l *LZeroPadding2D) SetName(name string) *LZeroPadding2D
- func (l *LZeroPadding2D) SetPadding(padding []interface{}) *LZeroPadding2D
- func (l *LZeroPadding2D) SetShape(shape tf.Shape) *LZeroPadding2D
- func (l *LZeroPadding2D) SetTrainable(trainable bool) *LZeroPadding2D
- type LZeroPadding3D
- func (l *LZeroPadding3D) GetCustomLayerDefinition() string
- func (l *LZeroPadding3D) GetDtype() DataType
- func (l *LZeroPadding3D) GetInputs() []Layer
- func (l *LZeroPadding3D) GetKerasLayerConfig() interface{}
- func (l *LZeroPadding3D) GetLayerWeights() []*tf.Tensor
- func (l *LZeroPadding3D) GetName() string
- func (l *LZeroPadding3D) GetShape() tf.Shape
- func (l *LZeroPadding3D) SetDataFormat(dataFormat interface{}) *LZeroPadding3D
- func (l *LZeroPadding3D) SetDtype(dtype DataType) *LZeroPadding3D
- func (l *LZeroPadding3D) SetInputs(inputs ...Layer) Layer
- func (l *LZeroPadding3D) SetLayerWeights(layerWeights []*tf.Tensor) *LZeroPadding3D
- func (l *LZeroPadding3D) SetName(name string) *LZeroPadding3D
- func (l *LZeroPadding3D) SetPadding(padding []interface{}) *LZeroPadding3D
- func (l *LZeroPadding3D) SetShape(shape tf.Shape) *LZeroPadding3D
- func (l *LZeroPadding3D) SetTrainable(trainable bool) *LZeroPadding3D
- type Layer
- type LcuDNNLSTM
- func (l *LcuDNNLSTM) GetCustomLayerDefinition() string
- func (l *LcuDNNLSTM) GetDtype() DataType
- func (l *LcuDNNLSTM) GetInputs() []Layer
- func (l *LcuDNNLSTM) GetKerasLayerConfig() interface{}
- func (l *LcuDNNLSTM) GetLayerWeights() []*tf.Tensor
- func (l *LcuDNNLSTM) GetName() string
- func (l *LcuDNNLSTM) GetShape() tf.Shape
- func (l *LcuDNNLSTM) SetActivation(activation string) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetActivityRegularizer(activityRegularizer regularizer.Regularizer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetBiasConstraint(biasConstraint constraint.Constraint) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetBiasInitializer(biasInitializer initializer.Initializer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetBiasRegularizer(biasRegularizer regularizer.Regularizer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetDropout(dropout float64) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetDtype(dtype DataType) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetGoBackwards(goBackwards bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetImplementation(implementation float64) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetInputs(inputs ...Layer) Layer
- func (l *LcuDNNLSTM) SetKernelConstraint(kernelConstraint constraint.Constraint) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetKernelInitializer(kernelInitializer initializer.Initializer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetKernelRegularizer(kernelRegularizer regularizer.Regularizer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetLayerWeights(layerWeights []*tf.Tensor) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetName(name string) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetRecurrentActivation(recurrentActivation string) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetRecurrentConstraint(recurrentConstraint constraint.Constraint) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetRecurrentDropout(recurrentDropout float64) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetRecurrentInitializer(recurrentInitializer initializer.Initializer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetRecurrentRegularizer(recurrentRegularizer regularizer.Regularizer) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetReturnSequences(returnSequences bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetReturnState(returnState bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetShape(shape tf.Shape) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetStateful(stateful bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetTimeMajor(timeMajor bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetTrainable(trainable bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetUnitForgetBias(unitForgetBias bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetUnroll(unroll bool) *LcuDNNLSTM
- func (l *LcuDNNLSTM) SetUseBias(useBias bool) *LcuDNNLSTM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UniqueName ¶ added in v0.26.28
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.
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 (l *LActivityRegularization) SetDtype(dtype DataType) *LActivityRegularization
func (*LActivityRegularization) SetInputs ¶ added in v0.26.28
func (l *LActivityRegularization) SetInputs(inputs ...Layer) Layer
func (*LActivityRegularization) SetL1 ¶ added in v0.26.28
func (l *LActivityRegularization) SetL1(l1 float64) *LActivityRegularization
func (*LActivityRegularization) SetL2 ¶ added in v0.26.28
func (l *LActivityRegularization) SetL2(l2 float64) *LActivityRegularization
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 (l *LActivityRegularization) SetName(name string) *LActivityRegularization
func (*LActivityRegularization) SetShape ¶ added in v0.26.28
func (l *LActivityRegularization) SetShape(shape tf.Shape) *LActivityRegularization
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 (*LAdd) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LAdd) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LAdd) GetKerasLayerConfig() interface{}
func (*LAdd) GetLayerWeights ¶ added in v0.26.28
func (*LAdd) SetLayerWeights ¶ added in v0.26.28
func (*LAdd) SetTrainable ¶ added in v0.26.28
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 (*LAverage) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LAverage) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LAverage) GetKerasLayerConfig() interface{}
func (*LAverage) GetLayerWeights ¶ added in v0.26.28
func (*LAverage) SetLayerWeights ¶ added in v0.26.28
func (*LAverage) SetTrainable ¶ added in v0.26.28
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 (l *LBatchNormalization) SetAxis(axis float64) *LBatchNormalization
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 (l *LBatchNormalization) SetName(name string) *LBatchNormalization
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 (*LConv1D) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LConv1D) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LConv1D) GetKerasLayerConfig() interface{}
func (*LConv1D) GetLayerWeights ¶ added in v0.26.28
func (*LConv1D) SetActivation ¶ added in v0.26.28
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 (*LConv1D) SetDilationRate ¶ added in v0.26.28
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 (*LConv1D) SetPadding ¶ added in v0.26.28
func (*LConv1D) SetStrides ¶ added in v0.26.28
func (*LConv1D) SetTrainable ¶ added in v0.26.28
func (*LConv1D) SetUseBias ¶ added in v0.26.28
type LConv2D ¶ added in v0.26.28
type LConv2D struct {
// contains filtered or unexported fields
}
func (*LConv2D) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LConv2D) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LConv2D) GetKerasLayerConfig() interface{}
func (*LConv2D) GetLayerWeights ¶ added in v0.26.28
func (*LConv2D) SetActivation ¶ added in v0.26.28
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 (*LConv2D) SetDilationRate ¶ added in v0.26.28
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 (*LConv2D) SetPadding ¶ added in v0.26.28
func (*LConv2D) SetStrides ¶ added in v0.26.28
func (*LConv2D) SetTrainable ¶ added in v0.26.28
func (*LConv2D) SetUseBias ¶ added in v0.26.28
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 (*LConv3D) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LConv3D) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LConv3D) GetKerasLayerConfig() interface{}
func (*LConv3D) GetLayerWeights ¶ added in v0.26.28
func (*LConv3D) SetActivation ¶ added in v0.26.28
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 (*LConv3D) SetDilationRate ¶ added in v0.26.28
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 (*LConv3D) SetPadding ¶ added in v0.26.28
func (*LConv3D) SetStrides ¶ added in v0.26.28
func (*LConv3D) SetTrainable ¶ added in v0.26.28
func (*LConv3D) SetUseBias ¶ added in v0.26.28
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 (*LDense) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LDense) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LDense) GetKerasLayerConfig() interface{}
func (*LDense) GetLayerWeights ¶ added in v0.26.28
func (*LDense) SetActivation ¶ added in v0.26.28
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) 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 (*LDense) SetTrainable ¶ added in v0.26.28
func (*LDense) SetUseBias ¶ added in v0.26.28
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 (*LDot) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LDot) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LDot) GetKerasLayerConfig() interface{}
func (*LDot) GetLayerWeights ¶ added in v0.26.28
func (*LDot) SetLayerWeights ¶ added in v0.26.28
func (*LDot) SetNormalize ¶ added in v0.26.28
func (*LDot) SetTrainable ¶ added in v0.26.28
type LDropout ¶ added in v0.26.28
type LDropout struct {
// contains filtered or unexported fields
}
func (*LDropout) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LDropout) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LDropout) GetKerasLayerConfig() interface{}
func (*LDropout) GetLayerWeights ¶ added in v0.26.28
func (*LDropout) SetLayerWeights ¶ added in v0.26.28
func (*LDropout) SetNoiseShape ¶ added in v0.26.28
func (*LDropout) SetTrainable ¶ added in v0.26.28
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 (*LFlatten) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LFlatten) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LFlatten) GetKerasLayerConfig() interface{}
func (*LFlatten) GetLayerWeights ¶ added in v0.26.28
func (*LFlatten) SetDataFormat ¶ added in v0.26.28
func (*LFlatten) SetLayerWeights ¶ added in v0.26.28
func (*LFlatten) SetTrainable ¶ added in v0.26.28
type LGRU ¶ added in v0.26.28
type LGRU struct {
// contains filtered or unexported fields
}
func (*LGRU) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LGRU) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LGRU) GetKerasLayerConfig() interface{}
func (*LGRU) GetLayerWeights ¶ added in v0.26.28
func (*LGRU) SetActivation ¶ added in v0.26.28
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 (*LGRU) SetGoBackwards ¶ added in v0.26.28
func (*LGRU) SetImplementation ¶ added in v0.26.28
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 (*LGRU) SetRecurrentActivation ¶ added in v0.26.28
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 (*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 (*LGRU) SetReturnSequences ¶ added in v0.26.28
func (*LGRU) SetReturnState ¶ added in v0.26.28
func (*LGRU) SetStateful ¶ added in v0.26.28
func (*LGRU) SetTimeMajor ¶ added in v0.26.28
func (*LGRU) SetTrainable ¶ added in v0.26.28
func (*LGRU) SetUseBias ¶ added in v0.26.28
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 (l *LGlobalAveragePooling1D) SetDtype(dtype DataType) *LGlobalAveragePooling1D
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 (l *LGlobalAveragePooling1D) SetName(name string) *LGlobalAveragePooling1D
func (*LGlobalAveragePooling1D) SetShape ¶ added in v0.26.28
func (l *LGlobalAveragePooling1D) SetShape(shape tf.Shape) *LGlobalAveragePooling1D
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 (l *LGlobalAveragePooling2D) SetDtype(dtype DataType) *LGlobalAveragePooling2D
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 (l *LGlobalAveragePooling2D) SetName(name string) *LGlobalAveragePooling2D
func (*LGlobalAveragePooling2D) SetShape ¶ added in v0.26.28
func (l *LGlobalAveragePooling2D) SetShape(shape tf.Shape) *LGlobalAveragePooling2D
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 (l *LGlobalAveragePooling3D) SetDtype(dtype DataType) *LGlobalAveragePooling3D
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 (l *LGlobalAveragePooling3D) SetName(name string) *LGlobalAveragePooling3D
func (*LGlobalAveragePooling3D) SetShape ¶ added in v0.26.28
func (l *LGlobalAveragePooling3D) SetShape(shape tf.Shape) *LGlobalAveragePooling3D
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 (l *LGlobalMaxPooling1D) SetName(name string) *LGlobalMaxPooling1D
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 (l *LGlobalMaxPooling2D) SetName(name string) *LGlobalMaxPooling2D
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 (l *LGlobalMaxPooling3D) SetName(name string) *LGlobalMaxPooling3D
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 (*LHashing) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LHashing) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LHashing) GetKerasLayerConfig() interface{}
func (*LHashing) GetLayerWeights ¶ added in v0.26.28
func (*LHashing) SetLayerWeights ¶ added in v0.26.28
func (*LHashing) SetMaskValue ¶ added in v0.26.28
func (*LHashing) SetTrainable ¶ added in v0.26.28
type LInput ¶ added in v0.26.28
type LInput struct {
// contains filtered or unexported fields
}
func (*LInput) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LInput) GetKerasLayerConfig ¶ added in v0.26.28
func (i *LInput) GetKerasLayerConfig() interface{}
func (*LInput) GetLayerWeights ¶ added in v0.26.28
func (*LInput) SetBatchSize ¶ added in v0.26.28
func (*LInput) SetInputShape ¶ added in v0.26.28
func (*LInput) SetTrainable ¶ added in v0.26.28
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 (*LLSTM) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LLSTM) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LLSTM) GetKerasLayerConfig() interface{}
func (*LLSTM) GetLayerWeights ¶ added in v0.26.28
func (*LLSTM) SetActivation ¶ added in v0.26.28
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 (*LLSTM) SetGoBackwards ¶ added in v0.26.28
func (*LLSTM) SetImplementation ¶ added in v0.26.28
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 (*LLSTM) SetRecurrentActivation ¶ added in v0.26.28
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 (*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 (*LLSTM) SetReturnState ¶ added in v0.26.28
func (*LLSTM) SetStateful ¶ added in v0.26.28
func (*LLSTM) SetTimeMajor ¶ added in v0.26.28
func (*LLSTM) SetTrainable ¶ added in v0.26.28
func (*LLSTM) SetUnitForgetBias ¶ added in v0.26.28
func (*LLSTM) SetUseBias ¶ added in v0.26.28
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 (l *LLayerNormalization) SetAxis(axis float64) *LLayerNormalization
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 (l *LLayerNormalization) SetName(name string) *LLayerNormalization
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 (*LMasking) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LMasking) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LMasking) GetKerasLayerConfig() interface{}
func (*LMasking) GetLayerWeights ¶ added in v0.26.28
func (*LMasking) SetLayerWeights ¶ added in v0.26.28
func (*LMasking) SetMaskValue ¶ added in v0.26.28
func (*LMasking) SetTrainable ¶ added in v0.26.28
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 (*LMaximum) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LMaximum) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LMaximum) GetKerasLayerConfig() interface{}
func (*LMaximum) GetLayerWeights ¶ added in v0.26.28
func (*LMaximum) SetLayerWeights ¶ added in v0.26.28
func (*LMaximum) SetTrainable ¶ added in v0.26.28
type LMinimum ¶ added in v0.26.28
type LMinimum struct {
// contains filtered or unexported fields
}
func (*LMinimum) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LMinimum) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LMinimum) GetKerasLayerConfig() interface{}
func (*LMinimum) GetLayerWeights ¶ added in v0.26.28
func (*LMinimum) SetLayerWeights ¶ added in v0.26.28
func (*LMinimum) SetTrainable ¶ added in v0.26.28
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 (l *LMultiHeadAttention) SetName(name string) *LMultiHeadAttention
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 (*LMultiply) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LMultiply) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LMultiply) GetKerasLayerConfig() interface{}
func (*LMultiply) GetLayerWeights ¶ added in v0.26.28
func (*LMultiply) SetLayerWeights ¶ added in v0.26.28
func (*LMultiply) SetTrainable ¶ added in v0.26.28
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 (*LPermute) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LPermute) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LPermute) GetKerasLayerConfig() interface{}
func (*LPermute) GetLayerWeights ¶ added in v0.26.28
func (*LPermute) SetLayerWeights ¶ added in v0.26.28
func (*LPermute) SetTrainable ¶ added in v0.26.28
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 (l *LPreprocessingLayer) SetName(name string) *LPreprocessingLayer
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 (l *LRandomFourierFeatures) SetDtype(dtype DataType) *LRandomFourierFeatures
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 (l *LRandomFourierFeatures) SetName(name string) *LRandomFourierFeatures
func (*LRandomFourierFeatures) SetScale ¶ added in v0.26.28
func (l *LRandomFourierFeatures) SetScale(scale interface{}) *LRandomFourierFeatures
func (*LRandomFourierFeatures) SetShape ¶ added in v0.26.28
func (l *LRandomFourierFeatures) SetShape(shape tf.Shape) *LRandomFourierFeatures
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 (*LReshape) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LReshape) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LReshape) GetKerasLayerConfig() interface{}
func (*LReshape) GetLayerWeights ¶ added in v0.26.28
func (*LReshape) SetLayerWeights ¶ added in v0.26.28
func (*LReshape) SetTrainable ¶ added in v0.26.28
type LResizing ¶ added in v0.26.28
type LResizing struct {
// contains filtered or unexported fields
}
func (*LResizing) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LResizing) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LResizing) GetKerasLayerConfig() interface{}
func (*LResizing) GetLayerWeights ¶ added in v0.26.28
func (*LResizing) SetCropToAspectRatio ¶ added in v0.26.28
func (*LResizing) SetInterpolation ¶ added in v0.26.28
func (*LResizing) SetLayerWeights ¶ added in v0.26.28
func (*LResizing) SetTrainable ¶ added in v0.26.28
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 (*LSubtract) GetCustomLayerDefinition ¶ added in v0.26.28
func (*LSubtract) GetKerasLayerConfig ¶ added in v0.26.28
func (l *LSubtract) GetKerasLayerConfig() interface{}
func (*LSubtract) GetLayerWeights ¶ added in v0.26.28
func (*LSubtract) SetLayerWeights ¶ added in v0.26.28
func (*LSubtract) SetTrainable ¶ added in v0.26.28
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 (l *LSyncBatchNormalization) SetAxis(axis float64) *LSyncBatchNormalization
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 (l *LSyncBatchNormalization) SetCenter(center bool) *LSyncBatchNormalization
func (*LSyncBatchNormalization) SetDtype ¶ added in v0.26.28
func (l *LSyncBatchNormalization) SetDtype(dtype DataType) *LSyncBatchNormalization
func (*LSyncBatchNormalization) SetEpsilon ¶ added in v0.26.28
func (l *LSyncBatchNormalization) SetEpsilon(epsilon float64) *LSyncBatchNormalization
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 (l *LSyncBatchNormalization) SetName(name string) *LSyncBatchNormalization
func (*LSyncBatchNormalization) SetScale ¶ added in v0.26.28
func (l *LSyncBatchNormalization) SetScale(scale bool) *LSyncBatchNormalization
func (*LSyncBatchNormalization) SetShape ¶ added in v0.26.28
func (l *LSyncBatchNormalization) SetShape(shape tf.Shape) *LSyncBatchNormalization
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 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 ¶
- Activation.go
- ActivityRegularization.go
- Add.go
- AdditiveAttention.go
- AlphaDropout.go
- Attention.go
- Average.go
- AveragePooling1D.go
- AveragePooling2D.go
- AveragePooling3D.go
- BatchNormalization.go
- Bidirectional.go
- CategoryCrossing.go
- CategoryEncoding.go
- CenterCrop.go
- Concatenate.go
- Conv1D.go
- Conv2D.go
- Conv2DTranspose.go
- Conv3D.go
- Conv3DTranspose.go
- ConvLSTM2D.go
- Cropping1D.go
- Cropping2D.go
- Cropping3D.go
- Dense.go
- DepthwiseConv2D.go
- Discretization.go
- Dot.go
- Dropout.go
- EinsumDense.go
- Embedding.go
- Flatten.go
- GRU.go
- GaussianDropout.go
- GaussianNoise.go
- GlobalAveragePooling1D.go
- GlobalAveragePooling2D.go
- GlobalAveragePooling3D.go
- GlobalMaxPooling1D.go
- GlobalMaxPooling2D.go
- GlobalMaxPooling3D.go
- Hashing.go
- Input.go
- IntegerLookup.go
- LSTM.go
- LayerNormalization.go
- LeakyReLU.go
- Masking.go
- MaxPooling1D.go
- MaxPooling2D.go
- MaxPooling3D.go
- Maximum.go
- Minimum.go
- MultiHeadAttention.go
- Multiply.go
- Normalization.go
- Permute.go
- PreprocessingLayer.go
- RandomContrast.go
- RandomCrop.go
- RandomFlip.go
- RandomFourierFeatures.go
- RandomHeight.go
- RandomRotation.go
- RandomTranslation.go
- RandomWidth.go
- RandomZoom.go
- RepeatVector.go
- Rescaling.go
- Reshape.go
- Resizing.go
- SeparableConv1D.go
- SeparableConv2D.go
- SimpleRNN.go
- SpatialDropout1D.go
- SpatialDropout2D.go
- SpatialDropout3D.go
- StringLookup.go
- Subtract.go
- SyncBatchNormalization.go
- TextVectorization.go
- TimeDistributed.go
- UpSampling1D.go
- UpSampling2D.go
- UpSampling3D.go
- ZeroPadding1D.go
- ZeroPadding2D.go
- ZeroPadding3D.go
- cuDNNLSTM.go
- interface.go
Click to show internal directories.
Click to hide internal directories.