Contents

BNNSComputeLSTMTrainingCacheCapacity(_:)

Returns the minimum bytes capacity of the training cache buffer a long short-term memory (LSTM) layer uses when it’s applied.

Declaration

func BNNSComputeLSTMTrainingCacheCapacity(_ layer_params: UnsafePointer<BNNSLayerParametersLSTM>) -> Int

Parameters

  • layer_params:

    The LSTM layer parameters.

Mentioned in

See Also

Recurrent layers