KerasLayer: Base R6 class for Keras layers

Description Format Value Methods

Description

Base R6 class for Keras layers

Format

An R6Class generator object #'

Value

KerasLayer.

Methods

build(input_shape)

Creates the layer weights (must be implemented by all layers that have weights)

call(inputs,mask)

Call the layer on an input tensor.

compute_output_shape(input_shape)

Compute the output shape for the layer.

add_loss(losses, inputs)

Add losses to the layer.

add_weight(name,shape,dtype,initializer,regularizer,trainable,constraint)

Adds a weight variable to the layer.


dfalbel/keras documentation built on Nov. 27, 2019, 8:16 p.m.