time_distributed {keras3}R Documentation

layer_time_distributed

Description

time_distributed() is an alias for layer_time_distributed(). See ⁠?⁠layer_time_distributed() for the full documentation.

Usage

time_distributed(object, layer, ...)

Arguments

object

Object to compose the layer with. A tensor, array, or sequential model.

layer

A Layer instance.

...

For forward/backward compatability.

Value

The return value depends on the value provided for the first argument. If object is:


[Package keras3 version 1.4.0 Index]