Camada Recorrente
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
public struct RecurrentLayer<Cell> : Layer where Cell : RecurrentLayerCell
extension RecurrentLayer: Equatable where Cell: Equatable
extension RecurrentLayer: AdditiveArithmetic where Cell: AdditiveArithmetic
Declaração
public typealias Input = [Cell.TimeStepInput]
Declaração
public typealias Output = [Cell.TimeStepOutput]
Declaração
public init(_ cell: @autoclosure () -> Cell)
Declaração
@differentiable(wrt: (self, inputs, initialState)
public func callAsFunction(
_ inputs: [Cell.TimeStepInput],
initialState: Cell.State
) -> [Cell.TimeStepOutput]
Declaração
@differentiable(wrt: (self, inputs, initialState)
public func call(
_ inputs: [Cell.TimeStepInput],
initialState: Cell.State
) -> [Cell.TimeStepOutput]
Declaração
@differentiable
public func callAsFunction(_ inputs: [Cell.TimeStepInput]) -> [Cell.TimeStepOutput]
Declaração
@differentiable(wrt: (self, inputs, initialState)
public func lastOutput(
from inputs: [Cell.TimeStepInput],
initialState: Cell.State
) -> Cell.TimeStepOutput
Declaração
@differentiable(wrt: (self, inputs)
) public func lastOutput(from inputs: [Cell.TimeStepInput]) -> Cell.TimeStepOutput
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-01-06 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-01-06 UTC."],[],[]]