RecurrentShape Module

Functions and values

Function or value Description

LSTMCellSequenceWithHidden input hidden cell inputSize hiddenSize

Full Usage: LSTMCellSequenceWithHidden input hidden cell inputSize hiddenSize

Parameters:
input : Tensor
hidden : Tensor
cell : Tensor
inputSize : int
hiddenSize : int

LSTMCellWithHidden input hidden cell inputSize hiddenSize

Full Usage: LSTMCellWithHidden input hidden cell inputSize hiddenSize

Parameters:
input : Tensor
hidden : Tensor
cell : Tensor
inputSize : int
hiddenSize : int

LSTMWithHidden input hidden cell inputSize hiddenSize batchFirst numLayers numDirections

Full Usage: LSTMWithHidden input hidden cell inputSize hiddenSize batchFirst numLayers numDirections

Parameters:
    input : Tensor
    hidden : Tensor
    cell : Tensor
    inputSize : int
    hiddenSize : int
    batchFirst : bool
    numLayers : int
    numDirections : int

input : Tensor
hidden : Tensor
cell : Tensor
inputSize : int
hiddenSize : int
batchFirst : bool
numLayers : int
numDirections : int

RNN input inputSize batchFirst

Full Usage: RNN input inputSize batchFirst

Parameters:
    input : Tensor
    inputSize : int
    batchFirst : bool

input : Tensor
inputSize : int
batchFirst : bool

RNNCell input inputSize

Full Usage: RNNCell input inputSize

Parameters:
    input : Tensor
    inputSize : int

input : Tensor
inputSize : int

RNNCellSequence input inputSize

Full Usage: RNNCellSequence input inputSize

Parameters:
    input : Tensor
    inputSize : int

input : Tensor
inputSize : int

RNNCellSequenceWithHidden input hidden inputSize hiddenSize

Full Usage: RNNCellSequenceWithHidden input hidden inputSize hiddenSize

Parameters:
    input : Tensor
    hidden : Tensor
    inputSize : int
    hiddenSize : int

input : Tensor
hidden : Tensor
inputSize : int
hiddenSize : int

RNNCellWithHidden input hidden inputSize hiddenSize

Full Usage: RNNCellWithHidden input hidden inputSize hiddenSize

Parameters:
    input : Tensor
    hidden : Tensor
    inputSize : int
    hiddenSize : int

input : Tensor
hidden : Tensor
inputSize : int
hiddenSize : int

RNNWithHidden input hidden inputSize hiddenSize batchFirst numLayers numDirections

Full Usage: RNNWithHidden input hidden inputSize hiddenSize batchFirst numLayers numDirections

Parameters:
    input : Tensor
    hidden : Tensor
    inputSize : int
    hiddenSize : int
    batchFirst : bool
    numLayers : int
    numDirections : int

input : Tensor
hidden : Tensor
inputSize : int
hiddenSize : int
batchFirst : bool
numLayers : int
numDirections : int

© Copyright 2021, DiffSharp Contributors.